summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2008-06-20 15:41:07 +0000
committertabthorpe <tabthorpe@FreeBSD.org>2008-06-20 15:41:07 +0000
commitd7b0b652d8f73ed7e75d53f399adda12e7e2c08c (patch)
treefe557833caa254b4c366ecbc628a737a96839c26 /audio
parentf962dc9cd302b7015e8316a35f425979d8679ccd (diff)
downloadFreeBSD-ports-d7b0b652d8f73ed7e75d53f399adda12e7e2c08c.zip
FreeBSD-ports-d7b0b652d8f73ed7e75d53f399adda12e7e2c08c.tar.gz
- Chase taglib bump
- Mark as BROKEN Approved by: portmgr (pav)
Diffstat (limited to 'audio')
-rw-r--r--audio/p5-Audio-TagLib/Makefile2
-rw-r--r--audio/py-taglib/Makefile5
-rw-r--r--audio/py-tagpy/Makefile6
3 files changed, 10 insertions, 3 deletions
diff --git a/audio/p5-Audio-TagLib/Makefile b/audio/p5-Audio-TagLib/Makefile
index 8823f71..deb13a8 100644
--- a/audio/p5-Audio-TagLib/Makefile
+++ b/audio/p5-Audio-TagLib/Makefile
@@ -17,6 +17,8 @@ COMMENT= Library for reading and editing audio meta data
BUILD_DEPENDS= taglib-config:${PORTSDIR}/audio/taglib
RUN_DEPENDS= ${BUILD_DEPENDS}
+BROKEN= does not build with taglib 1.5
+
USE_ICONV= YES
PERL_CONFIGURE= 5.8.3+
CONFIGURE_ARGS+= CC="${CXX}" LD="${CXX}"
diff --git a/audio/py-taglib/Makefile b/audio/py-taglib/Makefile
index 9579ad0..5607601 100644
--- a/audio/py-taglib/Makefile
+++ b/audio/py-taglib/Makefile
@@ -6,6 +6,7 @@
PORTNAME= taglib
PORTVERSION= 1.3.3
+PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= http://download.berlios.de/namingmuse/ \
http://download2.berlios.de/namingmuse/
@@ -15,7 +16,9 @@ DISTNAME= python-taglib-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python bindings for the taglib audio file tagging library
-LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib
+BROKEN= does not build with taglib 1.5
+
+LIB_DEPENDS= tag.6:${PORTSDIR}/audio/taglib
WRKSRC= ${WRKDIR}/python-taglib-${PORTVERSION}
diff --git a/audio/py-tagpy/Makefile b/audio/py-tagpy/Makefile
index 153d9b4..10d0f1b 100644
--- a/audio/py-tagpy/Makefile
+++ b/audio/py-tagpy/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tagpy
PORTVERSION= 0.93
-#PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= http://news.tiker.net/news.tiker.net/download/software/${PORTNAME}/ \
http://nivi.interfree.it/distfiles/${PORTNAME}/
@@ -17,7 +17,9 @@ MAINTAINER= nivit@FreeBSD.org
COMMENT= Python bindings for Scott Wheeler's TagLib
LIB_DEPENDS= boost_python.4:${PORTSDIR}/devel/boost-python \
- tag.5:${PORTSDIR}/audio/taglib
+ tag.6:${PORTSDIR}/audio/taglib
+
+BROKEN= does not build with taglib 1.5
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --taglib-inc-dir="${LOCALBASE}/include/taglib" \
OpenPOWER on IntegriCloud