diff options
author | wiz <wiz> | 2003-06-05 06:54:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-06-05 06:54:53 +0000 |
commit | f11c0e3534f1876453a5e3b6ad0dbcf220387c91 (patch) | |
tree | b5f7284901920c46b54878e8fa5998be2d37dae8 /audio/easytag | |
parent | f1d922fcd421d6ce364b2ffcc7b67328a12f9eab (diff) | |
download | pkgsrc-f11c0e3534f1876453a5e3b6ad0dbcf220387c91.tar.gz |
Update to 0.28, from Soren Jacobsen in PR 21790.
* Added ability to add the CRC-32 value (for files with ID3 tags only) as
default comment when using scanner (thanks to Oliver),
* Added ability to write the playlist with DOS directory separator (thanks
to Oliver),
* Added ability to write the playlist in the parent directory (thanks to
Oliver),
* Fix for Ogg Vorbis files : skip the ID3v2 tag (if it exists) to open the
file without error,
* Bugfixes in the playlist generator (character replacement, ...),
* Fixed refreshing of file path when renaming a directory,
* Now the configuration and history files were created at the start up to
avoid error messages,
* Added some patch for NetBSD (thanks to Soren Jacobsen),
* French translation updated,
* German translation updated (thanks to Götz Waschk).
Diffstat (limited to 'audio/easytag')
-rw-r--r-- | audio/easytag/Makefile | 6 | ||||
-rw-r--r-- | audio/easytag/distinfo | 7 | ||||
-rw-r--r-- | audio/easytag/patches/patch-aa | 12 |
3 files changed, 5 insertions, 20 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index 08f69333c94..b2e1c27470f 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2003/05/23 21:02:58 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2003/06/05 06:54:53 wiz Exp $ # -DISTNAME= easytag-0.27.1 -PKGREVISION= 1 +DISTNAME= easytag-0.28 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easytag/} EXTRACT_SUFX= .tar.bz2 @@ -12,7 +11,6 @@ HOMEPAGE= http://easytag.sourceforge.net/ COMMENT= Tool to view, edit and write ID3 v1&2 TAGs with a GTK+ interface DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs - BUILD_USES_MSGFMT= yes # xgettext, really GNU_CONFIGURE= yes diff --git a/audio/easytag/distinfo b/audio/easytag/distinfo index 698b68f86dc..517a4c46469 100644 --- a/audio/easytag/distinfo +++ b/audio/easytag/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.15 2003/05/23 21:02:58 wiz Exp $ +$NetBSD: distinfo,v 1.16 2003/06/05 06:54:53 wiz Exp $ -SHA1 (easytag-0.27.1.tar.bz2) = 0af982a22812c78d3343fa2bd6091603f7001e46 -Size (easytag-0.27.1.tar.bz2) = 1074679 bytes -SHA1 (patch-aa) = 9beaac0acfc69164a11f405c675afa278bbe1b02 +SHA1 (easytag-0.28.tar.bz2) = f4a97f9321c965d92d18b1e85a2526f1793a59d0 +Size (easytag-0.28.tar.bz2) = 1090788 bytes diff --git a/audio/easytag/patches/patch-aa b/audio/easytag/patches/patch-aa deleted file mode 100644 index 484ff46ee6c..00000000000 --- a/audio/easytag/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.13 2003/05/23 21:02:59 wiz Exp $ - ---- src/setting.c.orig Sun Apr 20 17:52:31 2003 -+++ src/setting.c -@@ -1068,7 +1068,6 @@ gboolean Create_Easytag_Directory (void) - easytag_path = g_strconcat(HOME_VARIABLE, - HOME_VARIABLE[strlen(HOME_VARIABLE)-1]!='/'?"/":"", - EASYTAG_DIR, -- EASYTAG_DIR[strlen(EASYTAG_DIR)-1]!='/'?"/":"", - NULL); - - if ( (dir=opendir(easytag_path)) == NULL ) |