Skip to Content.
Sympa Menu

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

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 (5311cfbf2ef2df980bafcfb7683d5f27e7890643)
  • Date: Mon, 10 Nov 2008 16:56:12 -0600

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

audio-soft/sox/BUILD | 2 -
audio-soft/sox/CONFIGURE | 4 --
audio-soft/sox/DEPENDS | 69
+++++++++++++++++++++++++++++++++++++++++++----
audio-soft/sox/DETAILS | 16 +++++-----
audio-soft/sox/HISTORY | 6 +++-
5 files changed, 77 insertions(+), 20 deletions(-)

New commits:
commit 5311cfbf2ef2df980bafcfb7683d5f27e7890643
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sox: => 14.2.0, fixed lots of deps

diff --git a/audio-soft/sox/BUILD b/audio-soft/sox/BUILD
deleted file mode 100755
index cd9f86d..0000000
--- a/audio-soft/sox/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-OPTS="$OPTS $CONF_OPTS --with-ossdsp --disable-alsa-dsp" &&
-default_build
diff --git a/audio-soft/sox/CONFIGURE b/audio-soft/sox/CONFIGURE
deleted file mode 100755
index 802afb6..0000000
--- a/audio-soft/sox/CONFIGURE
+++ /dev/null
@@ -1,4 +0,0 @@
-config_query_option CONF_OPTS "Enable old rate code?" n "--enable-oldrate"
"--disable-oldrate"
-config_query_option CONF_OPTS "Enable fast ulaw compression (-32K memory)?"
y "--enable-fastulaw" "--disable-fastulaw"
-config_query_option CONF_OPTS "Enable fast alaw compression (-32K memory)?"
y "--enable-fastalaw" "--disable-fastalaw"
-config_query_option CONF_OPTS "Enable internal GSM support?" y
"--enable-gsm" "--disable-gsm"
diff --git a/audio-soft/sox/DEPENDS b/audio-soft/sox/DEPENDS
index 19e9178..70dd71c 100755
--- a/audio-soft/sox/DEPENDS
+++ b/audio-soft/sox/DEPENDS
@@ -1,5 +1,64 @@
-optional_depends "libmad" "" "" "to decode MP3" &&
-optional_depends "lame" "" "" "to encode MP3" &&
-optional_depends "alsa-lib" "--with-alsa-dsp" "--without-alsa-dsp" "for
alsa-dsp support"
-optional_depends "libvorbis" "" "--disable-ogg-vorbis" "for ogg/vorbis
support" &&
-optional_depends "libao" "" "" "for libao driver"
+optional_depends alsa-lib \
+ "--enable-alsa" \
+ "--disable-alsa-dsp" \
+ "for ALSA sound driver support" &&
+
+optional_depends libao \
+ "--enable-libao" \
+ "--disable-libao" \
+ "for libao sound driver support" &&
+
+optional_depends libsndfile \
+ "--with-sndfle" \
+ "--without-sndfile" \
+ "for libsndfile usage" &&
+
+optional_depends libvorbis \
+ "--with-ogg" \
+ "--without-ogg" \
+ "for Ogg Vorbis usage" &&
+
+optional_depends flac \
+ "--with-flac" \
+ "--without-flac" \
+ "for FLAC usage" &&
+
+optional_depends LIBAVCODEC \
+ "--with-ffmpeg" \
+ "--without-ffmpeg" \
+ "for ffmpeg usage" &&
+
+optional_depends libmad \
+ "--with-mad" \
+ "--without-mad" \
+ "for MAD (MP3 Audio Decoder) usage" &&
+
+optional_depends libid3tag \
+ "--with-id3tag" \
+ "--without-id3tag" \
+ "for id3tag usage" &&
+
+optional_depends lame \
+ "--with-lame" \
+ "--without-lame" \
+ "for LAME (LAME Ain't a MP3 Encoder) usage" &&
+
+optional_depends wavpack \
+ "--with-wavpack" \
+ "--without-wavpack" \
+ "for wavpack usage" &&
+
+optional_depends libpng \
+ "--with-png" \
+ "--without-png" \
+ "for PNG usage" &&
+
+optional_depends libsamplerate \
+ "--with-samplerate" \
+ "--without-samplerate" \
+ "for libsamplerate (a.k.a. Secret Rabbit Code) usage" &&
+
+optional_depends ladspa \
+ "--with-ladspa-path=$INSTALL_ROOT/usr/lib/ladspa" \
+ "--without-ladspa" \
+ "for LADSPA usage"
diff --git a/audio-soft/sox/DETAILS b/audio-soft/sox/DETAILS
index 06e155e..2825a42 100755
--- a/audio-soft/sox/DETAILS
+++ b/audio-soft/sox/DETAILS
@@ -1,16 +1,16 @@
SPELL=sox
- VERSION=14.1.0
-
SOURCE_HASH='sha512:43eebcfec3b71af82f6c86655cb3a0ea377b54c4692690fbedc1eea3c1504dfaa6c704d2c26c258e96c506b65425c0ce3dc1c0706f516b73f06bfbcbf9b88907'
+ VERSION=14.2.0
+
SOURCE_HASH=sha512:4dc92b8697df9d6ff260303eda78fda99805ca15e8ed4e55a1d82834fa5b67ad2178d5df1a9fb41d16fdb48f9758bb11eac290d6b786386ee6a79fdd3c99b4e2
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- WEB_SITE=http://sox.sourceforge.net
+ WEB_SITE=http://sox.sourceforge.net/
ENTERED=20010922
LICENSE[0]=LGPL
KEYWORDS="tools audio"
- SHORT="SOX is the Swiss Army knife of sound processing tools."
+ SHORT="swiss army knife of sound processing tools"
cat << EOF
-SOX is the Swiss Army knife of sound processing tools. It converts
-audio files among various standard audio file formats and can apply
-different effects and filters to the audio data.
+SOX is the Swiss Army knife of sound processing tools. It converts audio
files
+among various standard audio file formats and can apply different effects and
+filters to the audio data.
EOF
diff --git a/audio-soft/sox/HISTORY b/audio-soft/sox/HISTORY
index 62dfbee..d79f222 100644
--- a/audio-soft/sox/HISTORY
+++ b/audio-soft/sox/HISTORY
@@ -1,3 +1,8 @@
+2008-11-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 14.2.0; fixed descs; quoting the paths
+ * DEPENDS: improved readability; added lots of missing deps
+ * BUILD, CONFIGURE: removed, not in use anymore
+
2008-08-05 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 14.1.0

@@ -60,4 +65,3 @@

2002-06-12 Unet <unet AT sourcemage.org>
* Created this.
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5311cfbf2ef2df980bafcfb7683d5f27e7890643), Vlad Glagolev, 11/10/2008

Archive powered by MHonArc 2.6.24.

Top of Page