[Lunar-commits] <moonbase-other> easytag2: Readding to moonbase with a version bump and adding a patch
Dennis Veatch
stumbles at lunar-linux.org
Sun Sep 16 18:43:14 CEST 2012
commit 93f77f602fed5a7a6d122bd5bed2df22fddc4bef
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Sun, 16 Sep 2012 09:43:14 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/93f77f602fed5a7a6d122bd5bed2df22fddc4bef
easytag2: Readding to moonbase with a version bump and adding a patch
so it will build with our version of mp4v2.
---
audio/easytag2/BUILD | +9/-0
audio/easytag2/CONFLICTS | +1/-0
audio/easytag2/DEPENDS | +8/-0
audio/easytag2/DETAILS | +21/-0
4 files changed, 39 insertions(+)
--- /dev/null
+++ b/audio/easytag2/BUILD
@@ -0,0 +1,9 @@
+(
+
+ patch_it $SOURCE2 0 &&
+
+ OPTS="--enable-shared --disable-glibtest --disable-gtktest" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/audio/easytag2/CONFLICTS
@@ -0,0 +1 @@
+conflicts easytag
--- /dev/null
+++ b/audio/easytag2/DEPENDS
@@ -0,0 +1,8 @@
+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"
--- /dev/null
+++ b/audio/easytag2/DETAILS
@@ -0,0 +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/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE%2*}-$VERSION
+ SOURCE_VFY=sha1:7b56ba18be2f1bec0171e5de4447ba763a264f92
+ SOURCE2_VFY=sha1:29543cf39bd44060de14ba3b9d0235c2d7c217ba
+ WEB_SITE=http://easytag.sourceforge.net/
+ ENTERED=20050924
+ UPDATED=20120916
+ SHORT="Maintaining id3 tags (gtk+-2 version)"
+
+cat << EOF
+EasyTAG is an utility for viewing and editing tags for MP3, MP2, FLAC,
+Ogg Vorbis, MusePack and Monkey's Audio files. Its simple and nice GTK+
+interface makes tagging easier under GNU/Linux.
+It manages the ID3v1.x and ID3v2 tags (using id3lib) and offers a lot of
+functions to manipulate them.
+EOF
More information about the Lunar-commits
mailing list