Added alsa-plugins-1.0.23 build template.
This commit is contained in:
parent
ffde65e31f
commit
a2b0add179
1 changed files with 27 additions and 0 deletions
27
srcpkgs/alsa-plugins/template
Normal file
27
srcpkgs/alsa-plugins/template
Normal file
|
@ -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 <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
|
Loading…
Reference in a new issue