2010-11-20 00:11:05 +01:00
|
|
|
# Template build file for 'alsa-plugins'.
|
|
|
|
pkgname=alsa-plugins
|
2013-04-17 10:28:08 +02:00
|
|
|
version=1.0.27
|
2013-10-30 09:15:45 +01:00
|
|
|
revision=2
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-10-22 07:41:47 +02:00
|
|
|
configure_args="--disable-maemo-plugin --with-speex=lib"
|
2013-04-12 08:55:23 +02:00
|
|
|
hostmakedepends="pkg-config"
|
2013-10-30 09:15:45 +01:00
|
|
|
makedepends="alsa-lib-devel speex-devel ffmpeg-devel>=2.1
|
2012-12-04 23:30:06 +01:00
|
|
|
libsamplerate-devel pulseaudio-devel jack-devel"
|
2010-11-20 00:11:05 +01:00
|
|
|
short_desc="Advanced Linux Sound Architecture (ALSA) extra plugins"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-02-13 12:30:54 +01:00
|
|
|
license="GPL-2, LGPL-2.1"
|
2012-09-07 09:26:18 +02:00
|
|
|
homepage="http://www.alsa-project.org"
|
|
|
|
distfiles="ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$version.tar.bz2"
|
2013-04-17 10:28:08 +02:00
|
|
|
checksum=0bbd0c37c2dd7baf16363afb2e58169ffb0f9c0a70031b3b6235594630f3ab35
|
2010-11-20 00:11:05 +01:00
|
|
|
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."
|
|
|
|
|
2012-02-13 12:30:54 +01:00
|
|
|
post_install() {
|
|
|
|
vinstall ${FILESDIR}/asound.conf 644 etc
|
|
|
|
}
|
2013-04-12 08:55:23 +02:00
|
|
|
|
|
|
|
alsa-plugins_package() {
|
|
|
|
conf_files="/etc/asound.conf"
|
|
|
|
pkg_install() {
|
2013-10-30 09:15:45 +01:00
|
|
|
vmove all
|
2013-04-12 08:55:23 +02:00
|
|
|
}
|
|
|
|
}
|