summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-utils
diff options
context:
space:
mode:
authorPol Vinogradov2008-06-09 00:13:42 +0500
committerPol Vinogradov2008-06-09 01:33:47 +0500
commit2ef9b418e428ef0560438c291460e73fb7035d0e (patch)
tree40c36e27c9dbc5ab69f36180fdf9b29ccf79f299 /audio-drivers/alsa-utils
parentcb08df77c131dc6957d790d8268f1b84dbd7f5da (diff)
audio-drivers/alsa-utils: updated to 1.0.17rc1, added direct scm branch
Diffstat (limited to 'audio-drivers/alsa-utils')
-rwxr-xr-xaudio-drivers/alsa-utils/DETAILS17
-rw-r--r--audio-drivers/alsa-utils/HISTORY4
-rwxr-xr-xaudio-drivers/alsa-utils/PREPARE6
3 files changed, 25 insertions, 2 deletions
diff --git a/audio-drivers/alsa-utils/DETAILS b/audio-drivers/alsa-utils/DETAILS
index 91004e8984..4432f6252d 100755
--- a/audio-drivers/alsa-utils/DETAILS
+++ b/audio-drivers/alsa-utils/DETAILS
@@ -1,9 +1,22 @@
SPELL=alsa-utils
- VERSION=1.0.16
- SOURCE_HASH=sha512:819257775aab13777a0d0518f637ffd7acf3551c56cb0c05b53b1dd0719bd46199ca78cfc97c75c80eb89aa8754ff9b90739d6576911a484bfe42311da96a39b
+if [[ ${ALSA_UTILS_GIT} == y ]]; then
+ if [[ $(ALSA_UTILS_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-utils.git:alsa-utils-git
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
+ FORCE_DOWNLOAD=1
+else
+ VERSION=1.0.17rc1
+ SOURCE_HASH=sha512:3283cf0b9227102a64b04b16badbc85fff985e6bde9d7b3f1527f70b8a1184a9b399c77e267bb93fff8b8cdd3345961725d1560e2bee5a9b9f04d69972803a01
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/utils/$SOURCE
+fi
WEB_SITE=http://www.alsa-project.org/
ENTERED=20010922
LICENSE[0]=GPL
diff --git a/audio-drivers/alsa-utils/HISTORY b/audio-drivers/alsa-utils/HISTORY
index e8d64a62b2..79e3181b4b 100644
--- a/audio-drivers/alsa-utils/HISTORY
+++ b/audio-drivers/alsa-utils/HISTORY
@@ -1,3 +1,7 @@
+2008-06-09 Pol Vinogradov <vin.public@gmail.com>
+ * DETAILS: updated to 1.0.17rc1, added direct scm branch
+ * PREPARE: added for git branch query
+
2008-04-13 Eric Sandall <sandalle@sourcemage.org>
* DEPENDS: which is a runtime-only dependency
Bug #14395
diff --git a/audio-drivers/alsa-utils/PREPARE b/audio-drivers/alsa-utils/PREPARE
new file mode 100755
index 0000000000..b97989efe1
--- /dev/null
+++ b/audio-drivers/alsa-utils/PREPARE
@@ -0,0 +1,6 @@
+config_query ALSA_UTILS_GIT "Build latest version from development tree?" n &&
+
+if [[ $(ALSA_UTILS_GIT) == y ]]; then
+ config_query ALSA_UTILS_GIT_AUTOUPDATE \
+ "Automatically update on every system update?" n
+fi