Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e03ca2a6fa4c92737b5721935493c8fe5919b6dc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e03ca2a6fa4c92737b5721935493c8fe5919b6dc)
  • Date: Mon, 14 Jul 2008 03:18:31 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

audio-drivers/alsa-lib/BUILD | 5 +++++
audio-drivers/alsa-lib/DEPENDS | 4 ++++
audio-drivers/alsa-lib/DETAILS | 9 ++++-----
audio-drivers/alsa-lib/HISTORY | 6 +++++-
audio-drivers/alsa-lib/PRE_BUILD | 8 ++++----
audio-drivers/alsa-lib/alsa-lib-1.0.17rc1.tar.bz2.sig | 0
dev/null |binary
7 files changed, 22 insertions(+), 10 deletions(-)

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 @@

2002-06-12 Unet <unet AT sourcemage.org>
* Created this.
-
diff --git a/audio-drivers/alsa-lib/PRE_BUILD
b/audio-drivers/alsa-lib/PRE_BUILD
index 6d6c0f8..c01c485 100755
--- a/audio-drivers/alsa-lib/PRE_BUILD
+++ b/audio-drivers/alsa-lib/PRE_BUILD
@@ -1,7 +1,7 @@
default_pre_build &&
-cd $SOURCE_DIRECTORY &&
+cd "$SOURCE_DIRECTORY" &&

-if spell_ok python
-then
- sedit "s:python/:python$(installed_version python | cut -c-3)/:"
modules/mixer/simple/python.c
+if spell_ok python; then
+ sed -i "s:python/:python$(installed_version python | cut -c-3)/:" \
+ modules/mixer/simple/python.c
fi
diff --git a/audio-drivers/alsa-lib/alsa-lib-1.0.17rc1.tar.bz2.sig
b/audio-drivers/alsa-lib/alsa-lib-1.0.17rc1.tar.bz2.sig
deleted file mode 100644
index 1d51320..0000000
Binary files a/audio-drivers/alsa-lib/alsa-lib-1.0.17rc1.tar.bz2.sig and
/dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e03ca2a6fa4c92737b5721935493c8fe5919b6dc), Vlad Glagolev, 07/14/2008

Archive powered by MHonArc 2.6.24.

Top of Page