Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Mar 2011 07:58:10 -0800 (PST)
From:      "Jason E. Hale" <bsdkaffee@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/155494: [MAINTAINER] audio/taglib: Update to 1.7
Message-ID:  <4d7b9812.5145e50a.441b.ffffcf4e@mx.google.com>
Resent-Message-ID: <201103121600.p2CG0NKl010984@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         155494
>Category:       ports
>Synopsis:       [MAINTAINER] audio/taglib: Update to 1.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 12 16:00:23 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jason E. Hale
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
none 
>Environment:
System: FreeBSD mocha.verizon.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Tue Feb 22 19:19:42 EST 2011 root@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA8 i386


	
>Description:
- Update audio/taglib to 1.7
- Changelog here: http://mail.kde.org/pipermail/taglib-devel/2011-March/001862.html
- Add LICENSE (GPLv2 or MPL)

	
>How-To-Repeat:
Use attached diff.
No shlib bump.  Tested with Amarok 2.4.0.
	
>Fix:

	

--- 2011-03-12-taglib.diff begins here ---
diff -ruN taglib.orig/Makefile taglib/Makefile
--- taglib.orig/Makefile	2010-05-11 08:02:49.000000000 -0400
+++ taglib/Makefile	2011-03-12 10:45:16.000000000 -0500
@@ -6,14 +6,11 @@
 #
 
 PORTNAME=	taglib
-PORTVERSION=	1.6.3
+PORTVERSION=	1.7
 CATEGORIES=	audio
 MASTER_SITES=	http://developer.kde.org/~wheeler/files/src/ \
-		http://launchpad.net/taglib/trunk/1.6.3/+download/ \
-		ftp://ftp.musicbrainz.org/${MASTER_SITE_SUBDIR}/ \
-		http://uk.musicbrainz.org/${MASTER_SITE_SUBDIR}/ \
-		ftp://ftp.osuosl.org/pub/${MASTER_SITE_SUBDIR}/
-MASTER_SITE_SUBDIR=	pub/musicbrainz/users/luks/${PORTNAME}
+		http://cloud.github.com/downloads/taglib/taglib/ \
+		http://launchpad.net/taglib/trunk/${PORTVERSION}/+download/
 
 MAINTAINER=	bsdkaffee@gmail.com
 COMMENT=	Library for manipulating ID3 tags and Ogg comments
@@ -22,6 +19,11 @@
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
 
+LICENSE=	LGPL21 MPL
+LICENSE_COMB=	dual
+LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LGPL
+LICENSE_FILE_MPL=	${WRKSRC}/COPYING.MPL
+
 CMAKE_ARGS=	-DWITH_ASF:BOOL=ON \
 		-DWITH_MP4:BOOL=ON
 
diff -ruN taglib.orig/distinfo taglib/distinfo
--- taglib.orig/distinfo	2010-05-11 08:02:49.000000000 -0400
+++ taglib/distinfo	2011-03-12 09:14:41.000000000 -0500
@@ -1,3 +1,2 @@
-MD5 (taglib-1.6.3.tar.gz) = ddf02f4e1d2dc30f76734df806e613eb
-SHA256 (taglib-1.6.3.tar.gz) = a9ba089cc2c6d26d266bad492de31cadaeb878dea858e22ae3196091718f284b
-SIZE (taglib-1.6.3.tar.gz) = 1127286
+SHA256 (taglib-1.7.tar.gz) = 09defb8dbfc35911179ab23757d744774738664df893c0fc6d8f1398b3ab773f
+SIZE (taglib-1.7.tar.gz) = 533974
diff -ruN taglib.orig/pkg-plist taglib/pkg-plist
--- taglib.orig/pkg-plist	2010-05-11 08:02:49.000000000 -0400
+++ taglib/pkg-plist	2011-03-12 09:12:50.000000000 -0500
@@ -1,11 +1,14 @@
 bin/taglib-config
 include/taglib/aifffile.h
 include/taglib/aiffproperties.h
+include/taglib/apefile.h
 include/taglib/apefooter.h
 include/taglib/apeitem.h
+include/taglib/apeproperties.h
 include/taglib/apetag.h
 include/taglib/asfattribute.h
 include/taglib/asffile.h
+include/taglib/asfpicture.h
 include/taglib/asfproperties.h
 include/taglib/asftag.h
 include/taglib/attachedpictureframe.h
@@ -13,6 +16,8 @@
 include/taglib/commentsframe.h
 include/taglib/fileref.h
 include/taglib/flacfile.h
+include/taglib/flacmetadatablock.h
+include/taglib/flacpicture.h
 include/taglib/flacproperties.h
 include/taglib/generalencapsulatedobjectframe.h
 include/taglib/id3v1genres.h
@@ -77,7 +82,7 @@
 include/taglib/xiphcomment.h
 lib/libtag.so
 lib/libtag.so.1
-lib/libtag.so.1.6.3
+lib/libtag.so.1.7.0
 lib/libtag_c.so
 lib/libtag_c.so.0
 lib/libtag_c.so.0.0.0
--- 2011-03-12-taglib.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4d7b9812.5145e50a.441b.ffffcf4e>