2013-09-20 16:36:35 +02:00
|
|
|
# Created by: Roman Shterenzon <roman@xpert.com>
|
2000-10-28 09:19:07 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= id3lib
|
2004-01-03 12:02:43 +01:00
|
|
|
PORTVERSION= 3.8.3
|
2017-07-13 16:34:01 +02:00
|
|
|
PORTREVISION= 10
|
2000-10-28 09:19:07 +02:00
|
|
|
CATEGORIES= audio
|
2007-10-02 04:01:30 +02:00
|
|
|
MASTER_SITES= SF
|
2000-10-28 09:19:07 +02:00
|
|
|
|
2018-07-29 21:09:29 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags
|
2000-10-28 09:19:07 +02:00
|
|
|
|
2018-07-29 21:09:29 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
BROKEN_mips= fails to link: '_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section '.data.rel.ro' of tag.lo: defined in discarded section
|
|
|
|
BROKEN_mips64= fails to link: '_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section '.data.rel.ro' of tag.lo: defined in discarded section
|
2018-07-01 11:17:45 +02:00
|
|
|
|
2006-05-30 15:50:27 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2018-07-29 21:09:29 +02:00
|
|
|
USES= iconv libtool localbase
|
2006-12-20 14:45:00 +01:00
|
|
|
USE_LDCONFIG= yes
|
2003-01-17 13:14:00 +01:00
|
|
|
|
2000-10-28 09:19:07 +02:00
|
|
|
post-extract:
|
2016-10-21 14:51:40 +02:00
|
|
|
@${RM} -r ${WRKSRC}/zlib
|
2003-01-07 05:56:15 +01:00
|
|
|
|
2012-01-23 21:39:56 +01:00
|
|
|
post-patch:
|
2018-07-29 21:09:29 +02:00
|
|
|
@${REINPLACE_CMD} '/main/ s|unsigned int|int|' ${WRKSRC}/examples/demo_*.cpp
|
|
|
|
@${REINPLACE_CMD} 's|\(iomanip\)\.h|\1|' ${WRKSRC}/configure
|
|
|
|
@${REINPLACE_CMD} '/include.*/ { p; s||include <cstring>|; n; n; n; }' \
|
2012-01-23 21:39:56 +01:00
|
|
|
${WRKSRC}/include/id3/id3lib_strings.h \
|
|
|
|
${WRKSRC}/include/id3/writers.h
|
|
|
|
|
2006-12-20 14:45:00 +01:00
|
|
|
.include <bsd.port.mk>
|