pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/easytag-current update for changed signature of ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b57778bdd240
branches: trunk
changeset: 535542:b57778bdd240
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Nov 21 21:40:25 2007 +0000
description:
update for changed signature of MP4GetMetadataCoverArt() in libmp4v2-1.6.1,
bump required version of libmp4v2 and PKGREVISION
should resolve PR pkg/37418 by Johann Franz (half of it)
diffstat:
audio/easytag-current/Makefile | 3 ++-
audio/easytag-current/distinfo | 3 ++-
audio/easytag-current/options.mk | 3 ++-
audio/easytag-current/patches/patch-aa | 13 +++++++++++++
4 files changed, 19 insertions(+), 3 deletions(-)
diffs (58 lines):
diff -r e492aaf3542c -r b57778bdd240 audio/easytag-current/Makefile
--- a/audio/easytag-current/Makefile Wed Nov 21 21:01:40 2007 +0000
+++ b/audio/easytag-current/Makefile Wed Nov 21 21:40:25 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2007/10/17 20:45:13 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2007/11/21 21:40:25 drochner Exp $
#
DISTNAME= easytag-2.1.3
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easytag/}
EXTRACT_SUFX= .tar.bz2
diff -r e492aaf3542c -r b57778bdd240 audio/easytag-current/distinfo
--- a/audio/easytag-current/distinfo Wed Nov 21 21:01:40 2007 +0000
+++ b/audio/easytag-current/distinfo Wed Nov 21 21:40:25 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2007/10/17 20:45:13 wiz Exp $
+$NetBSD: distinfo,v 1.4 2007/11/21 21:40:25 drochner Exp $
SHA1 (easytag-2.1.3.tar.bz2) = 8be1f0f84fed9b9f3fe0f1f9770315744005905e
RMD160 (easytag-2.1.3.tar.bz2) = b6c0d4b204ff637c310775f174d6663ce1fe51bd
Size (easytag-2.1.3.tar.bz2) = 3101510 bytes
+SHA1 (patch-aa) = bfb67a2d37317243f197f6a497fff67adf38df0b
diff -r e492aaf3542c -r b57778bdd240 audio/easytag-current/options.mk
--- a/audio/easytag-current/options.mk Wed Nov 21 21:01:40 2007 +0000
+++ b/audio/easytag-current/options.mk Wed Nov 21 21:40:25 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2007/07/07 07:47:51 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2007/11/21 21:40:25 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.easytag-current
PKG_SUPPORTED_OPTIONS= flac mpeg4ip ogg speex wavpack
@@ -15,6 +15,7 @@
.endif
.if !empty(PKG_OPTIONS:Mmpeg4ip)
+BUILDLINK_API_DEPENDS.libmp4v2+= libmp4v2>=1.6.1
.include "../../multimedia/libmp4v2/buildlink3.mk"
# for mpeg4ip.h
CPPFLAGS+= -DHAVE_GTK
diff -r e492aaf3542c -r b57778bdd240 audio/easytag-current/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/easytag-current/patches/patch-aa Wed Nov 21 21:40:25 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2007/11/21 21:40:25 drochner Exp $
+
+--- src/mp4_tag.c.orig 2007-11-19 19:27:42.000000000 +0100
++++ src/mp4_tag.c
+@@ -185,7 +185,7 @@ gboolean Mp4tag_Read_File_Tag (gchar *fi
+ * Picture *
+ ***********/
+ // There is only one picture!
+- if ( MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize ) )
++ if ( MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize, 0 ) )
+ {
+ Picture *pic = Picture_Allocate();
+ pic->size = coverSize;
Home |
Main Index |
Thread Index |
Old Index