ports/139636: [maintainer-update] audio/taglib-sharp version 2.0.3.2 to 2.0.3.3
Romain Tartiere
mono at FreeBSD.org
Thu Oct 15 09:30:02 UTC 2009
>Number: 139636
>Category: ports
>Synopsis: [maintainer-update] audio/taglib-sharp version 2.0.3.2 to 2.0.3.3
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Oct 15 09:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Romain Tartiere
>Release: FreeBSD 8.0-RC1 amd64
>Organization:
>Environment:
System: FreeBSD marvin.blogreen.org 8.0-RC1 FreeBSD 8.0-RC1 #0 r197515M: Sat Sep 26 19:12:04 CEST 2009 root at marvin.blogreen.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Fixes and Features in this release include:
* Be more robust with tags with NULL bytes in the middle (bgo#558123)
* Support AIFF file format (bgo#579261)
* Support ADTS AAC files (bgo#580553)
* Support for m2v files (bgo#574411)
* Support for Sort* values in Ape tags (bgo#571421)
* Add new properties: MusicBrainz, ArtistId, ReleaseId, ReleaseArtistId,
TrackId, DiscId, ReleaseStatus, ReleaseType, ReleaseCountry, MusicIpId,
and AmazonId (bgo#563170)
* Add fallback options for album artist getter (bgo#574652)
* Fixed bug with Ape.Tag's Pictures setter (bgo#575943)
* Fix crashing when parsing some comment frames (bgo#582735)
* Fixed CopyTo method (bgo#572382)
* Fixed typo in Ogg DiscNumber setter that wrote TrackCount
to the DISCTOTAL field (bgo#572382)
* Fixed NRE when calling GetTag on FLAC file (bgo#572380)
* Build improvements
* API documentation fixes
>How-To-Repeat:
>Fix:
--- taglib-sharp.diff begins here ---
diff -ruN /var/cache/portshaker/freebsd/audio/taglib-sharp/Makefile /tmp/taglib-sharp/Makefile
--- /var/cache/portshaker/freebsd/audio/taglib-sharp/Makefile 2009-06-22 09:55:45.000000000 +0200
+++ /tmp/taglib-sharp/Makefile 2009-10-15 11:25:30.126663381 +0200
@@ -6,11 +6,9 @@
#
PORTNAME= taglib-sharp
-PORTVERSION= 2.0.3.2
-PORTREVISION= 1
+PORTVERSION= 2.0.3.3
CATEGORIES= audio
-MASTER_SITES= http://www.taglib-sharp.com/Download/ \
- http://download.banshee-project.org/${PORTNAME}/${PORTVERSION}/
+MASTER_SITES= http://download.banshee-project.org/${PORTNAME}/${PORTVERSION}/
MAINTAINER= mono at FreeBSD.org
COMMENT= Tagging library for the Mono framework
@@ -20,8 +18,6 @@
BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|}
RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|}
-OPTIONS= DOCS "Install documentation" on
-
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack
@@ -32,9 +28,7 @@
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
-.if !defined(WITHOUT_DOCS) && !defined(NOPORTDOCS)
-#CONFIGURE_ARGS+= --enable-docs
-.else
+.if defined(NOPORTDOCS)
CONFIGURE_ARGS+= --disable-docs
.endif
diff -ruN /var/cache/portshaker/freebsd/audio/taglib-sharp/distinfo /tmp/taglib-sharp/distinfo
--- /var/cache/portshaker/freebsd/audio/taglib-sharp/distinfo 2009-02-23 11:20:08.000000000 +0100
+++ /tmp/taglib-sharp/distinfo 2009-10-15 11:23:44.120886000 +0200
@@ -1,3 +1,3 @@
-MD5 (taglib-sharp-2.0.3.2.tar.gz) = 7c6e613e803b31d3d62e4def0359fcb4
-SHA256 (taglib-sharp-2.0.3.2.tar.gz) = 443b2c5a79def36db42a6bcfe2226ebd8cf9070111849403caca27a2ef27b2f8
-SIZE (taglib-sharp-2.0.3.2.tar.gz) = 10324101
+MD5 (taglib-sharp-2.0.3.3.tar.gz) = 5d6b9bb2dcfe6d382b758a9c815d62ab
+SHA256 (taglib-sharp-2.0.3.3.tar.gz) = c78ecfe843713486e69b25c667965ef653cb1fdc32fe6675fd7779ac115564af
+SIZE (taglib-sharp-2.0.3.3.tar.gz) = 2198706
--- taglib-sharp.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list