Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (0fa64138ff3e3674612c4a154251491b7359e972)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (0fa64138ff3e3674612c4a154251491b7359e972)
  • Date: Mon, 28 Sep 2009 03:14:31 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

audio-libs/taglib/BUILD | 1 +
audio-libs/taglib/CONFIGURE | 2 ++
audio-libs/taglib/HISTORY | 4 ++++
3 files changed, 7 insertions(+)

New commits:
commit 0fa64138ff3e3674612c4a154251491b7359e972
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

taglib: added option to compile with support for asf and mp4

diff --git a/audio-libs/taglib/BUILD b/audio-libs/taglib/BUILD
index e013b8d..72f41e7 100755
--- a/audio-libs/taglib/BUILD
+++ b/audio-libs/taglib/BUILD
@@ -1 +1,2 @@
+OPTS="$OPTS $TAGLIB_OPTS" &&
cmake_build
diff --git a/audio-libs/taglib/CONFIGURE b/audio-libs/taglib/CONFIGURE
new file mode 100755
index 0000000..0b3a098
--- /dev/null
+++ b/audio-libs/taglib/CONFIGURE
@@ -0,0 +1,2 @@
+config_query_option TAGLIB_OPTS 'Enable ASF support?' n '-DWITH_ASF=ON'
'-DWITH_ASF=OFF' &&
+config_query_option TAGLIB_OPTS 'Enable MP4 support?' n '-DWITH_MP4=ON'
'-DWITH_MP4=OFF'
diff --git a/audio-libs/taglib/HISTORY b/audio-libs/taglib/HISTORY
index 5a2eb6b..2988030 100644
--- a/audio-libs/taglib/HISTORY
+++ b/audio-libs/taglib/HISTORY
@@ -1,3 +1,7 @@
+2009-09-28 Bor Kraljič <pyrobor AT ver.si>
+ * CONFIGURE: added config_query_option's for asf and mp4 support
+ * BUILD: added TAGLIB_OPTS to OPTS
+
2009-09-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.6
* DEPENDS, BUILD: added; for cmake support



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (0fa64138ff3e3674612c4a154251491b7359e972), Bor Kraljič, 09/28/2009

Archive powered by MHonArc 2.6.24.

Top of Page