alsa-lib: update to 1.0.27.1.
This commit is contained in:
parent
cd9b54f0dd
commit
14c8891101
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'alsa-lib'.
|
||||
pkgname=alsa-lib
|
||||
version=1.0.27
|
||||
version=1.0.27.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="LGPL-2.1"
|
||||
homepage="http://www.alsa-project.org"
|
||||
distfiles="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=947caa14cf53c614d0a206fe9f5964de6ee9617f9007e8fceffd6b3cfd89bc5d
|
||||
checksum=690e07a3ef6270d40ed2130638dba3c18395aae8db4a109bcc473643ce29a03b
|
||||
long_desc="
|
||||
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
|
||||
functionality to the Linux operating system.
|
||||
|
@ -32,7 +32,7 @@ fi
|
|||
|
||||
alsa-lib-devel_package() {
|
||||
depends="alsa-lib>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
@ -42,13 +42,13 @@ alsa-lib-devel_package() {
|
|||
|
||||
alsa-lib_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
alsa-lib-python_package() {
|
||||
short_desc="${short_desc} - python smixer plugin"
|
||||
short_desc+=" - python smixer plugin"
|
||||
replaces="alsa-lib<=1.0.25"
|
||||
pkg_install() {
|
||||
vmove usr/lib/alsa-lib/smixer/smixer-python.so
|
||||
|
|
Loading…
Reference in New Issue