alsa-lib: adopted and updated to version 1.0.25

This commit is contained in:
Matt Housh 2012-06-19 16:50:50 -05:00
parent fe33f01755
commit f45fd4749a
3 changed files with 8 additions and 4 deletions

View File

@ -64,6 +64,7 @@ drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/alsa.m4
drwxr-xr-x root/root usr/share/alsa/
-rw-r--r-- root/root usr/share/alsa/alsa.conf
drwxr-xr-x root/root usr/share/alsa/alsa.conf.d/
drwxr-xr-x root/root usr/share/alsa/cards/
-rw-r--r-- root/root usr/share/alsa/cards/AACI.conf
-rw-r--r-- root/root usr/share/alsa/cards/ATIIXP-MODEM.conf
@ -89,6 +90,8 @@ drwxr-xr-x root/root usr/share/alsa/cards/
-rw-r--r-- root/root usr/share/alsa/cards/ENS1371.conf
-rw-r--r-- root/root usr/share/alsa/cards/ES1968.conf
-rw-r--r-- root/root usr/share/alsa/cards/FM801.conf
-rw-r--r-- root/root usr/share/alsa/cards/FWSpeakers.conf
-rw-r--r-- root/root usr/share/alsa/cards/FireWave.conf
-rw-r--r-- root/root usr/share/alsa/cards/GUS.conf
-rw-r--r-- root/root usr/share/alsa/cards/HDA-Intel.conf
-rw-r--r-- root/root usr/share/alsa/cards/ICE1712.conf

View File

@ -1 +1 @@
7cc05f25e1d5b65da8fb3fdcd540f226 alsa-lib-1.0.24.1.tar.bz2
06fe5819020c6684b991dcffc5471304 alsa-lib-1.0.25.tar.bz2

View File

@ -1,10 +1,10 @@
# Description: ALSA libraries
# URL: http://www.alsa-project.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# URL: http://www.alsa-project.org/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: python
name=alsa-lib
version=1.0.24.1
version=1.0.25
release=1
source=(ftp://ftp.alsa-project.org/pub/lib/$name-$version.tar.bz2)
@ -13,4 +13,5 @@ build() {
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -f $PKG/usr/share/alsa/alsa.conf.d/README
}