summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-firmware/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-drivers/alsa-firmware/DETAILS')
-rwxr-xr-xaudio-drivers/alsa-firmware/DETAILS17
1 files changed, 15 insertions, 2 deletions
diff --git a/audio-drivers/alsa-firmware/DETAILS b/audio-drivers/alsa-firmware/DETAILS
index 5a4c54b70f..c288883678 100755
--- a/audio-drivers/alsa-firmware/DETAILS
+++ b/audio-drivers/alsa-firmware/DETAILS
@@ -1,9 +1,22 @@
SPELL=alsa-firmware
- VERSION=1.0.16
+if [[ $ALSA_FIRM_GIT == y ]]; then
+ if [[ $ALSA_FIRM_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-firmware.git:alsa-firmware-git
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
+ FORCE_DOWNLOAD=1
+else
+ VERSION=1.0.19
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/firmware/$SOURCE
- SOURCE_HASH=sha512:fbcc24d2c21712c7f8f6f6e76688c4ff16c720200fc343226f4ff1d662da039242e92c89399f43dab1a83307c7d6677006c5fb57003072ae75511d3bea5c03fe
+ SOURCE_HASH=sha512:a968a4f4fa34159b53a7e136717876eaeed50b88f0d931071a69659f0ebe9eaeec4f50551a20f4b9492125df3198b1dfb54e7d8db2f52bcfc308959befd1dd6d
+fi
WEB_SITE=http://www.alsa-project.org/
ENTERED=20031205
ARCHIVE="off"