2010-11-20 00:11:05 +01:00
|
|
|
# Template build file for 'alsa-plugins'.
|
|
|
|
pkgname=alsa-plugins
|
2015-02-27 10:12:46 +01:00
|
|
|
version=1.0.29
|
2015-05-13 18:43:05 +02:00
|
|
|
revision=2
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2014-12-16 14:23:03 +01:00
|
|
|
configure_args="--disable-maemo-plugin"
|
2013-04-12 08:55:23 +02:00
|
|
|
hostmakedepends="pkg-config"
|
2014-12-16 14:23:03 +01:00
|
|
|
makedepends="alsa-lib-devel ffmpeg-devel libsamplerate-devel pulseaudio-devel jack-devel"
|
2010-11-20 00:11:05 +01:00
|
|
|
short_desc="Advanced Linux Sound Architecture (ALSA) extra plugins"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
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"
|
2015-02-27 10:12:46 +01:00
|
|
|
checksum=325d85cac285f632b83e0191ae3f348bad03c1f007b937042f164abb81ea6532
|
2010-11-20 00:11:05 +01:00
|
|
|
|
2013-12-03 11:24:27 +01:00
|
|
|
alsa-plugins-jack_package() {
|
|
|
|
short_desc+=" - Jack output plugin"
|
|
|
|
pkg_install() {
|
|
|
|
vmove "usr/lib/alsa-lib/*jack*"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
alsa-plugins-pulseaudio_package() {
|
|
|
|
short_desc+=" - Pulseaudio output plugin"
|
|
|
|
conf_files="/etc/asound.conf"
|
2014-03-09 10:21:20 +01:00
|
|
|
lib32depends="libpulseaudio>=0"
|
2013-12-03 11:26:43 +01:00
|
|
|
depends="pulseaudio"
|
2013-12-03 11:24:27 +01:00
|
|
|
pkg_install() {
|
|
|
|
vmove "usr/lib/alsa-lib/*pulse*"
|
|
|
|
vmove "usr/share/alsa/alsa.conf.d/*pulse*"
|
2014-12-16 14:23:03 +01:00
|
|
|
vconf ${FILESDIR}/asound.conf
|
2013-12-03 11:24:27 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
alsa-plugins-speex_package() {
|
|
|
|
short_desc+=" - Speex resample plugin"
|
|
|
|
pkg_install() {
|
|
|
|
vmove "usr/lib/alsa-lib/*speex*"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
alsa-plugins-samplerate_package() {
|
|
|
|
short_desc+=" - libsamplerate resample plugin"
|
|
|
|
pkg_install() {
|
|
|
|
vmove "usr/lib/alsa-lib/*samplerate*"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
alsa-plugins-ffmpeg_package() {
|
|
|
|
short_desc+=" - libavcodec/a52 plugins"
|
|
|
|
pkg_install() {
|
|
|
|
vmove "usr/lib/alsa-lib/*lavc*"
|
|
|
|
vmove "usr/lib/alsa-lib/*a52*"
|
|
|
|
}
|
2012-02-13 12:30:54 +01:00
|
|
|
}
|