- Chase taglib bump

- Mark as BROKEN

Approved by:	portmgr (pav)
This commit is contained in:
Thomas Abthorpe 2008-06-20 15:41:07 +00:00
parent 28f81ebdbc
commit 29340dd172
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215365
3 changed files with 10 additions and 3 deletions

View file

@ -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}"

View file

@ -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}

View file

@ -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" \