Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 00:31:52 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329951 - in head/audio/taglib: . files
Message-ID:  <201310100031.r9A0Vq86036424@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Thu Oct 10 00:31:52 2013
New Revision: 329951
URL: http://svnweb.freebsd.org/changeset/ports/329951

Log:
  - Update to 1.9.1
  - Remove RCC option for now.  Codebase has changed too much
    for the patch to apply cleanly.

Deleted:
  head/audio/taglib/files/
Modified:
  head/audio/taglib/Makefile
  head/audio/taglib/distinfo   (contents, props changed)
  head/audio/taglib/pkg-plist   (contents, props changed)

Modified: head/audio/taglib/Makefile
==============================================================================
--- head/audio/taglib/Makefile	Thu Oct 10 00:20:42 2013	(r329950)
+++ head/audio/taglib/Makefile	Thu Oct 10 00:31:52 2013	(r329951)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	taglib
-PORTVERSION=	1.8
+PORTVERSION=	1.9.1
 CATEGORIES=	audio
-MASTER_SITES=	http://cloud.github.com/downloads/taglib/taglib/ \
-		http://developer.kde.org/~wheeler/files/src/
+MASTER_SITES=	http://taglib.github.io/releases/
 
 MAINTAINER=	jhale@FreeBSD.org
 COMMENT=	Library for manipulating ID3 tags and Ogg comments
@@ -19,21 +18,7 @@ CMAKE_ARGS=	-DWITH_ASF:BOOL=ON \
 		-DWITH_MP4:BOOL=ON
 USE_LDCONFIG=	yes
 
-OPTIONS_DEFINE=	RCC
-OPTIONS_SUB=	yes
-
-RCC_DESC=		Build with RusXMMS librcc patches (experimental)
-RCC_EXTRA_PATCHES=	${FILESDIR}/extrapatch-rcc
-RCC_LIB_DEPENDS=	librcc.so:${PORTSDIR}/devel/librcc
-
-.include <bsd.port.options.mk>
-
 post-patch:
-.if ${PORT_OPTIONS:MRCC}
-	@${REINPLACE_CMD} -e 's|-ltag|-ltag -lrcc|g' \
-		${WRKSRC}/taglib.pc.cmake ${WRKSRC}/taglib-config.cmake \
-		${WRKSRC}/bindings/c/taglib_c.pc.cmake
-.endif
 	${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \
 		${WRKSRC}/CMakeLists.txt ${WRKSRC}/bindings/c/CMakeLists.txt
 

Modified: head/audio/taglib/distinfo
==============================================================================
--- head/audio/taglib/distinfo	Thu Oct 10 00:20:42 2013	(r329950)
+++ head/audio/taglib/distinfo	Thu Oct 10 00:31:52 2013	(r329951)
@@ -1,2 +1,2 @@
-SHA256 (taglib-1.8.tar.gz) = 66d33481703c90236a0a9d1c38fd81b584ca7109ded049225f5463dcaffc209a
-SIZE (taglib-1.8.tar.gz) = 595937
+SHA256 (taglib-1.9.1.tar.gz) = 72d371cd1419a87ae200447a53bff2be219283071e80fd12337928cc967dc71a
+SIZE (taglib-1.9.1.tar.gz) = 654074

Modified: head/audio/taglib/pkg-plist
==============================================================================
--- head/audio/taglib/pkg-plist	Thu Oct 10 00:20:42 2013	(r329950)
+++ head/audio/taglib/pkg-plist	Thu Oct 10 00:31:52 2013	(r329951)
@@ -29,6 +29,7 @@ include/taglib/id3v2framefactory.h
 include/taglib/id3v2header.h
 include/taglib/id3v2synchdata.h
 include/taglib/id3v2tag.h
+include/taglib/infotag.h
 include/taglib/itfile.h
 include/taglib/itproperties.h
 include/taglib/modfile.h
@@ -50,10 +51,11 @@ include/taglib/oggfile.h
 include/taglib/oggflacfile.h
 include/taglib/oggpage.h
 include/taglib/oggpageheader.h
+include/taglib/opusfile.h
+include/taglib/opusproperties.h
 include/taglib/ownershipframe.h
 include/taglib/popularimeterframe.h
 include/taglib/privateframe.h
-%%RCC%%include/taglib/rccpatch.h
 include/taglib/relativevolumeframe.h
 include/taglib/rifffile.h
 include/taglib/s3mfile.h
@@ -68,6 +70,7 @@ include/taglib/taglib_export.h
 include/taglib/tbytevector.h
 include/taglib/tbytevectorlist.h
 include/taglib/tbytevectorstream.h
+include/taglib/tdebuglistener.h
 include/taglib/textidentificationframe.h
 include/taglib/tfile.h
 include/taglib/tfilestream.h
@@ -77,6 +80,7 @@ include/taglib/tlist.tcc
 include/taglib/tmap.h
 include/taglib/tmap.tcc
 include/taglib/tpropertymap.h
+include/taglib/trefcounter.h
 include/taglib/trueaudiofile.h
 include/taglib/trueaudioproperties.h
 include/taglib/tstring.h
@@ -97,7 +101,7 @@ include/taglib/xmfile.h
 include/taglib/xmproperties.h
 lib/libtag.so
 lib/libtag.so.1
-lib/libtag.so.1.12.0
+lib/libtag.so.1.14.0
 lib/libtag_c.so
 lib/libtag_c.so.0
 lib/libtag_c.so.0.0.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310100031.r9A0Vq86036424>