summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-lib/DETAILS
diff options
context:
space:
mode:
authorPol Vinogradov2008-06-08 17:14:28 +0500
committerPol Vinogradov2008-06-09 01:33:43 +0500
commite920ad90d1efd70da288f63dc35eb89fd1ef48f0 (patch)
tree11515b4adfda7e29518503301051bac3eba20e25 /audio-drivers/alsa-lib/DETAILS
parent48eef9830c4f3a7b92d69b6bce4c22fdaf1174f5 (diff)
audio-drivers/alsa-lib: updated to 1.0.17rc1, added direct scm branch
Diffstat (limited to 'audio-drivers/alsa-lib/DETAILS')
-rwxr-xr-xaudio-drivers/alsa-lib/DETAILS16
1 files changed, 14 insertions, 2 deletions
diff --git a/audio-drivers/alsa-lib/DETAILS b/audio-drivers/alsa-lib/DETAILS
index 78c040bf67..c5900c7812 100755
--- a/audio-drivers/alsa-lib/DETAILS
+++ b/audio-drivers/alsa-lib/DETAILS
@@ -1,10 +1,22 @@
SPELL=alsa-lib
- VERSION=1.0.16
+if [[ ${ALSA_LIB_GIT} == y ]]; then
+ if [[ $(ALSA_LIB_GIT_AUTOUPDATE) == y ]]; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=git
+ fi
+ SOURCE=$SPELL-git.tar.bz2
+ SOURCE_URL[0]=git://git.alsa-project.org/alsa-lib.git:alsa-lib-git
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
+ FORCE_DOWNLOAD=1
+else
+ VERSION=1.0.17rc1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/lib/$SOURCE
-# SOURCE_HASH=sha512:d78028501b56a7f1da48cee178d7f65ea8e094cc9c9c03cb9718cc7a354acdac7e67e99c3b32087d01c1f88293bfa7a45d4795b57d1da30b2c9f7de6a2315d33
SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
+fi
LICENSE[0]=LGPL
KEYWORDS="drivers audio"
WEB_SITE=http://www.alsa-project.org/