alsa-plugins: update to 1.1.6.
This commit is contained in:
parent
167cb18994
commit
98b0d4848c
1 changed files with 9 additions and 6 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template build file for 'alsa-plugins'.
|
# Template build file for 'alsa-plugins'.
|
||||||
pkgname=alsa-plugins
|
pkgname=alsa-plugins
|
||||||
version=1.1.5
|
version=1.1.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-maemo-plugin"
|
configure_args="--disable-maemo-plugin"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="alsa-lib-devel ffmpeg-devel libsamplerate-devel pulseaudio-devel jack-devel"
|
makedepends="ffmpeg-devel jack-devel libsamplerate-devel pulseaudio-devel"
|
||||||
short_desc="Advanced Linux Sound Architecture (ALSA) extra plugins"
|
short_desc="Advanced Linux Sound Architecture (ALSA) extra plugins"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="http://www.alsa-project.org"
|
homepage="http://www.alsa-project.org"
|
||||||
distfiles="ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.alsa-project.org/pub/plugins/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=797da5f8f53379fbea28817bc466de16affd2c07849e84f1af8d5e22f7bb7f1c
|
checksum=6f1d31ebe3b1fa1cc8dade60b7bed1cb2583ac998167002d350dc0a5e3e40c13
|
||||||
|
|
||||||
|
|
||||||
alsa-plugins-jack_package() {
|
alsa-plugins-jack_package() {
|
||||||
short_desc+=" - Jack output plugin"
|
short_desc+=" - Jack output plugin"
|
||||||
|
@ -20,6 +19,7 @@ alsa-plugins-jack_package() {
|
||||||
vmove "usr/lib/alsa-lib/*jack*"
|
vmove "usr/lib/alsa-lib/*jack*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
alsa-plugins-pulseaudio_package() {
|
alsa-plugins-pulseaudio_package() {
|
||||||
short_desc+=" - Pulseaudio output plugin"
|
short_desc+=" - Pulseaudio output plugin"
|
||||||
conf_files="/etc/asound.conf"
|
conf_files="/etc/asound.conf"
|
||||||
|
@ -31,18 +31,21 @@ alsa-plugins-pulseaudio_package() {
|
||||||
vconf ${FILESDIR}/asound.conf
|
vconf ${FILESDIR}/asound.conf
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
alsa-plugins-speex_package() {
|
alsa-plugins-speex_package() {
|
||||||
short_desc+=" - Speex resample plugin"
|
short_desc+=" - Speex resample plugin"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/alsa-lib/*speex*"
|
vmove "usr/lib/alsa-lib/*speex*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
alsa-plugins-samplerate_package() {
|
alsa-plugins-samplerate_package() {
|
||||||
short_desc+=" - libsamplerate resample plugin"
|
short_desc+=" - libsamplerate resample plugin"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/alsa-lib/*samplerate*"
|
vmove "usr/lib/alsa-lib/*samplerate*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
alsa-plugins-ffmpeg_package() {
|
alsa-plugins-ffmpeg_package() {
|
||||||
short_desc+=" - libavcodec/a52 plugins"
|
short_desc+=" - libavcodec/a52 plugins"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Reference in a new issue