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

Vlad Glagolev scm at sourcemage.org
Mon Jan 19 15:43:44 EST 2009


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

 audio-drivers/alsa-utils/DEPENDS            |    6 +++++-
 audio-drivers/alsa-utils/DETAILS            |    4 ++--
 audio-drivers/alsa-utils/HISTORY            |    5 +++++
 audio-drivers/alsa-utils/PRE_BUILD          |    4 ----
 audio-drivers/alsa-utils/speaker-test.patch |   22 ----------------------
 5 files changed, 12 insertions(+), 29 deletions(-)

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

    alsa-utils: => 1.0.19

diff --git a/audio-drivers/alsa-utils/DEPENDS b/audio-drivers/alsa-utils/DEPENDS
index 2188fdb..4adacd5 100755
--- a/audio-drivers/alsa-utils/DEPENDS
+++ b/audio-drivers/alsa-utils/DEPENDS
@@ -1,6 +1,10 @@
 depends coreutils &&
 depends alsa-lib &&
-depends xmlto &&
+
+optional_depends xmlto \
+                 "--enable-xmlto" \
+                 "--disable-xmlto" \
+                 "for generated documentation" &&
 
 if [[ $ALSA_UTILS_GIT == y ]]; then
   depends git &&
diff --git a/audio-drivers/alsa-utils/DETAILS b/audio-drivers/alsa-utils/DETAILS
index fb448c2..87b7f01 100755
--- a/audio-drivers/alsa-utils/DETAILS
+++ b/audio-drivers/alsa-utils/DETAILS
@@ -11,8 +11,8 @@ if [[ $ALSA_UTILS_GIT == y ]]; then
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
   FORCE_DOWNLOAD=1
 else
-         VERSION=1.0.18
-     SOURCE_HASH=sha512:945939500dc177b573480843e647f13c67b8c156e61c91f03822f860ad41b307d1cd0adbcfc565342fe5a07f7b4d8a43dbeddf96fe0462677063bd85de610abb
+         VERSION=1.0.19
+     SOURCE_HASH=sha512:7a3b4d1589145af2027c83d0b86415d6df0c8e07ec8f07c3223173024fc6c6ae1a28b879ecea4597c039dd09bba16b0bef4fb2cdc6d68ee282469524cbc6877d
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
    SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/utils/$SOURCE
diff --git a/audio-drivers/alsa-utils/HISTORY b/audio-drivers/alsa-utils/HISTORY
index 9d4522a..81c4a20 100644
--- a/audio-drivers/alsa-utils/HISTORY
+++ b/audio-drivers/alsa-utils/HISTORY
@@ -1,3 +1,8 @@
+2009-01-19 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: updated spell to 1.0.19
+	* DEPENDS: xmlto is _optional_ again
+	* PRE_BUILD, speaker-test.patch: removed
+
 2008-11-01 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 1.0.18
 
diff --git a/audio-drivers/alsa-utils/PRE_BUILD b/audio-drivers/alsa-utils/PRE_BUILD
deleted file mode 100755
index a42a0fb..0000000
--- a/audio-drivers/alsa-utils/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < $SPELL_DIRECTORY/speaker-test.patch
diff --git a/audio-drivers/alsa-utils/speaker-test.patch b/audio-drivers/alsa-utils/speaker-test.patch
deleted file mode 100644
index ce05630..0000000
--- a/audio-drivers/alsa-utils/speaker-test.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- speaker-test/speaker-test.c~	2006-04-06 10:24:12.000000000 -0700
-+++ speaker-test/speaker-test.c	2006-04-20 18:23:04.704636250 -0700
-@@ -44,9 +44,6 @@
- #include <getopt.h>
- #include <inttypes.h>
- #include <ctype.h>
--#ifdef ENABLE_NLS
--#include <locale.h>
--#endif
- #include <byteswap.h>
- 
- #define ALSA_PCM_NEW_HW_PARAMS_API
-@@ -56,6 +53,9 @@
- #include <math.h>
- #include "pink.h"
- #include "aconfig.h"
-+#ifdef ENABLE_NLS
-+#include <locale.h>
-+#endif
- #include "gettext.h"
- #include "version.h"
- 



More information about the SM-Commit mailing list