[SM-Commit] GIT changes to master grimoire by Arjan Bouter (c7f3d9bc2e3312bb19d9ec57dfe5f0ced15c16fd)

Arjan Bouter scm at sourcemage.org
Sun Sep 28 11:52:38 EDT 2008


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

 audio-soft/easytag/DEPENDS |   13 ++++++++++++-
 audio-soft/easytag/HISTORY |    5 +++++
 2 files changed, 17 insertions(+), 1 deletion(-)

New commits:
commit 912ea2704604b44f0f8837f940aad135160ee43d
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    easytag: added missing optional deps on speex and faad2

diff --git a/audio-soft/easytag/DEPENDS b/audio-soft/easytag/DEPENDS
index 3a1a640..2354b8b 100755
--- a/audio-soft/easytag/DEPENDS
+++ b/audio-soft/easytag/DEPENDS
@@ -22,7 +22,18 @@ optional_depends  wavpack                   \
                   "--disable-wavpack"       \
                   "Enable Wavpack support"  &&
 
+# easytag can use either faad2 or libmp4v2 for MP4
+# support, no --disable options to have that work
+optional_depends  faad2                           \
+                  "--enable-mp4"                  \
+                  ""                              \
+                  "Enable Mp4 container support"  &&
 optional_depends  libmp4v2                        \
                   "--enable-mp4"                  \
-                  "--disable-mp4"                 \
+                  ""                              \
+                  "Use libmp4v2 for Mp4 support"  &&
+
+optional_depends  speex                           \
+                  "--enable-speex"                \
+                  "--disable-speex"               \
                   "Enable Mp4 container support"
diff --git a/audio-soft/easytag/HISTORY b/audio-soft/easytag/HISTORY
index ebcca6f..8974b61 100644
--- a/audio-soft/easytag/HISTORY
+++ b/audio-soft/easytag/HISTORY
@@ -1,3 +1,8 @@
+2008-09-28 Arjan Bouter <abouter at sourcemage.org>
+	* BUILD: disable test for gtk
+	* DEPENDS: added missing optional_depends on speex
+	  and added faad2 as optional for MP4 support
+
 2008-09-06 Julien "_kaze_" ROZO <julien at rozo.org>
 	* DETAILS: updated version to 2.1.6
 



More information about the SM-Commit mailing list