[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a144b8c507ced0c84fab7d2669ff5c424c78be57)

Vlad Glagolev scm at sourcemage.org
Wed Oct 29 17:11:03 EDT 2008


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

 audio-drivers/pyalsa/DEPENDS |    4 ++--
 audio-drivers/pyalsa/DETAILS |   30 +++++++++---------------------
 audio-drivers/pyalsa/HISTORY |    5 ++++-
 audio-drivers/pyalsa/PREPARE |    8 ++++----
 4 files changed, 19 insertions(+), 28 deletions(-)

New commits:
commit e8fe4cdf6f01923700b5cba2143e84685e2f8feb
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    pyalsa: clean up of the spell

diff --git a/audio-drivers/pyalsa/DEPENDS b/audio-drivers/pyalsa/DEPENDS
index 3bacd1b..ab4643c 100755
--- a/audio-drivers/pyalsa/DEPENDS
+++ b/audio-drivers/pyalsa/DEPENDS
@@ -1,2 +1,2 @@
-depends  alsa-lib  &&
-depends  python
+depends alsa-lib &&
+depends python
diff --git a/audio-drivers/pyalsa/DETAILS b/audio-drivers/pyalsa/DETAILS
index afa91e3..5739478 100755
--- a/audio-drivers/pyalsa/DETAILS
+++ b/audio-drivers/pyalsa/DETAILS
@@ -1,6 +1,6 @@
            SPELL=pyalsa
 if [[ $PYALSA_GIT == y ]]; then
-  if  [[ $PYALSA_GIT_AUTOUPDATE == y ]];  then
+  if [[ $PYALSA_GIT_AUTOUPDATE == y ]];  then
          VERSION=$(date +%Y%m%d)
   else
          VERSION=git
@@ -8,12 +8,12 @@ if [[ $PYALSA_GIT == y ]]; then
           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
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
   FORCE_DOWNLOAD=1
 else
          VERSION=1.0.17
           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/$SPELL/$SOURCE
      SOURCE_HASH=sha512:1c1e583337713f71945352dcf1e8e5ddf0153b2bded7b7f94619133224924cce46a55e0c996cf13c21950b9b999074a69979b01dc32f7611b30894d8009b5ca5
 fi
@@ -21,28 +21,16 @@ fi
          ENTERED=20070612
       LICENSE[0]=GPL
         KEYWORDS="drivers audio python"
-           SHORT="Python bindings for the Advanced Linux Sound Architecture project"
+           SHORT="Python bindings for 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).
-
-Primary goals: 
+The Advanced Linux Sound Architecture project is being developed in the Linux
+operating system.
 
+Primary goals:
 1. Create a fully modularized sound driver which supports kerneld and kmod.
-
 2. Create the ALSA Kernel API which surpasses the current OSS API.
-
 3. Maintain compatibility with most OSS/Lite binaries.
-
 4. Create the ALSA Library (C, C++), which simplifies ALSA application
-development.
-
-5. Create the ALSA Manager, an interactive configuration program for
-the driver.
-
-Lastly, this sorcery spell supports one and only one sound card.
-If you have more or it is ISA, then you will likely have to create
-a custom spell.
+   development.
+5. Create the ALSA Manager, an interactive configuration program for the driver.
 EOF
diff --git a/audio-drivers/pyalsa/HISTORY b/audio-drivers/pyalsa/HISTORY
index 4c1f118..178bab9 100644
--- a/audio-drivers/pyalsa/HISTORY
+++ b/audio-drivers/pyalsa/HISTORY
@@ -1,3 +1,7 @@
+2008-10-30 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: fixed desc; cleaned up; quoting paths
+	* DEPENDS, PREPARE: cleaned up
+
 2008-07-15 Pol Vinogradov <vin.public at gmail.com>
 	* DETAILS: updated to 1.0.17
 
@@ -19,4 +23,3 @@
 
 2007-06-12 Pol Vinogradov <vin.public at gmail.com>
 	* BUILD, DEPENDS, DETAILS, INSTALL: created the spell
-
diff --git a/audio-drivers/pyalsa/PREPARE b/audio-drivers/pyalsa/PREPARE
index a99cca1..6ab056e 100755
--- a/audio-drivers/pyalsa/PREPARE
+++ b/audio-drivers/pyalsa/PREPARE
@@ -1,6 +1,6 @@
-config_query  PYALSA_GIT  "Build latest version from development tree?"  n  &&
+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
+if [[ $PYALSA_GIT == y ]]; then
+  config_query PYALSA_GIT_AUTOUPDATE \
+               "Automatically update on every system update?" n
 fi



More information about the SM-Commit mailing list