summaryrefslogtreecommitdiff
path: root/audio/easytag
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-04-22 22:19:41 +0000
committerwiz <wiz@pkgsrc.org>2014-04-22 22:19:41 +0000
commitf10bae3e6424d59025a38023d2f7b0831aba95a2 (patch)
tree8c7667b19f5508dc82173e547773e2618a6b175d /audio/easytag
parent71b4728ffd17d8e204ac96531719cadf097e86ef (diff)
downloadpkgsrc-f10bae3e6424d59025a38023d2f7b0831aba95a2.tar.gz
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’s fix for numeric characters in ID3 TPOS fields * Roman Bogorodskiy’s 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’s Brazilian Portuguese translation update * Aurimas Černius’s Lithuanian translation update * Balázs Úr’s Hungarian translation update * Matej Urbančič’s Slovenian translation update
Diffstat (limited to 'audio/easytag')
-rw-r--r--audio/easytag/Makefile6
-rw-r--r--audio/easytag/distinfo9
-rw-r--r--audio/easytag/patches/patch-src_id3lib_c__wrapper.cpp12
3 files changed, 7 insertions, 20 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile
index e6ce87eaa1a..1e8e85f87a5 100644
--- a/audio/easytag/Makefile
+++ b/audio/easytag/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2014/04/14 14:33:49 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2014/04/22 22:19:41 wiz Exp $
-DISTNAME= easytag-2.2.0
-PKGREVISION= 1
+DISTNAME= easytag-2.2.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/easytag/2.2/}
EXTRACT_SUFX= .tar.xz
@@ -22,6 +21,7 @@ USE_TOOLS+= gmake intltool pkg-config xgettext
.include "../../audio/id3lib/buildlink3.mk"
.include "../../audio/libid3tag/buildlink3.mk"
+BUILDLINK_API_DEPENDS.taglib+= taglib>=1.9.1
.include "../../audio/taglib/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
diff --git a/audio/easytag/distinfo b/audio/easytag/distinfo
index 7ca09b3e341..bc0336f822e 100644
--- a/audio/easytag/distinfo
+++ b/audio/easytag/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.38 2014/04/21 18:16:41 joerg Exp $
+$NetBSD: distinfo,v 1.39 2014/04/22 22:19:41 wiz Exp $
-SHA1 (easytag-2.2.0.tar.xz) = 018e9efed5d7d561472098ccdc1140d16a647be8
-RMD160 (easytag-2.2.0.tar.xz) = 68dc19fc3975780f21795e0cd628702cf484f540
-Size (easytag-2.2.0.tar.xz) = 949080 bytes
-SHA1 (patch-src_id3lib_c__wrapper.cpp) = 54c544f3309149ef5392607c5c8ed9dd24c0e080
+SHA1 (easytag-2.2.1.tar.xz) = 2d18c0b32ab50d4aed9b16ec0bc09b4ac57c41fc
+RMD160 (easytag-2.2.1.tar.xz) = f23f8de7956f11cb9d4835235f9318bdab3422d7
+Size (easytag-2.2.1.tar.xz) = 951036 bytes
diff --git a/audio/easytag/patches/patch-src_id3lib_c__wrapper.cpp b/audio/easytag/patches/patch-src_id3lib_c__wrapper.cpp
deleted file mode 100644
index 807b5f8e2d2..00000000000
--- a/audio/easytag/patches/patch-src_id3lib_c__wrapper.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-src_id3lib_c__wrapper.cpp,v 1.1 2014/04/21 18:16:41 joerg Exp $
-
---- src/id3lib/c_wrapper.cpp.orig 2014-04-19 13:19:00.000000000 +0000
-+++ src/id3lib/c_wrapper.cpp
-@@ -31,7 +31,6 @@
- #include <id3.h>
- #include <id3/field.h>
- #include <id3/tag.h>
--#include "id3_bugfix.h"
-
- #ifdef __cplusplus
- extern "C"