pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/easytag Update to 0.31:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/033e45ceb7f4
branches:  trunk
changeset: 477329:033e45ceb7f4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jun 30 00:30:47 2004 +0000

description:
Update to 0.31:

0.31 - May 29th, 2004 :
=======================

* Tried to fixed the problem to get list of selected files after deleting of
  files,
* Added ability to set/unset padding in ID3v2 tags,
* Added an option in the 'Playlist window' to write only the selected files
  or directly all the files in the playlist,
* Polish translation updated (thanks to Artur Polaczynski),
* Russian translation updated (thanks to Andrey Astafiev),
* Romanian translation updated (thanks to George Pauliuc),
* Dutch translation updated (thanks to Björn Olievier),
* Japanese translation updated (thanks to Takeshi Aihana),
* Czech translation updated (thanks to Milan Siebenburger),
* Italian translation updated (thanks to Kostantino).


0.30.2 - March 25th, 2004 :
===========================
* Some tabs in the preferences window have been reorganized,
* Fixed in configure script, the detection of libFLAC when using the switch
  --disable-ogg,
* Fixed a wrong numbering in sub directories for the new track field button
  (to set the number of files in the directory to the track field),
* German translation updated (thanks to Götz Waschk).


0.30.1 - March 22th, 2004 :
===========================
* Added support of FLAC Vorbis tag for FLAC files (if the file has no FLAC
  vorbis file, it tries to read the ID3 tag) (thanks to Pavel Minayev),
* Added support of APE tag for OptimFROG files (.ofr, .ofs),
* Added ability to write by default ID3v2.3 tags to ISO-8859-1,
* Version of libFLAC (1.0.3) supplied in the package was removed,
* Added ability in the Process Fields scanner to convert a character by an
  other on (patch from Ben Hearsum),
* Added ability to display the files by Artists and by Albums,
* Added ability to set independently the character conversion for the Tag
  scanner and the Rename File scanner,
* Added a new button to set the number of files in the directory to the
  track field,
* Added the entry "Tag selected files with this field" in the popup menu of
  tag entries,
* Added a sub menu Scanner into popup menu over the file list,
* When resizing the main window, the tag area doesn't grow,
* The fields identifiers for Ogg Vorbis tag are written with upper letters
  (ex: TITLE= instead of title=) as they are recommended by Vorbis standard,
* The CDDB results can be applied to the files selected in the main list,
* Fixed the execution of scanner, when using entries of the main menu
  'Scanner' in the menu bar,
* Fixed the CDDB server name, that wasn't saved in the configuration file,
* Fixed connection to CDDB under FreeBSD 5.1 (thanks to from Jan Kanty Palus),
* Fixed a bug when using "Repeat action for the rest of the files" when
  deleting files,
* Fixed a bug that doesn't save the changed files, which aren't selected,
  when changing of directory or exiting, even if you select the button "Yes"
  in the dialog box,
* Fixed a bug when renaming files with the scanner and using the character
  conversion (some spaces or underscores weren't replaced),
* Fixed some memory leaks (in browser, scanner, ...),
* Updated easytag.desktop and EasyTAG icon,
* French translation updated,
* Spanish translation updated (thanks to Fernando),
* Italian translation updated (thanks to Kostantino),
* Dutch translation updated (thanks to Björn Olievier),
* Ukrainian translation updated (thanks to Cawko Xakep).

diffstat:

 audio/easytag/Makefile |  7 +++----
 audio/easytag/PLIST    |  6 +++---
 audio/easytag/distinfo |  6 +++---
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (56 lines):

diff -r 2ceeaf8559bd -r 033e45ceb7f4 audio/easytag/Makefile
--- a/audio/easytag/Makefile    Wed Jun 30 00:16:05 2004 +0000
+++ b/audio/easytag/Makefile    Wed Jun 30 00:30:47 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2004/04/14 16:15:20 jmmv Exp $
+# $NetBSD: Makefile,v 1.41 2004/06/30 00:30:47 wiz Exp $
 #
 
-DISTNAME=      easytag-0.30
-PKGREVISION=   2
+DISTNAME=      easytag-0.31
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=easytag/}
 EXTRACT_SUFX=  .tar.bz2
@@ -14,7 +13,7 @@
 BUILD_USES_MSGFMT=     yes     # xgettext, really
 
 GNU_CONFIGURE=         yes
-USE_DIRS+=             gnome1-1.5
+USE_DIRS+=             xdg-1.1
 USE_GNU_TOOLS+=                make
 USE_X11=               yes
 USE_BUILDLINK3=                yes
diff -r 2ceeaf8559bd -r 033e45ceb7f4 audio/easytag/PLIST
--- a/audio/easytag/PLIST       Wed Jun 30 00:16:05 2004 +0000
+++ b/audio/easytag/PLIST       Wed Jun 30 00:30:47 2004 +0000
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.10 2003/02/14 23:00:12 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2004/06/30 00:30:47 wiz Exp $
 bin/easytag
 man/man1/easytag.1
 share/easytag/ChangeLog
 share/easytag/EasyTAG_logo.xpm
-share/gnome/apps/Multimedia/easytag.desktop
+share/applications/easytag.desktop
 ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/easytag.mo
 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/easytag.mo
 ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/easytag.mo
@@ -18,5 +18,5 @@
 ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/easytag.mo
 ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/easytag.mo
 share/pixmaps/EasyTAG.xpm
-@comment in gnome-dirs: @dirrm share/gnome/apps/Multimedia
 @dirrm share/easytag
+@comment in xdg-x11-dirs: @dirrm share/applications
diff -r 2ceeaf8559bd -r 033e45ceb7f4 audio/easytag/distinfo
--- a/audio/easytag/distinfo    Wed Jun 30 00:16:05 2004 +0000
+++ b/audio/easytag/distinfo    Wed Jun 30 00:30:47 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2003/10/05 09:24:04 wiz Exp $
+$NetBSD: distinfo,v 1.20 2004/06/30 00:30:47 wiz Exp $
 
-SHA1 (easytag-0.30.tar.bz2) = 2eee7b4bb064ff1fa94285816c643b5ae9c346b3
-Size (easytag-0.30.tar.bz2) = 1094337 bytes
+SHA1 (easytag-0.31.tar.bz2) = 8bcc77513feb6ca2b655659653ff3ef7fc87da38
+Size (easytag-0.31.tar.bz2) = 1054585 bytes



Home | Main Index | Thread Index | Old Index