summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-utils
diff options
context:
space:
mode:
authorVlad Glagolev2009-01-19 23:43:27 +0300
committerVlad Glagolev2009-01-19 23:43:27 +0300
commit3060073e05cf6b28cf78911b86fff37036dc92b6 (patch)
tree90f6ad0ad02cf0b25a407b369eb7437719a98284 /audio-drivers/alsa-utils
parent79a79223c055330bcc042824cf2787e127b94620 (diff)
alsa-utils: => 1.0.19
Diffstat (limited to 'audio-drivers/alsa-utils')
-rwxr-xr-xaudio-drivers/alsa-utils/DEPENDS6
-rwxr-xr-xaudio-drivers/alsa-utils/DETAILS4
-rw-r--r--audio-drivers/alsa-utils/HISTORY5
-rwxr-xr-xaudio-drivers/alsa-utils/PRE_BUILD4
-rw-r--r--audio-drivers/alsa-utils/speaker-test.patch22
5 files changed, 12 insertions, 29 deletions
diff --git a/audio-drivers/alsa-utils/DEPENDS b/audio-drivers/alsa-utils/DEPENDS
index 2188fdb301..4adacd5d9d 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 fb448c23bd..87b7f01feb 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 9d4522ac5e..81c4a20e08 100644
--- a/audio-drivers/alsa-utils/HISTORY
+++ b/audio-drivers/alsa-utils/HISTORY
@@ -1,3 +1,8 @@
+2009-01-19 Vlad Glagolev <stealth@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@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 a42a0fbb60..0000000000
--- 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 ce056302e9..0000000000
--- 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"
-