[55775] trunk/dports/audio/easytag
snc at macports.org
snc at macports.org
Tue Aug 18 11:01:08 PDT 2009
Revision: 55775
http://trac.macports.org/changeset/55775
Author: snc at macports.org
Date: 2009-08-18 11:01:06 -0700 (Tue, 18 Aug 2009)
Log Message:
-----------
add patch for mp4v2, ticket #19141. bumped revision for dependency change
Modified Paths:
--------------
trunk/dports/audio/easytag/Portfile
Added Paths:
-----------
trunk/dports/audio/easytag/files/
trunk/dports/audio/easytag/files/easytag-mp4v2.patch
Modified: trunk/dports/audio/easytag/Portfile
===================================================================
--- trunk/dports/audio/easytag/Portfile 2009-08-18 17:53:40 UTC (rev 55774)
+++ trunk/dports/audio/easytag/Portfile 2009-08-18 18:01:06 UTC (rev 55775)
@@ -5,7 +5,7 @@
name easytag
version 2.1
-revision 1
+revision 2
categories audio
platforms darwin
maintainers nomaintainer
@@ -30,12 +30,14 @@
port:gettext \
port:libvorbis \
port:flac \
- lib:libmp4v2:libmp4v2 \
+ lib:libmp4v2:mp4v2 \
port:faad2 \
port:id3lib
depends_build port:hicolor-icon-theme
+patchfiles easytag-mp4v2.patch
+
configure.args --mandir=${prefix}/share/man \
--infodir=${prefix}/share/info
Added: trunk/dports/audio/easytag/files/easytag-mp4v2.patch
===================================================================
--- trunk/dports/audio/easytag/files/easytag-mp4v2.patch (rev 0)
+++ trunk/dports/audio/easytag/files/easytag-mp4v2.patch 2009-08-18 18:01:06 UTC (rev 55775)
@@ -0,0 +1,32 @@
+--- src/mp4_header.c 2007-03-25 23:58:12.000000000 +0200
++++ src/mp4_header.c 2009-06-02 17:54:13.000000000 +0200
+@@ -44,7 +44,7 @@
+ #undef PACKAGE_STRING
+ #undef PACKAGE_TARNAME
+ #undef PACKAGE_VERSION
+-#include <mp4.h>
++#include <mp4v2/mp4v2.h>
+
+
+ /****************
+diff -ru src/mp4_tag.c src/mp4_tag.c
+--- src/mp4_tag.c 2007-04-26 00:25:15.000000000 +0200
++++ src/mp4_tag.c 2009-06-02 17:57:27.000000000 +0200
+@@ -50,7 +50,7 @@
+ #undef PACKAGE_STRING
+ #undef PACKAGE_TARNAME
+ #undef PACKAGE_VERSION
+-#include <mp4.h>
++#include <mp4v2/mp4v2.h>
+
+
+ /****************
+@@ -185,7 +185,7 @@
+ * Picture *
+ ***********/
+ // There is only one picture!
+- if ( MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize ) )
++ if ( MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize, 0 ) )
+ {
+ Picture *pic = Picture_Allocate();
+ pic->size = coverSize;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090818/c89a070f/attachment.html>
More information about the macports-changes
mailing list