diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-02 17:42:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-02 17:42:39 +0000 |
commit | 4d9fe5bc5c9a6c0e503728eebbd102b9f79bb085 (patch) | |
tree | d6a9779c548c26e0c82ecac43fee87c30c5d6701 /audio | |
parent | 3f9356e455cdc1f08e42b5af22a1277f32746017 (diff) | |
download | pkgsrc-4d9fe5bc5c9a6c0e503728eebbd102b9f79bb085.tar.gz |
Update to 0.23.2:
0.23.2 - September 1st, 2002 :
===============================
* Fixed a stupid bug in the rename file scanner : the file path was lost!
0.23.1 - September 1st, 2002 :
===============================
* Playlist generator : ability to define the informations to write in the pl
aylist, by
using masks (like in scanners),
* Fixed a bug with an empty field in OGG file,
* Fixed a bug into the scanner window, due to a missing initialisation,
* A fix for the undo function: now the history list has a logical behaviour,
* Patch from Götz Waschk to compile with the version of libFLAC installed on
your
system if found,
* Added switch '--disable-flac' to force the compilation with files of libFL
AC supplied
in the package,
* Improved speed of removing tags from the interface,
* Improved speed of the three scanners,
* Improved speed of searching and loading files when browsing directories,
* Process fields: the genre field was added,
* Number of files parsed is displayed in the progress bar,
* Updated vcedit.c from vorbis-tools-1.0 to remove all memory leaks when pro
cessing
OGG files,
* A new Polish translation (thanks to Maciej Kasprzyk),
* Czech translation updated (thanks to Milan Siebenburger).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/easytag/Makefile | 4 | ||||
-rw-r--r-- | audio/easytag/PLIST | 3 | ||||
-rw-r--r-- | audio/easytag/distinfo | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index a93db03f8f5..960ed4a37c0 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2002/08/31 02:15:29 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2002/09/02 17:42:39 wiz Exp $ # -DISTNAME= easytag-0.23 +DISTNAME= easytag-0.23.2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easytag/} diff --git a/audio/easytag/PLIST b/audio/easytag/PLIST index ea42f2d0b00..e440a4ab7ca 100644 --- a/audio/easytag/PLIST +++ b/audio/easytag/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/08/31 02:14:38 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/09/02 17:42:39 wiz Exp $ bin/easytag share/easytag/EasyTAG_logo.xpm share/gnome/apps/Multimedia/easytag.desktop @@ -10,6 +10,7 @@ ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/easytag.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/easytag.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/easytag.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/easytag.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/easytag.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/easytag.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/easytag.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/easytag.mo diff --git a/audio/easytag/distinfo b/audio/easytag/distinfo index 7c65f07f266..6f78222a5e2 100644 --- a/audio/easytag/distinfo +++ b/audio/easytag/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2002/08/31 02:14:38 wiz Exp $ +$NetBSD: distinfo,v 1.7 2002/09/02 17:42:40 wiz Exp $ -SHA1 (easytag-0.23.tar.gz) = 979cf450b15e7c6f4c12d19020804f77c12a6184 -Size (easytag-0.23.tar.gz) = 1085023 bytes +SHA1 (easytag-0.23.2.tar.gz) = 2da05154fb5c3fbeea4ce1d3b0914e2e0ee4be07 +Size (easytag-0.23.2.tar.gz) = 1127801 bytes SHA1 (patch-aa) = c964640b93e8dfa0890932e3d68b3773ab9dbdde |