Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (5436cef6b22b93535cd67201a41879154a555bd0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (5436cef6b22b93535cd67201a41879154a555bd0)
  • Date: Sat, 25 Apr 2009 07:13:26 -0500

GIT changes to master grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

audio-soft/vorbis-tools/DEPENDS | 4 ++--
audio-soft/vorbis-tools/HISTORY | 4 ++++
2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 5436cef6b22b93535cd67201a41879154a555bd0
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

vorbis-tools: fixed deps to actually work

diff --git a/audio-soft/vorbis-tools/DEPENDS b/audio-soft/vorbis-tools/DEPENDS
index 1c847ba..343dfb7 100755
--- a/audio-soft/vorbis-tools/DEPENDS
+++ b/audio-soft/vorbis-tools/DEPENDS
@@ -3,11 +3,11 @@ depends libao &&
depends curl &&

optional_depends flac \
- "--with-flac" \
+ "" \
"--without-flac" \
"for FLAC support" &&

optional_depends speex \
- "--with-speex" \
+ "" \
"--without-speex" \
"for Speex support"
diff --git a/audio-soft/vorbis-tools/HISTORY b/audio-soft/vorbis-tools/HISTORY
index 1e441da..4c87070 100644
--- a/audio-soft/vorbis-tools/HISTORY
+++ b/audio-soft/vorbis-tools/HISTORY
@@ -1,3 +1,7 @@
+2009-04-25 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * DEPENDS: removed --with-flac and --with-speex failed to find them
+ otherwise
+
2009-03-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.2.0; quoting paths; fixed descs
* PRE_BUILD: removed, not needed anymore



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (5436cef6b22b93535cd67201a41879154a555bd0), Andraž Levstik, 04/25/2009

Archive powered by MHonArc 2.6.24.

Top of Page