From a2b0add17984bb20db92e0753efaeb9812d5284b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 20 Nov 2010 00:11:05 +0100 Subject: [PATCH] Added alsa-plugins-1.0.23 build template. --- srcpkgs/alsa-plugins/template | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 srcpkgs/alsa-plugins/template diff --git a/srcpkgs/alsa-plugins/template b/srcpkgs/alsa-plugins/template new file mode 100644 index 00000000000..557c53471cb --- /dev/null +++ b/srcpkgs/alsa-plugins/template @@ -0,0 +1,27 @@ +# Template build file for 'alsa-plugins'. +pkgname=alsa-plugins +version=1.0.23 +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" +short_desc="Advanced Linux Sound Architecture (ALSA) extra plugins" +maintainer="Juan RP " +checksum=5c1b2791ad33ef01f0f4f040004c931310da05e45aaa8d4146024c586f2b3183 +long_desc=" + The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI + functionality to the Linux operating system. + + This package includes some ALSA extra plugins for PulseAudio, Speex, + FFmpeg's libavcodec library and libsamplerate." + +Add_dependency run glibc +Add_dependency run alsa-lib +Add_dependency run libpulseaudio +Add_dependency run libspeex +Add_dependency run ffmpeg +Add_dependency build pkg-config +Add_dependency build alsa-lib-devel +Add_dependency build speex-devel +Add_dependency build ffmpeg-devel +Add_dependency build pulseaudio-devel