Tue Apr 22 22:19:41 2014 UTC ()
Update to 2.2.1:

Changes since 2.2.0:

* Fix image loading with HTTP URLs and empty images
* Fix bogus track numbers when automatically numbering files
* Add Opus and Speex MIME types to desktop file
* Abhinav Jangda窶冱 fix for numeric characters in ID3 TPOS fields
* Roman Bogorodskiy窶冱 ID3 wrapper compilation fix
* Improvements to MP4 GIO wrapper
* Fix a scanner bug when converting "%20" to " "
* Fix compilation if TagLib or libogg is unavailable
* Depend on TagLib 1.9.1 for MP4 support
* Use CXXFLAGS from the environment
* Rafael Ferrera窶冱 Brazilian Portuguese translation update
* Aurimas ト憩rnius窶冱 Lithuanian translation update
* Balテ。zs テ嗷窶冱 Hungarian translation update
* Matej Urbanト絞ト坂�冱 Slovenian translation update


(wiz)
diff -r1.92 -r1.93 pkgsrc/audio/easytag/Makefile
diff -r1.38 -r1.39 pkgsrc/audio/easytag/distinfo
diff -r1.1 -r0 pkgsrc/audio/easytag/patches/patch-src_id3lib_c__wrapper.cpp

cvs diff -r1.92 -r1.93 pkgsrc/audio/easytag/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/easytag/Makefile 2014/04/14 14:33:49 1.92
+++ pkgsrc/audio/easytag/Makefile 2014/04/22 22:19:41 1.93
@@ -1,29 +1,29 @@ @@ -1,29 +1,29 @@
1# $NetBSD: Makefile,v 1.92 2014/04/14 14:33:49 wiz Exp $ 1# $NetBSD: Makefile,v 1.93 2014/04/22 22:19:41 wiz Exp $
2 2
3DISTNAME= easytag-2.2.0 3DISTNAME= easytag-2.2.1
4PKGREVISION= 1 
5CATEGORIES= audio 4CATEGORIES= audio
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/easytag/2.2/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/easytag/2.2/}
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= wiz@NetBSD.org 8MAINTAINER= wiz@NetBSD.org
10HOMEPAGE= http://projects.gnome.org/easytag/ 9HOMEPAGE= http://projects.gnome.org/easytag/
11COMMENT= GTK+ tag editor for MP3, Ogg Vorbis files, and others 10COMMENT= GTK+ tag editor for MP3, Ogg Vorbis files, and others
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool 13BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
15 14
16GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
17USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
18USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes
19USE_TOOLS+= gmake intltool pkg-config xgettext 18USE_TOOLS+= gmake intltool pkg-config xgettext
20 19
21.include "options.mk" 20.include "options.mk"
22 21
23.include "../../audio/id3lib/buildlink3.mk" 22.include "../../audio/id3lib/buildlink3.mk"
24.include "../../audio/libid3tag/buildlink3.mk" 23.include "../../audio/libid3tag/buildlink3.mk"
 24BUILDLINK_API_DEPENDS.taglib+= taglib>=1.9.1
25.include "../../audio/taglib/buildlink3.mk" 25.include "../../audio/taglib/buildlink3.mk"
26.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 26.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
27.include "../../x11/gtk3/buildlink3.mk" 27.include "../../x11/gtk3/buildlink3.mk"
28.include "../../sysutils/desktop-file-utils/desktopdb.mk" 28.include "../../sysutils/desktop-file-utils/desktopdb.mk"
29.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"

cvs diff -r1.38 -r1.39 pkgsrc/audio/easytag/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/easytag/distinfo 2014/04/21 18:16:41 1.38
+++ pkgsrc/audio/easytag/distinfo 2014/04/22 22:19:41 1.39
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.38 2014/04/21 18:16:41 joerg Exp $ 1$NetBSD: distinfo,v 1.39 2014/04/22 22:19:41 wiz Exp $
2 2
3SHA1 (easytag-2.2.0.tar.xz) = 018e9efed5d7d561472098ccdc1140d16a647be8 3SHA1 (easytag-2.2.1.tar.xz) = 2d18c0b32ab50d4aed9b16ec0bc09b4ac57c41fc
4RMD160 (easytag-2.2.0.tar.xz) = 68dc19fc3975780f21795e0cd628702cf484f540 4RMD160 (easytag-2.2.1.tar.xz) = f23f8de7956f11cb9d4835235f9318bdab3422d7
5Size (easytag-2.2.0.tar.xz) = 949080 bytes 5Size (easytag-2.2.1.tar.xz) = 951036 bytes
6SHA1 (patch-src_id3lib_c__wrapper.cpp) = 54c544f3309149ef5392607c5c8ed9dd24c0e080 

File Deleted: pkgsrc/audio/easytag/patches/Attic/patch-src_id3lib_c__wrapper.cpp