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

Arjan Bouter scm at sourcemage.org
Sun Sep 28 12:32:57 EDT 2008


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

 audio-libs/faad2/DEPENDS    |   13 ++++---------
 audio-libs/faad2/HISTORY    |    3 +++
 audio-libs/libmp4v2/HISTORY |    3 +++
 audio-soft/easytag/BUILD    |    2 ++
 4 files changed, 12 insertions(+), 9 deletions(-)

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

    easytag: added a BUILD file to disable testing for gtk

commit 55599115aa30c3eda0fd777866a2c5f364157bd3
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    libmp4v2: added missing dependency on g++

commit 6d2dc03cb8c8589beaf41fc368d5cfd109319540
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    faad2: added optional dep on libmp4v2

diff --git a/audio-libs/faad2/DEPENDS b/audio-libs/faad2/DEPENDS
index af9b833..409d606 100755
--- a/audio-libs/faad2/DEPENDS
+++ b/audio-libs/faad2/DEPENDS
@@ -12,12 +12,7 @@ if [ "$FAAD_CVS" = "y" ]; then
   depends  CVS
 fi
 
-#
-# This could optionally depend on g++ with:
-#optional_depends  g++  \
-#                  "--with-mp4v2"  \
-#                  "--without-mp4v2"  \
-#                  "for MPEG4v2 support"
-#
-# But it still tries to build libmp4ff.so, which needs g++
-#
+optional_depends  libmp4v2              \
+                  "--with-mp4id"        \
+                  "--without-mp4id"     \
+                  "For MPEG4v2 support"
diff --git a/audio-libs/faad2/HISTORY b/audio-libs/faad2/HISTORY
index 5c4bfb7..4dcccc1 100644
--- a/audio-libs/faad2/HISTORY
+++ b/audio-libs/faad2/HISTORY
@@ -1,3 +1,6 @@
+2008-09-28 Arjan Bouter <abouter at sourcemage.org>
+	* Optionally use libmp4v2
+
 2007-11-14 Arwed v. Merkatz <v.merkatz at gmx.net>
 	* UP_TRIGGERS: up_trigger because of API change that breaks stuff
 	  (faacDec* got removed)
diff --git a/audio-libs/libmp4v2/HISTORY b/audio-libs/libmp4v2/HISTORY
index 39ff113..c22ec82 100644
--- a/audio-libs/libmp4v2/HISTORY
+++ b/audio-libs/libmp4v2/HISTORY
@@ -1,3 +1,6 @@
+2008-09-28 Arjan Bouter <abouter at sourcemage.org>
+	* DEPENDS: depends on g++
+
 2007-07-09 Martin Klein <martin at makl.de>
 	* DETAILS, HISTORY: created spell
 
diff --git a/audio-soft/easytag/BUILD b/audio-soft/easytag/BUILD
new file mode 100755
index 0000000..de21441
--- /dev/null
+++ b/audio-soft/easytag/BUILD
@@ -0,0 +1,2 @@
+OPTS="$OPTS --disable-gtktest"
+default_build



More information about the SM-Commit mailing list