summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-plugins
diff options
context:
space:
mode:
authorPol Vinogradov2008-06-08 23:56:34 +0500
committerPol Vinogradov2008-06-09 01:33:45 +0500
commitf889adaca7c0bdc8b1b4648cb7b79ab582d9bac9 (patch)
tree7a584152733e7d1cc600e6134c886ab7e4e6d1e0 /audio-drivers/alsa-plugins
parent26dda54a2b46355770bfb83c0afb0d18ee3ae897 (diff)
audio-drivers/alsa-plugins: added direct scm branch
Diffstat (limited to 'audio-drivers/alsa-plugins')
-rwxr-xr-xaudio-drivers/alsa-plugins/DETAILS13
-rw-r--r--audio-drivers/alsa-plugins/HISTORY3
-rwxr-xr-xaudio-drivers/alsa-plugins/PREPARE6
3 files changed, 22 insertions, 0 deletions
diff --git a/audio-drivers/alsa-plugins/DETAILS b/audio-drivers/alsa-plugins/DETAILS
index ff67beb827..c52ca14eae 100755
--- a/audio-drivers/alsa-plugins/DETAILS
+++ b/audio-drivers/alsa-plugins/DETAILS
@@ -1,9 +1,22 @@
SPELL=alsa-plugins
+if [[ ${ALSA_PLUG_GIT} == y ]]; then
+ if [[ $(ALSA_PLUG_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-plugins.git:alsa-plugins-git
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
+ FORCE_DOWNLOAD=1
+else
VERSION=1.0.16
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/plugins/$SOURCE
SOURCE_HASH=sha512:4a0818339fbaec04a43487569a6a9baaf310052d4617b7eff8dcdaf86f248f79bcc80dd4cc120a347610099705dba5f445cf9a4e0d6ef700cd86f67666645884
+fi
WEB_SITE=http://www.alsa-project.org/
ENTERED=20061001
LICENSE[0]=GPL
diff --git a/audio-drivers/alsa-plugins/HISTORY b/audio-drivers/alsa-plugins/HISTORY
index 6e7cb4655c..fc497fb2d9 100644
--- a/audio-drivers/alsa-plugins/HISTORY
+++ b/audio-drivers/alsa-plugins/HISTORY
@@ -1,3 +1,6 @@
+2008-06-08 Pol Vinogradov <vin.public@gmail.com>
+ * DETAILS, PREPARE: added direct scm branch
+
2008-04-06 Pol Vinogradov <vin.public@gmail.com>
* DETAILS: fixed SOURCE_HASH (thanks to Erroo ;) )
diff --git a/audio-drivers/alsa-plugins/PREPARE b/audio-drivers/alsa-plugins/PREPARE
new file mode 100755
index 0000000000..82577fba71
--- /dev/null
+++ b/audio-drivers/alsa-plugins/PREPARE
@@ -0,0 +1,6 @@
+config_query ALSA_PLUG_GIT "Build latest version from development tree?" n &&
+
+if [[ $(ALSA_PLUG_GIT) == y ]]; then
+ config_query ALSA_PLUG_GIT_AUTOUPDATE \
+ "Automatically update on every system update?" n
+fi