Skip to Content.
Sympa Menu

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

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 (c7f3d9bc2e3312bb19d9ec57dfe5f0ced15c16fd)
  • Date: Sun, 28 Sep 2008 10:52:38 -0500

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




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (c7f3d9bc2e3312bb19d9ec57dfe5f0ced15c16fd), Arjan Bouter, 09/28/2008

Archive powered by MHonArc 2.6.24.

Top of Page