Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (4da1a7570b733fbb730e58941030e056c6b3141d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (4da1a7570b733fbb730e58941030e056c6b3141d)
  • Date: Fri, 9 Jan 2009 12:31:47 -0600

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

audio-creation/audacity/DEPENDS | 39
+++++++++++++++++++++++++++++++++++----
audio-creation/audacity/DETAILS | 1 +
audio-creation/audacity/HISTORY | 4 ++++
3 files changed, 40 insertions(+), 4 deletions(-)

New commits:
commit 4da1a7570b733fbb730e58941030e056c6b3141d
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

audacity: added the missing dependencies we have spells for

diff --git a/audio-creation/audacity/DEPENDS b/audio-creation/audacity/DEPENDS
index be86856..b608233 100755
--- a/audio-creation/audacity/DEPENDS
+++ b/audio-creation/audacity/DEPENDS
@@ -19,9 +19,9 @@ fi &&

optional_depends flac "--with-flac" "--without-flac" "For flac support" &&

-optional_depends twolame "--with-libtwolame" \
- "--without-libtwolame" \
- "For twolame support" &&
+optional_depends twolame "--with-libtwolame" \
+ "--without-libtwolame" \
+ "For twolame MP2 export support" &&

optional_depends libvorbis "--with-vorbis" \
"--without-vorbis" \
@@ -62,4 +62,35 @@ fi &&
if [ "$AUDACITY_REL" == "beta" ] || [ "$AUDACITY_REL" == "cvs" ]; then
optional_depends vamp-plugin-sdk "--enable-vamp" "--disable-vamp" \
"Compile with vamp plug-in support?"
-fi
+fi &&
+
+optional_depends LIBAVCODEC \
+ "--with-ffmpeg" \
+ "--without-ffmpeg" \
+ "for ffmpeg import and export support" &&
+
+## no spell yet
+#optional_depends libresample \
+# "--with-libresample" \
+# "--without-libresample" \
+# "for sample rate conversion" &&
+
+optional_depends redland \
+ "--with-redland" \
+ "--without-redland" \
+ "for reading RDF data" &&
+
+optional_depends slv2 \
+ "--with-slv2" \
+ "--without-slv2" \
+ "for loading LV2 plugins" &&
+
+optional_depends liblrdf \
+ "--with-liblrdf" \
+ "--without-liblrdf" \
+ "for categorisation of LADSPA plugins"
+
+#optional_depends portaudio19 \
+# "--with-portaudio=19" \
+# "--without-portaudio" \
+# "use portaudio"
diff --git a/audio-creation/audacity/DETAILS b/audio-creation/audacity/DETAILS
index d148436..e675127 100755
--- a/audio-creation/audacity/DETAILS
+++ b/audio-creation/audacity/DETAILS
@@ -30,6 +30,7 @@ fi
WEB_SITE=http://audacity.sourceforge.net/
ENTERED=20011217
LICENSE[0]=GPL
+ PATCHLEVEL=1
KEYWORDS="editors audio"
SHORT="Simple soundfile editor"
cat << EOF
diff --git a/audio-creation/audacity/HISTORY b/audio-creation/audacity/HISTORY
index bee34d5..35755e9 100644
--- a/audio-creation/audacity/HISTORY
+++ b/audio-creation/audacity/HISTORY
@@ -1,3 +1,7 @@
+2009-01-09 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: patchlevel++
+ * DEPENDS: added missing dependencies for which whe have spells
+
2008-10-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.3.6 (beta)




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (4da1a7570b733fbb730e58941030e056c6b3141d), Arjan Bouter, 01/09/2009

Archive powered by MHonArc 2.6.24.

Top of Page