[Lunar-commits] CVS: moonbase/audio/easytag DEPENDS, 1.2,
1.3 DETAILS, 1.6, 1.7 BUILD, 1.2, NONE
Terry Chan
tchan at lunar-linux.org
Sat Aug 7 04:11:57 GMT 2004
Update of /var/cvs/lunar/moonbase/audio/easytag
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17771
Modified Files:
DEPENDS DETAILS
Removed Files:
BUILD
Log Message:
Version bump to 0.31. Removed the unnecessary BUILD script as it only
contained "default_build" after the outdated patches were removed. Compiled
and tested with gcc-3.3.3, glibc-2.3.3, kernel headers 2.4.x.
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/easytag/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS 13 Sep 2002 09:41:35 -0000 1.2
+++ DEPENDS 7 Aug 2004 04:11:55 -0000 1.3
@@ -1,3 +1,5 @@
+depends gettext &&
depends id3lib &&
depends gtk+ &&
-depends libvorbis
+depends libvorbis &&
+depends flac
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/easytag/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS 30 Oct 2003 19:35:52 -0000 1.6
+++ DETAILS 7 Aug 2004 04:11:55 -0000 1.7
@@ -1,23 +1,17 @@
- MODULE=easytag
- VERSION=0.30
+ MODULE=easytag
+ VERSION=0.31
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE2=patch_easytag_030_030a.diff
- SOURCE3=patch_easytag_030a_030b.diff
- SOURCE4=patch_easytag_030b_030c.diff
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$SFORGE_URL/easytag/$SOURCE
- SOURCE_VFY[0]=md5:9f0dfde219c0422676f21afc49cc44bf
- SOURCE2_URL[0]=$SFORGE_URL/$MODULE/$SOURCE2
- SOURCE3_URL[0]=$SFORGE_URL/$MODULE/$SOURCE3
- SOURCE4_URL[0]=$SFORGE_URL/$MODULE/$SOURCE4
- WEB_SITE=http://easytag.sourceforge.net/
+ SOURCE_VFY=md5:9cfb29a81f251891ec4dbae4cd39821d
+ WEB_SITE=http://easytag.sourceforge.net/
ENTERED=20020115
- UPDATED=20031030
+ UPDATED=20040806
SHORT="Maintaining id3 tags"
cat << EOF
-EasyTAG is an utility for viewing, editing and writing easily and
-quickly the ID3 tags of your MP3 files, using a nice GTK+ interface
-under linux.
+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
--- BUILD DELETED ---
More information about the Lunar-commits
mailing list