.gear/rules | 2 + .../tags/413d8ac13cf0d15d2684618018fea119efc5a65e | 8 + .gear/tags/list | 1 + alsa-plugins.spec | 148 ++++++++++++++++++++ configure.in | 2 +- pph/Makefile.am | 2 +- 6 files changed, 161 insertions(+), 2 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..4b0460c --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: v@version@:. +diff: v@version@:. . diff --git a/.gear/tags/413d8ac13cf0d15d2684618018fea119efc5a65e b/.gear/tags/413d8ac13cf0d15d2684618018fea119efc5a65e new file mode 100644 index 0000000..03e88b0 --- /dev/null +++ b/.gear/tags/413d8ac13cf0d15d2684618018fea119efc5a65e @@ -0,0 +1,8 @@ +object 58d674577a731c663d129a1dcd9855c4112b756f +type commit +tag v1.0.21 +tagger Jaroslav Kysela 1251724181 +0200 + +Release v1.0.21 + +Signed-off-by: Jaroslav Kysela diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..be760ea --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +413d8ac13cf0d15d2684618018fea119efc5a65e v1.0.21 diff --git a/alsa-plugins.spec b/alsa-plugins.spec new file mode 100644 index 0000000..bc62a65 --- /dev/null +++ b/alsa-plugins.spec @@ -0,0 +1,148 @@ +Name: alsa-plugins +Version: 1.0.21 +Release: alt1 +Summary: Advanced Linux Sound Architecture (ALSA) plugins +Summary(ru_RU.UTF-8): Плагины ALSA +Summary(uk_UA.UTF-8): Плагіни ALSA +License: LGPL +Group: System/Libraries +Url: http://www.alsa-project.org +Packager: Valery Inozemtsev + +Source: %name-%version.tar +Patch: %name-%version-%release.patch + +BuildRequires: gcc-c++ libalsa-devel libavcodec-devel libdbus-devel +BuildRequires: libpulseaudio-devel libsamplerate-devel libspeex-devel + +%description +Advanced Linux Sound Architecture (ALSA) plugins. + +%description -l ru_RU.UTF-8 +Этот пакет содержит плагины ALSA. + +%description -l uk_UA.UTF-8 +Цей пакунок містить плагіни ALSA. + +%package pulse +Summary: ALSA plugins pulseaudio +Group: Sound +Requires: libalsa >= 1.0.21a pulseaudio-daemon + +%description pulse +ALSA plugins pulseaudio + +%prep +%setup -q +%patch -p1 + +%build +%autoreconf +%configure +%make_build + +%install +%make DESTDIR=%buildroot install + +mkdir -p %buildroot%_datadir/alsa +cat << __EOF__ >> %buildroot%_datadir/alsa/pulse.conf +pcm.!default { type pulse } +ctl.!default { type pulse } +__EOF__ + +%files +%doc doc/*.txt doc/README-* +%_libdir/alsa-lib/*.so +%exclude %_libdir/alsa-lib/*pulse*.so + +%files pulse +%_libdir/alsa-lib/*pulse*.so +%_datadir/alsa/pulse.conf + +%changelog +* Tue Sep 01 2009 Valery Inozemtsev 1.0.21-alt1 +- 1.0.21 +- new subpackage %name-pulse (closes: #21534) + +* Tue Jul 28 2009 Valery Inozemtsev 1.0.20-alt4 +- rebuild with libavutil.so.50 + +* Mon Jul 06 2009 Valery Inozemtsev 1.0.20-alt3 +- disabled jack plugin + +* Sun May 17 2009 Valery Inozemtsev 1.0.20-alt2 +- rebuild + +* Thu May 07 2009 Valery Inozemtsev 1.0.20-alt1 +- 1.0.20 + +* Thu Feb 05 2009 Valery Inozemtsev 1.0.19-alt2 +- rebuild with libavcodec.so.52 + +* Mon Jan 19 2009 Valery Inozemtsev 1.0.19-alt1 +- 1.0.19 + +* Wed Oct 29 2008 Valery Inozemtsev 1.0.18-alt1 +- 1.0.18 + +* Wed Jul 16 2008 Valery Inozemtsev 1.0.17-alt1 +- 1.0.17 + +* Thu May 01 2008 Valery Inozemtsev 1.0.16-alt1 +- 1.0.16 + +* Sun Jan 27 2008 Valery Inozemtsev 1.0.15-alt1 +- 1.0.15 +- spec cleanup +- update build dependencies + +* Mon Jun 11 2007 Michael Shigorin 1.0.14-alt1 +- 1.0.14 +- fixed install +- set _unpackaged_files_terminate_build + +* Mon Oct 16 2006 Michael Shigorin 1.0.13-alt1 +- 1.0.13 + +* Tue Sep 05 2006 Igor Zubkov 1.0.12-alt2 +- NMU +- add PulseAudio support (polypaudio removed) + +* Sun Sep 03 2006 Michael Shigorin 1.0.12-alt1 +- 1.0.12 +- changed BuildPreReq: kernel-headers-std to linux-libc-headers +- fixed README-polyp being renamed + +* Wed May 31 2006 Michael Shigorin 1.0.11-alt5 +- rebuilt against libpolyp-0.9 + +* Sat Apr 29 2006 Michael Shigorin 1.0.11-alt4 +- accepted changes by icesik@ +- minor cleanup + +* Fri Apr 28 2006 Igor Zubkov 1.0.11-alt3 +- NMU +- real fix #9447 +- buildreq +- add packager tag +- add docs + +* Thu Apr 27 2006 Michael Shigorin 1.0.11-alt2 +- fix #9447 (polypaudio support), thanks icesik@ +- remove (unpackaged) *.la + +* Wed Apr 19 2006 Michael Shigorin 1.0.11-alt1 +- 1.0.11 + +* Wed Apr 05 2006 Michael Shigorin 1.0.11-alt0.4 +- 1.0.11rc4 +- minor spec cleanup + +* Wed Nov 16 2005 Michael Shigorin 1.0.10-alt1 +- 1.0.10 + +* Thu Jun 23 2005 Michael Shigorin 1.0.9-alt1 +- 1.0.9 + +* Thu Jun 09 2005 Michael Shigorin 1.0.9-alt0 +- built for ALT Linux diff --git a/configure.in b/configure.in index 78e3bd0..4b4a2f7 100644 --- a/configure.in +++ b/configure.in @@ -67,7 +67,7 @@ AC_ARG_ENABLE([avcodec], AS_HELP_STRING([--disable-avcodec], [Don't build plugins depending on avcodec (a52)])) if test "x$enable_avcodec" != "xno"; then - PKG_CHECK_MODULES(AVCODEC, [libavcodec], [HAVE_AVCODEC=yes], [HAVE_AVCODEC=no]) + PKG_CHECK_MODULES(AVCODEC, [libavcodec libavutil], [HAVE_AVCODEC=yes], [HAVE_AVCODEC=no]) fi if test "x$HAVE_AVCODEC" = "xno"; then diff --git a/pph/Makefile.am b/pph/Makefile.am index 551e5bd..547470b 100644 --- a/pph/Makefile.am +++ b/pph/Makefile.am @@ -6,7 +6,7 @@ AM_CFLAGS = -DVAR_ARRAYS -Wall -g @ALSA_CFLAGS@ AM_LDFLAGS = -module -avoid-version -export-dynamic -no-undefined $(LDFLAGS_NOUNDEFINED) libasound_module_rate_speexrate_la_SOURCES = rate_speexrate.c -libasound_module_rate_speexrate_la_LIBADD = @ALSA_LIBS@ +libasound_module_rate_speexrate_la_LIBADD = @ALSA_LIBS@ -lm if USE_LIBSPEEX AM_CFLAGS += @speexdsp_CFLAGS@ libasound_module_rate_speexrate_la_LIBADD += @speexdsp_LIBS@