mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
alsa-plugins: update to 1.1.7.
This commit is contained in:
parent
413b259a63
commit
59c5e01c26
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'alsa-plugins'.
|
# Template file for 'alsa-plugins'
|
||||||
pkgname=alsa-plugins
|
pkgname=alsa-plugins
|
||||||
version=1.1.6
|
version=1.1.7
|
||||||
revision=2
|
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"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
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=6f1d31ebe3b1fa1cc8dade60b7bed1cb2583ac998167002d350dc0a5e3e40c13
|
checksum=a74b405ab6d9e346e6908a853d5e7631cc61038d9b265bc7f37fab16e827da47
|
||||||
|
|
||||||
alsa-plugins-jack_package() {
|
alsa-plugins-jack_package() {
|
||||||
short_desc+=" - Jack output plugin"
|
short_desc+=" - Jack output plugin"
|
||||||
|
@ -49,7 +49,7 @@ alsa-plugins-samplerate_package() {
|
||||||
alsa-plugins-ffmpeg_package() {
|
alsa-plugins-ffmpeg_package() {
|
||||||
short_desc+=" - libavcodec/a52 plugins"
|
short_desc+=" - libavcodec/a52 plugins"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/alsa-lib/*lavc*"
|
vmove "usr/lib/alsa-lib/*lav*"
|
||||||
vmove "usr/lib/alsa-lib/*a52*"
|
vmove "usr/lib/alsa-lib/*a52*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue