[Lunar-commits] <moonbase> taglib: Adjusting the SOURCES and WEB_SITE urls. Adding another mquery dealing with
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Jun 16 14:20:00 CEST 2011
commit 4bfbcc1b1d4a38c6104d7599050d5018a6781396
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Jun 16 08:20:00 2011 -0400
taglib: Adjusting the SOURCES and WEB_SITE urls. Adding another mquery dealing with
iTunes hack. Since there is no choice in this modules use of cmake regarding zlib making
this a depends. Lastly, adjusting the BUILD regarding removal of "&&" and the redirect changes
to build.lunar.
---
audio/taglib/BUILD | 2 +-
audio/taglib/CONFIGURE | 1 +
audio/taglib/DEPENDS | 3 +--
audio/taglib/DETAILS | 7 +++----
4 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/audio/taglib/BUILD b/audio/taglib/BUILD
index bd4c265..be90678 100644
--- a/audio/taglib/BUILD
+++ b/audio/taglib/BUILD
@@ -2,4 +2,4 @@
default_cmake_build
-) > $C_FIFO 2>&1
+)
diff --git a/audio/taglib/CONFIGURE b/audio/taglib/CONFIGURE
index ab5b07c..103ce7c 100644
--- a/audio/taglib/CONFIGURE
+++ b/audio/taglib/CONFIGURE
@@ -1,2 +1,3 @@
mquery USE_ASF "Enable ASF tagging support? (Used by Amarok)" y "-DWITH_ASF=ON" "-DWITH_ASF=OFF"
mquery USE_MP4 "Enable MP4 tagging support? (Used by Amarok)" y "-DWITH_MP4=ON" "-DWITH_MP4=OFF"
+mquery ENABLE_ITUNE_HACK "Disable workarounds for iTunes bugs?" n "-DNO_ITUNES_HACKS=ON" "-DNO_ITUNES_HACKS=OFF"
diff --git a/audio/taglib/DEPENDS b/audio/taglib/DEPENDS
index 0e0d646..8a3ef70 100644
--- a/audio/taglib/DEPENDS
+++ b/audio/taglib/DEPENDS
@@ -1,3 +1,2 @@
+depends zlib
depends cmake
-
-optional_depends "zlib" "" "" "for compressed tag frames"
diff --git a/audio/taglib/DETAILS b/audio/taglib/DETAILS
index b1de2bb..4bcb49b 100644
--- a/audio/taglib/DETAILS
+++ b/audio/taglib/DETAILS
@@ -1,11 +1,10 @@
MODULE=taglib
VERSION=1.7
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://developer.kde.org/~wheeler/files/src
- SOURCE_URL[1]=http://ktown.kde.org/~wheeler/$MODULE
- SOURCE_URL[2]=$MIRROR_URL
+ SOURCE_URL[0]=http://developer.kde.org/~wheeler/files/src/
+ SOURCE_URL[1]=$MIRROR_URL
SOURCE_VFY=sha1:5138e1665182bc2171e298ff31518c9ad72ddf23
- WEB_SITE=http://ktown.kde.org/~wheeler/taglib
+ WEB_SITE=http://developer.kde.org/~wheeler/taglib.html
ENTERED=20040331
UPDATED=20110318
SHORT="reading and editing the meta-data of several popular audio formats"
More information about the Lunar-commits
mailing list