void-packages/srcpkgs/alsa-plugins/template

33 lines
1.1 KiB
Plaintext

# Template build file for 'alsa-plugins'.
pkgname=alsa-plugins
version=1.0.25
revision=1
homepage="http://www.alsa-project.org"
distfiles="ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$version.tar.bz2"
build_style=gnu-configure
configure_args="--disable-maemo-plugin --with-speex=lib"
short_desc="Advanced Linux Sound Architecture (ALSA) extra plugins"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2, LGPL-2.1"
checksum=a0e374fd6d5ee9683473a5b6e73dadde61d54851065ed670d6627d344b565aab
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."
conf_files="/etc/asound.conf"
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
Add_dependency build jack-devel
post_install() {
vinstall ${FILESDIR}/asound.conf 644 etc
}