void-packages/srcpkgs/alsa-plugins/template
2010-11-20 00:11:05 +01:00

28 lines
1,019 B
Plaintext

# 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 <xtraeme@gmail.com>"
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