From owner-svn-ports-head@FreeBSD.ORG Thu Oct 10 00:31:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 26EC2F5D; Thu, 10 Oct 2013 00:31:53 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 13D9C21A5; Thu, 10 Oct 2013 00:31:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9A0Vqu3036427; Thu, 10 Oct 2013 00:31:52 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9A0Vq86036424; Thu, 10 Oct 2013 00:31:52 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201310100031.r9A0Vq86036424@svn.freebsd.org> From: "Jason E. Hale" Date: Thu, 10 Oct 2013 00:31:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329951 - in head/audio/taglib: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 00:31:53 -0000 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 - 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