Updated to 0.12.3 - 02/27/2007

This is a long overdue bug-fix release
    * New application icon. (Jean-Francois Fortin Tam)
    * Allow application icon to be themed. (Brian Pepple)
    * Fixed: when mass tagging, allow formats like "<track> <title>" to work by
    * not allowing spaces in the track number.
    * Fixed: when mass renaming with new path, absolute paths are no longer
    * treated as relative.
    * Fixed: problem with the working dir MRU list not being case-sensitive.
    * Fixed: UI lockup with the Vorbis genre combobox. (Brian Pepple)
    * Other minor fixes.
    * Added nl, pl, sv and pt_BR translations.
This commit is contained in:
Guillaume Lasmayous 2007-03-01 20:58:14 +00:00 committed by Thomas Klausner
parent 418edcaeb7
commit e592c4f748
4 changed files with 22 additions and 11 deletions

View file

@ -2,3 +2,7 @@ Audio Tag Tool is a program to manage the information fields in MP3 and Ogg
Vorbis files, commonly called tags.
Tagtool can be used to edit tags one by one, but the most useful fetaure is the
ability to tag or rename hundreds of files at once, in any desired format.
It is available under the GNU General Public License (GPL).
Website: http://pwp.netcabo.pt/paol/tagtool/

View file

@ -1,18 +1,19 @@
# $NetBSD: Makefile,v 1.3 2007/03/01 19:12:20 shattered Exp $
# $NetBSD: Makefile,v 1.4 2007/03/01 20:58:14 guigui2 Exp $
#
DISTNAME= tagtool-0.12.2
DISTNAME= tagtool-0.12.3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tagtool/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= netbsd@guigui2.net
HOMEPAGE= http://tagtool.sourceforge.net/
HOMEPAGE= http://pwp.netcabo.pt/paol/tagtool/
COMMENT= GTK-based Ogg Vorbis and MP3 file tagger
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_DIRS+= xdg-1.4
USE_TOOLS+= gmake intltool pkg-config
USE_TOOLS+= gmake intltool pkg-config
USE_DIRS+= xdg-1.4
.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"

View file

@ -1,6 +1,9 @@
@comment $NetBSD: PLIST,v 1.2 2007/02/19 21:40:43 lkundrak Exp $
@comment $NetBSD: PLIST,v 1.3 2007/03/01 20:58:14 guigui2 Exp $
bin/tagtool
share/applications/tagtool.desktop
share/icons/hicolor/48x48/apps/TagTool.png
share/icons/hicolor/icon-theme.cache
share/icons/hicolor/scalable/apps/TagTool.svg
share/locale/bg/LC_MESSAGES/tagtool.mo
share/locale/cs/LC_MESSAGES/tagtool.mo
share/locale/de/LC_MESSAGES/tagtool.mo
@ -9,10 +12,13 @@ share/locale/es/LC_MESSAGES/tagtool.mo
share/locale/fr/LC_MESSAGES/tagtool.mo
share/locale/it/LC_MESSAGES/tagtool.mo
share/locale/lt/LC_MESSAGES/tagtool.mo
share/locale/nl/LC_MESSAGES/tagtool.mo
share/locale/pl/LC_MESSAGES/tagtool.mo
share/locale/pt/LC_MESSAGES/tagtool.mo
share/locale/pt_BR/LC_MESSAGES/tagtool.mo
share/locale/ru/LC_MESSAGES/tagtool.mo
share/locale/sv/LC_MESSAGES/tagtool.mo
share/locale/ua/LC_MESSAGES/tagtool.mo
share/pixmaps/TagTool.png
share/tagtool/TagTool.png
share/tagtool/edit.png
share/tagtool/fail.png

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2007/02/19 19:34:33 guigui2 Exp $
$NetBSD: distinfo,v 1.2 2007/03/01 20:58:14 guigui2 Exp $
SHA1 (tagtool-0.12.2.tar.gz) = 28f50235600add140b28ebf2a1ac54e4a67fafc9
RMD160 (tagtool-0.12.2.tar.gz) = 820c922835e2c485256d64fbca80d8cd9778ed62
Size (tagtool-0.12.2.tar.gz) = 368758 bytes
SHA1 (tagtool-0.12.3.tar.bz2) = e7ed4ebf8f9881cf38b2340b18e95947f658308e
RMD160 (tagtool-0.12.3.tar.bz2) = 9f5ae223580948c403cd44d82ecef0d03040ff09
Size (tagtool-0.12.3.tar.bz2) = 303743 bytes