diff --git a/srcpkgs/alsa-plugins/template b/srcpkgs/alsa-plugins/template index 557c53471c..813eabccdc 100644 --- a/srcpkgs/alsa-plugins/template +++ b/srcpkgs/alsa-plugins/template @@ -1,13 +1,12 @@ # Template build file for 'alsa-plugins'. pkgname=alsa-plugins -version=1.0.23 +version=1.0.24 distfiles="ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$version.tar.bz2" build_style=gnu_configure -configure_args="--disable-jack --disable-samplerate --disable-maemo-plugin ---with-speex=lib" +configure_args="--disable-jack --disable-maemo-plugin --with-speex=lib" short_desc="Advanced Linux Sound Architecture (ALSA) extra plugins" maintainer="Juan RP " -checksum=5c1b2791ad33ef01f0f4f040004c931310da05e45aaa8d4146024c586f2b3183 +checksum=fa8e12eb2dfeac083f117c03b3708a017531426ba542a8a729e4801d37861263 long_desc=" The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. @@ -20,8 +19,10 @@ Add_dependency run alsa-lib Add_dependency run libpulseaudio Add_dependency run libspeex Add_dependency run ffmpeg +Add_dependency run libsamplerate Add_dependency build pkg-config Add_dependency build alsa-lib-devel Add_dependency build speex-devel Add_dependency build ffmpeg-devel +Add_dependency build libsamplerate-devel Add_dependency build pulseaudio-devel