[Lunar-commits] <moonbase-other> easytag2: Version bump to 2.1.8. Needs a few patches and did a little clean up of DEPENDS.

stumbles stumbles at lunar-linux.org
Thu Apr 4 12:09:30 CEST 2013


commit cbc4594e72d126f21ffec8f33166498f24f08c2b
Author: stumbles <stumbles at lunar-linux.org>
Date: Thu, 04 Apr 2013 03:08:21 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/cbc4594e72d126f21ffec8f33166498f24f08c2b

easytag2: Version bump to 2.1.8. Needs a few patches and did a little clean up of DEPENDS.
---
  audio/easytag2/BUILD   | +4/-4     
  audio/easytag2/DEPENDS | +7/-6     
  audio/easytag2/DETAILS | +14/-8    
  3 files changed, 25 insertions(+), 18 deletions(-)

--- a/audio/easytag2/BUILD
+++ b/audio/easytag2/BUILD
@@ -1,9 +1,9 @@
-(
 
   patch_it $SOURCE2 0 &&
+  patch_it $SOURCE3 0 &&
+  patch_it $SOURCE4 1 &&
 
-  OPTS+="--enable-shared --disable-glibtest --disable-gtktest" &&
+# gtk+-3 is experimental and lets not diddle there for now.
+  OPTS+=" --without-gtk3" &&
 
   default_build
-
-) > $C_FIFO 2>&1
--- a/audio/easytag2/DEPENDS
+++ b/audio/easytag2/DEPENDS
@@ -1,8 +1,9 @@
-depends  id3lib
 depends  gtk+-2
 
-optional_depends  "libvorbis"  ""  "--disable-ogg"  "for ogg editing"
-optional_depends  "flac"       ""  "--disable-flac" "for flac editing"
-optional_depends  "faad"       ""  "             "  "for faad support"
-optional_depends  "mp4v2"      ""  "--disable-mp4"  "for MP4/ACC support"
-optional_depends  "gettext"    ""  "--disable-nls"  "for NLS support"
+optional_depends "libvorbis" "--enable-ogg"     "--disable-ogg"  "for ogg editing"
+optional_depends "flac"      "--enable-flac"    "--disable-flac" "for flac editing"
+optional_depends "mp4v2"     "--enable-mp4"     "--disable-mp4"  "for MP4/ACC support"
+optional_depends "gettext"   "--enable-nls"     "--disable-nls"  "for NLS support"
+optional_depends "wavpack"   "--enable-wavpack" "--disable-wavpack" "for wavpack audio support"
+optional_depends "speex"     "--enable-speex"   "--disable-speex"   "for speex audio support"
+optional_depends "id3lib"    "--enable-id3v23"  "--disable-id3v23"  "for id3 tagging support"
--- a/audio/easytag2/DETAILS
+++ b/audio/easytag2/DETAILS
@@ -1,15 +1,21 @@
           MODULE=easytag2
-         VERSION=2.1.7
-          SOURCE=${MODULE%2*}-$VERSION.tar.bz2
-         SOURCE2=easytag-2.1.7-new_libmp4v2.patch
-      SOURCE_URL=$SFORGE_URL/${MODULE%2*}
-     SOURCE2_URL=http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-sound/easytag/files/
+         VERSION=2.1.8
+          SOURCE=${MODULE%2*}-$VERSION.tar.xz
+         SOURCE2=easytag-2.1.8-werror.patch
+         SOURCE3=easytag-2.1.8-desktop.patch
+         SOURCE4=easytag-2.1.8-taglib.patch
+      SOURCE_URL=http://download.gnome.org/sources/easytag/${VERSION%.*}/
+     SOURCE2_URL=https://raw.github.com/portage/portage/master/media-sound/easytag/files/
+     SOURCE3_URL=https://raw.github.com/portage/portage/master/media-sound/easytag/files/
+     SOURCE4_URL=https://raw.github.com/portage/portage/master/media-sound/easytag/files/
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE%2*}-$VERSION
-      SOURCE_VFY=sha1:7b56ba18be2f1bec0171e5de4447ba763a264f92
-     SOURCE2_VFY=sha1:29543cf39bd44060de14ba3b9d0235c2d7c217ba
+      SOURCE_VFY=sha1:7f9246b0eab97ed9739daf5356c89925634241a2
+     SOURCE2_VFY=sah1:7bf9f78c6e60bf4958b2249bdc3b2fc9726daea7
+     SOURCE3_VFY=sha1:fc8ca2d12afd40ce6721711ada81bc9a498910c0
+     SOURCE4_VFY=sha1:baeb0e8701b1dfe4252c66fc8daab5ccd78fb3c0
         WEB_SITE=http://easytag.sourceforge.net/
          ENTERED=20050924
-         UPDATED=20120916
+         UPDATED=20130404
            SHORT="Maintaining id3 tags (gtk+-2 version)"
 
 cat << EOF




More information about the Lunar-commits mailing list