[94469] trunk/dports/audio/easytag

rmstonecipher at macports.org rmstonecipher at macports.org
Tue Jun 19 20:01:12 PDT 2012


Revision: 94469
          https://trac.macports.org/changeset/94469
Author:   rmstonecipher at macports.org
Date:     2012-06-19 20:01:11 -0700 (Tue, 19 Jun 2012)
Log Message:
-----------
audio/easytag upgraded version from 2.1 to 2.1.7, added missing dependencies, removed patchfile fixed upstream, fixed broken livecheck, adopted port

Modified Paths:
--------------
    trunk/dports/audio/easytag/Portfile

Removed Paths:
-------------
    trunk/dports/audio/easytag/files/easytag-mp4v2.patch

Modified: trunk/dports/audio/easytag/Portfile
===================================================================
--- trunk/dports/audio/easytag/Portfile	2012-06-20 02:46:28 UTC (rev 94468)
+++ trunk/dports/audio/easytag/Portfile	2012-06-20 03:01:11 UTC (rev 94469)
@@ -4,11 +4,10 @@
 PortSystem 1.0
 
 name            easytag
-version         2.1
-revision        2
+version         2.1.7
 categories      audio
 platforms       darwin
-maintainers     nomaintainer
+maintainers     rmstonecipher openmaintainer
 homepage        http://easytag.sf.net/
 description     Tool for editing tags of audio files
 
@@ -18,11 +17,10 @@
                 Its simple and nice GTK2+ interface makes tagging easier \
                 under UNIX systems.
 
-master_sites    sourceforge:project/easytag/easytag%20%28gtk%202%29/${version}
+master_sites    sourceforge:project/easytag/easytag%20%28gtk%202%29/2.1
             
-checksums        md5 a585cb9e400ba460ec1801856ea5e90f \
-                 sha1 6da0125ab0dcc7e7ecabe488147ecdf0e75f6f2a \
-                 rmd160 b553458c8cff008dd044412a95674aa26478b2eb
+checksums           rmd160  abe8df519ed41b9424080d73cb16c4a75dcb511f \
+                    sha256  bfed34cbdce96aca299a0db2b531dbc66feb489b911a34f0a9c67f2eb6ee9301
 
 use_bzip2        yes
 
@@ -30,15 +28,16 @@
                  port:gettext \
                  port:libvorbis \
                  port:flac \
-                 path:lib/libmp4v2.dylib:mp4v2 \
+                 port:mp4v2 \
                  port:faad2 \
-                 port:id3lib
+                 port:id3lib \
+                 port:libid3tag \
+                 port:speex \
+                 port:wavpack
 
 depends_build    port:hicolor-icon-theme \
                  port:pkgconfig
 
-patchfiles      easytag-mp4v2.patch
-
 configure.args   --mandir=${prefix}/share/man \
                  --infodir=${prefix}/share/info
 
@@ -48,4 +47,5 @@
                      ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.regex "<title>${name} \\(gtk 2\\) (\\d+(?:\\.\\d+)*) released.*</title>"
+livecheck.url   http://sourceforge.net/projects/${name}/files/${name}%20%28gtk%202%29/2.1/
+livecheck.regex         "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

Deleted: trunk/dports/audio/easytag/files/easytag-mp4v2.patch
===================================================================
--- trunk/dports/audio/easytag/files/easytag-mp4v2.patch	2012-06-20 02:46:28 UTC (rev 94468)
+++ trunk/dports/audio/easytag/files/easytag-mp4v2.patch	2012-06-20 03:01:11 UTC (rev 94469)
@@ -1,32 +0,0 @@
---- 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/20120619/71378bbc/attachment.html>


More information about the macports-changes mailing list