summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2009-09-28 10:08:55 +0200
committerBor Kraljič2009-09-28 10:12:35 +0200
commit0fa64138ff3e3674612c4a154251491b7359e972 (patch)
tree624c9f38c1ea7edb953e1c8b2d967988925da85f
parent462f269e1897e853dde5d5babd6e57508e56146b (diff)
taglib: added option to compile with support for asf and mp4
-rwxr-xr-xaudio-libs/taglib/BUILD1
-rwxr-xr-xaudio-libs/taglib/CONFIGURE2
-rw-r--r--audio-libs/taglib/HISTORY4
3 files changed, 7 insertions, 0 deletions
diff --git a/audio-libs/taglib/BUILD b/audio-libs/taglib/BUILD
index e013b8d866..72f41e7a4d 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 0000000000..0b3a098015
--- /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 5a2eb6b714..298803082b 100644
--- a/audio-libs/taglib/HISTORY
+++ b/audio-libs/taglib/HISTORY
@@ -1,3 +1,7 @@
+2009-09-28 Bor Kraljič <pyrobor@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@sourcemage.org>
* DETAILS: version 1.6
* DEPENDS, BUILD: added; for cmake support