]> git.pld-linux.org Git - packages/alsa-plugins.git/blobdiff - alsa-plugins.spec
- rel. 3
[packages/alsa-plugins.git] / alsa-plugins.spec
index cf89d60b33d5d1479972dea113214291e3cfca3b..a111ad05d116773f37cea4eff145ee03943ad1c6 100644 (file)
@@ -1,17 +1,18 @@
 Summary:       Advanced Linux Sound Architecture - plugins
 Summary(pl.UTF-8):     Advanced Linux Sound Architecture - wtyczki
 Name:          alsa-plugins
-Version:       1.0.16
-Release:       1
+Version:       1.0.17
+Release:       3
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       ftp://ftp.alsa-project.org/pub/plugins/%{name}-%{version}.tar.bz2
-# Source0-md5: 5906aff0d0dc84dee9624d395db4cfc6
+# Source0-md5: f37d0b2b19dfbe215144941ab8bb6e49
+Patch0:                %{name}-ffmpeg.patch
 URL:           http://www.alsa-project.org/
 BuildRequires: alsa-lib-devel >= 1.0.16
 BuildRequires: automake
 BuildRequires: dbus-devel >= 0.35
-BuildRequires: ffmpeg-devel
+BuildRequires: ffmpeg-devel >= 0.4.9-4.20080822.1
 BuildRequires: jack-audio-connection-kit-devel >= 0.98
 BuildRequires: libsamplerate-devel
 BuildRequires: pulseaudio-devel >= 0.9.2
@@ -151,10 +152,14 @@ Wtyczka konwertera tempa dla systemu ALSA oparta na bibliotece speex.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
-%configure
+%configure \
+       --enable-maemo-plugin \
+       --enable-maemo-resource-manager \
+       --with-speex=lib
 
 %{__make}
 
@@ -206,6 +211,7 @@ rm -rf $RPM_BUILD_ROOT
 %files pulse
 %defattr(644,root,root,755)
 %doc doc/README-pulse
+%attr(755,root,root) %{_libdir}/alsa-lib/libasound_module_conf_pulse.so
 %attr(755,root,root) %{_libdir}/alsa-lib/libasound_module_ctl_pulse.so
 %attr(755,root,root) %{_libdir}/alsa-lib/libasound_module_pcm_pulse.so
 
This page took 0.071452 seconds and 4 git commands to generate.