New commits:
commit e03ca2a6fa4c92737b5721935493c8fe5919b6dc
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
alsa-lib: => 1.0.17rc2, fixed git build
diff --git a/audio-drivers/alsa-lib/BUILD b/audio-drivers/alsa-lib/BUILD
new file mode 100755
index 0000000..85a22a0
--- /dev/null
+++ b/audio-drivers/alsa-lib/BUILD
@@ -0,0 +1,5 @@
+if [[ $ALSA_LIB_GIT == y ]]; then
+ autoconf
+fi &&
+
+default_build
diff --git a/audio-drivers/alsa-lib/DEPENDS b/audio-drivers/alsa-lib/DEPENDS
new file mode 100755
index 0000000..24ea0f8
--- /dev/null
+++ b/audio-drivers/alsa-lib/DEPENDS
@@ -0,0 +1,4 @@
+if [[ $ALSA_LIB_GIT == y ]]; then
+ depends git &&
+ depends autoconf
+fi
diff --git a/audio-drivers/alsa-lib/DETAILS b/audio-drivers/alsa-lib/DETAILS
index ae118d2..f87cbec 100755
--- a/audio-drivers/alsa-lib/DETAILS
+++ b/audio-drivers/alsa-lib/DETAILS
@@ -8,12 +8,12 @@ if [[ $ALSA_LIB_GIT == y ]]; then
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
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
- VERSION=1.0.17rc1
+ VERSION=1.0.17rc2
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/lib/$SOURCE
SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
fi
@@ -21,9 +21,8 @@ fi
KEYWORDS="drivers audio"
WEB_SITE=http://www.alsa-project.org/
ENTERED=20010922
- SHORT="Library API for using the Advanced Linux Sound
Architecture."
+ SHORT="library API for using the Advanced Linux Sound
Architecture"
cat << EOF
-From http://www.alsa-project.org/intro.php3
The Advanced Linux Sound Architecture project is being developed in the Linux
operating system and is released under version 2 of the GPL (GNU general
public
license) and the LGPL (GNU library general public license).
diff --git a/audio-drivers/alsa-lib/HISTORY b/audio-drivers/alsa-lib/HISTORY
index 62e8a45..2cab5d9 100644
--- a/audio-drivers/alsa-lib/HISTORY
+++ b/audio-drivers/alsa-lib/HISTORY
@@ -1,3 +1,8 @@
+2008-07-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.0.17rc2, fixed the descs, quoting paths!
+ * BUILD, DEPENDS: fixed git version compilation
+ * PRE_BUILD: sed -i > sedit, quoting paths!
+
2008-06-08 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 1.0.17rc1,added direct scm branch
* PREPARE: added for git branch query
@@ -177,4 +182,3 @@