summaryrefslogtreecommitdiffstats
path: root/audio-drivers/pyalsa
diff options
context:
space:
mode:
authorPol Vinogradov2008-06-09 00:39:04 +0500
committerPol Vinogradov2008-06-09 01:33:48 +0500
commit991e5d3238d8511247e94b6869ff7486a55544a1 (patch)
tree2392ca16a4d8be97bddebde77f42224452851ae0 /audio-drivers/pyalsa
parentad633c159aef597cba1473880327db3ced8b39f2 (diff)
audio-drivers/pyalsa: updated to 1.0.17rc1, added direct scm branch
Diffstat (limited to 'audio-drivers/pyalsa')
-rwxr-xr-xaudio-drivers/pyalsa/DETAILS17
-rw-r--r--audio-drivers/pyalsa/HISTORY5
-rwxr-xr-xaudio-drivers/pyalsa/PREPARE6
3 files changed, 26 insertions, 2 deletions
diff --git a/audio-drivers/pyalsa/DETAILS b/audio-drivers/pyalsa/DETAILS
index e3bac9c3ae..1bfb01b42a 100755
--- a/audio-drivers/pyalsa/DETAILS
+++ b/audio-drivers/pyalsa/DETAILS
@@ -1,9 +1,22 @@
SPELL=pyalsa
- VERSION=1.0.16
+if [[ $PYALSA_GIT == y ]]; then
+ if [[ $PYALSA_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-python.git:pyalsa-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/$SPELL/$SOURCE
- SOURCE_HASH=sha512:a1763961069c119e62499be715531b068a467cf3388ce9b9561389e8361be757fb7573e72e0217c02471dc48a5db4ae52289547e8f071f3993e1b2cafe943ecc
+ SOURCE_HASH=sha512:add60bd075af2d47b1fcdd1e5f3816412bda333838837d92545f235d1df738a3cdc7860979f184eb5af795b512fadceaf253f7c1ce0cc476e0962a16945704ae
+fi
WEB_SITE=http://www.alsa-project.org/
ENTERED=20070612
LICENSE[0]=GPL
diff --git a/audio-drivers/pyalsa/HISTORY b/audio-drivers/pyalsa/HISTORY
index 8236e82f53..56a14b31c4 100644
--- a/audio-drivers/pyalsa/HISTORY
+++ b/audio-drivers/pyalsa/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-02-08 Pol Vinogradov <vin.public@gmail.com>
* DETAILS: updated to 1.0.16
@@ -12,3 +16,4 @@
2007-06-12 Pol Vinogradov <vin.public@gmail.com>
* BUILD, DEPENDS, DETAILS, INSTALL: created the spell
+
diff --git a/audio-drivers/pyalsa/PREPARE b/audio-drivers/pyalsa/PREPARE
new file mode 100755
index 0000000000..a99cca17ec
--- /dev/null
+++ b/audio-drivers/pyalsa/PREPARE
@@ -0,0 +1,6 @@
+config_query PYALSA_GIT "Build latest version from development tree?" n &&
+
+if [[ $PYALSA_GIT == y ]]; then
+ config_query PYALSA_GIT_AUTOUPDATE \
+ "Automatically update on every system update?" n
+fi