diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-26 21:05:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-26 21:05:16 +0000 |
commit | ae2a3f1da27d3f24a99f671a031482fe682e1163 (patch) | |
tree | 777052e5cd1ae497acd819f17030bf5aa9c4e088 /audio/easytag | |
parent | 9667551ed2778ece7bbf98c2125f2cfbd8b375d6 (diff) | |
download | pkgsrc-ae2a3f1da27d3f24a99f671a031482fe682e1163.tar.gz |
Update to 1.0 (snj made me do it!):
1.0 - November 20th, 2004 :
===========================
* Added ability to request Cddb database automatically from the selected
files (computing the CddbId) (thanks to Justus Schwartz),
* When applying Cddb results to the files, the cddb genre is converted to an
ID3 genre,
* Improved settings of character set (for ID3 tags) to allow you to fix some
tags (for example if tags were written with UTF-8 instead of ISO-8859-15),
* Fixed request to cddb for getting album tracks,
* Fixed UTF-8 strings into easytag.desktop (thanks to Ville Skyttä),
* Some updates in the USERS-GUIDE files (thanks to David Greaves),
* A new Danish translation (thanks to Morten Brix Pedersen),
* French translation updated,
* Hungarian translation updated (thanks to Nagy Boldizsar).
* Russian translation updated (thanks to Andrey Astafiev),
* Dutch translation updated (thanks to Björn Olievier),
* Czech translation updated (thanks to Milan Siebenburger),
* Japanese translation updated (thanks to Takeshi Aihana),
* Italian translation updated (thanks to Kostantino),
* German translation updated (thanks to Götz Waschk).
Diffstat (limited to 'audio/easytag')
-rw-r--r-- | audio/easytag/Makefile | 5 | ||||
-rw-r--r-- | audio/easytag/PLIST | 3 | ||||
-rw-r--r-- | audio/easytag/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index 087dc64c17d..5f2f6848ef8 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2004/10/03 00:13:05 tv Exp $ +# $NetBSD: Makefile,v 1.43 2004/11/26 21:05:16 wiz Exp $ # -DISTNAME= easytag-0.31 -PKGREVISION= 1 +DISTNAME= easytag-1.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easytag/} EXTRACT_SUFX= .tar.bz2 diff --git a/audio/easytag/PLIST b/audio/easytag/PLIST index 0f53b4026fd..46c64c01984 100644 --- a/audio/easytag/PLIST +++ b/audio/easytag/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.11 2004/06/30 00:30:47 wiz Exp $ +@comment $NetBSD: PLIST,v 1.12 2004/11/26 21:05:16 wiz Exp $ bin/easytag man/man1/easytag.1 share/easytag/ChangeLog share/easytag/EasyTAG_logo.xpm share/applications/easytag.desktop ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/easytag.mo +${PKGLOCALEDIR}/locale/da/LC_MESSAGES/easytag.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/easytag.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/easytag.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/easytag.mo diff --git a/audio/easytag/distinfo b/audio/easytag/distinfo index 81f7b0f2875..55da50a74ef 100644 --- a/audio/easytag/distinfo +++ b/audio/easytag/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.20 2004/06/30 00:30:47 wiz Exp $ +$NetBSD: distinfo,v 1.21 2004/11/26 21:05:16 wiz Exp $ -SHA1 (easytag-0.31.tar.bz2) = 8bcc77513feb6ca2b655659653ff3ef7fc87da38 -Size (easytag-0.31.tar.bz2) = 1054585 bytes +SHA1 (easytag-1.0.tar.bz2) = e8309822215f1ec615627cf6767109f0bb2cc740 +Size (easytag-1.0.tar.bz2) = 1068173 bytes |