diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-02 00:27:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-02 00:27:02 +0000 |
commit | f5917aea2ce5177ea6ff74d60693014b45872fca (patch) | |
tree | 7b70dee4d1b13d450f1e9ad4b1a7b0661c2d22fe | |
parent | f7d9d328363868c28f8e4a019b1d37fe186fc182 (diff) | |
download | pkgsrc-f5917aea2ce5177ea6ff74d60693014b45872fca.tar.gz |
Update to 0.9.5. Changes since 0.9.3:
* A fix for a bug into option menu of scanner window when using gettext.
* Added Russian translation, thanks to Sergey Zhumatiy
* Added ability to rename file from tag using masks (as to scan tag).
* File is renamed using two stages to avoid problems if you change only
the case.
* Now it warns you before to change directory, if some files haven't been
saved (but a little bug will appear).
-rw-r--r-- | audio/easytag/Makefile | 4 | ||||
-rw-r--r-- | audio/easytag/files/md5 | 4 | ||||
-rw-r--r-- | audio/easytag/pkg/PLIST | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index 73df8dee762..c30addc3d88 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/07/20 23:11:52 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/02 00:27:02 wiz Exp $ # -DISTNAME= easytag-0.9.3 +DISTNAME= easytag-0.9.5 CATEGORIES= audio MASTER_SITES= ftp://easytag.sourceforge.net/pub/easytag/devel/ diff --git a/audio/easytag/files/md5 b/audio/easytag/files/md5 index 1fc6fb80782..c0fbfecbd84 100644 --- a/audio/easytag/files/md5 +++ b/audio/easytag/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/07/20 23:11:53 wiz Exp $ +$NetBSD: md5,v 1.2 2000/08/02 00:27:03 wiz Exp $ -MD5 (easytag-0.9.3.tar.gz) = 5ed161c3146055c94320d81b9f7d9edc +MD5 (easytag-0.9.5.tar.gz) = f2e8102c69a8bb97b2cd5a547a7781c0 diff --git a/audio/easytag/pkg/PLIST b/audio/easytag/pkg/PLIST index 46d31f2219a..55897df97b6 100644 --- a/audio/easytag/pkg/PLIST +++ b/audio/easytag/pkg/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2000/07/23 08:29:21 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2000/08/02 00:27:04 wiz Exp $ bin/easytag share/easytag/EasyTAG_logo.xpm share/gnome/apps/Multimedia/easytag.desktop share/locale/de/LC_MESSAGES/easytag.mo share/locale/fr/LC_MESSAGES/easytag.mo +share/locale/ru/LC_MESSAGES/easytag.mo share/pixmaps/EasyTAG.xpm @unexec rmdir -p %D/share/pixmaps 2>/dev/null || true @unexec rmdir -p %D/share/gnome/apps/Multimedia 2>/dev/null || true |