diff options
author | obache <obache@pkgsrc.org> | 2008-11-24 09:06:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-11-24 09:06:06 +0000 |
commit | 18bde3fc51534d08b8bcc31412450c19b6cc3e0c (patch) | |
tree | 20cbd291f0d5b1a53b6a79cfa29020530c88975c /audio/kid3/Makefile | |
parent | e8bfeaf61653f4c3e88abb920d6de2d499bc8d66 (diff) | |
download | pkgsrc-18bde3fc51534d08b8bcc31412450c19b6cc3e0c.tar.gz |
Update kid3 to 1.1.
Based on PR 40012 by Sergey Svishchev and add a missing entry to PLIST.
ChangeLog:
Sat Sep 27 15:51:35 CEST 2008 Urs Fleisch <ufleisch@users.sourceforge.net>
* Release 1.1
* New:
+ Dutch translation.
+ New general frame types Album Artist, Grouping, Lyrics, Media,
Remixer.
+ Setting character encoding for ID3v1.1 tags.
+ Import additional tags from Discogs and MusicBrainz.
* Improved:
+ All frame types (not only Artist, Album, ...) can be used for all
operations (e.g. import, export, tag <-> file name, rename, ...).
* Fixed:
+ Build for KDE 3 without id3lib or TagLib
+ Supress using unsupported UTF-8 for ID3v2.3
+ Qt 4, KDE 4: Wrong track times in import dialog when some track
times are missing.
+ KDE 4: Translations with arguments (%1, %2).
+ Windows: Displaying pictures with JPEG plugin.
+ MacOS X: Dropping and displaying pictures.
Diffstat (limited to 'audio/kid3/Makefile')
-rw-r--r-- | audio/kid3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/kid3/Makefile b/audio/kid3/Makefile index 212504bc450..2d268675502 100644 --- a/audio/kid3/Makefile +++ b/audio/kid3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2008/07/30 08:49:18 obache Exp $ +# $NetBSD: Makefile,v 1.13 2008/11/24 09:06:06 obache Exp $ # -DISTNAME= kid3-1.0 +DISTNAME= kid3-1.1 CATEGORIES= kde audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kid3/} |