pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/kid3 Update kid3 to 1.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/28ff5190b4bc
branches: trunk
changeset: 545279:28ff5190b4bc
user: obache <obache%pkgsrc.org@localhost>
date: Wed Jul 30 08:49:18 2008 +0000
description:
Update kid3 to 1.0.
Based on PR 38492 by Sergey Svishchev, some fixes and improvement.
* Marked as DESTDIR ready
* Add dependency on libmp4v2
* Need full dependency on libXt.
Sat Mar 1 15:44:56 CET 2008 Urs Fleisch <ufleisch%users.sourceforge.net@localhost>
* Release 1.0
* New:
+ File filter.
+ D-Bus interface to control application by scripts.
+ Long format codes %{title}, %{album}, ... and tooltips for formats.
+ Support for FLAC pictures.
+ Polish translation.
* Improved:
+ GUI and usability.
+ Rename directory wizard.
+ Use xdg-open as the default web browser.
+ Display description instead of TXXX and WXXX.
+ Add pictures to files by drag and drop and from cllipboard.
+ Compilation with GCC 4.3 and compiler detection for kid3-qt.
+ Support for TagLib 1.5.
* Fixed:
+ KDE 4 docs in correct directory.
+ Crash when TSST frame was added to ID3v2.3.0 tag.
+ Disappearing ID3v1 genres.
+ Possible crash when import or export format was added.
diffstat:
audio/kid3/DESCR | 26 ++++++++++++++++----------
audio/kid3/Makefile | 10 +++++-----
audio/kid3/PLIST | 3 ++-
audio/kid3/distinfo | 12 ++++++------
audio/kid3/patches/patch-ab | 8 ++++----
audio/kid3/patches/patch-ac | 6 +++---
6 files changed, 36 insertions(+), 29 deletions(-)
diffs (150 lines):
diff -r 18cdf8f10f55 -r 28ff5190b4bc audio/kid3/DESCR
--- a/audio/kid3/DESCR Wed Jul 30 08:44:06 2008 +0000
+++ b/audio/kid3/DESCR Wed Jul 30 08:49:18 2008 +0000
@@ -1,13 +1,19 @@
+Kid3 - Efficient Audio Tagger
+
With Kid3 you can:
- * Edit ID3v1.1 tags, edit all ID3v2.3 frames
- * Convert between ID3v1.1 and ID3v2.3 tags
- * Edit Ogg/Vorbis and FLAC tags
- * Edit tags of multiple files, e.g. the artist, album, year and
- genre of all files of an album typically have the same values and
- can be set together.
- * Generate tags from filenames and filenames from tags
- * Rename and create directories from tags
+ * Edit ID3v1.1 tags
+ * Edit all ID3v2.3 and ID3v2.4 frames
+ * Convert between ID3v1.1, ID3v2.3 and ID3v2.4 tags
+ * Edit tags in MP3, Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2, Speex,
+ TrueAudio and WavPack files.
+ * Edit tags of multiple files, e.g. the artist, album, year and genre
+ of all files of an album typically have the same values and can be
+ set together.
+ * Generate tags from filenames
+ * Generate filenames from tags
+ * Rename directories from tags
* Generate playlist files
- * Automatically convert upper and lower case and replace strings
- * Import from freedb.org, MusicBrainz and other sources of album data
+ * Automatic case conversion and string translation
+ * Import and export album data
+ * Import from gnudb.org, TrackType.org, MusicBrainz, Discogs
diff -r 18cdf8f10f55 -r 28ff5190b4bc audio/kid3/Makefile
--- a/audio/kid3/Makefile Wed Jul 30 08:44:06 2008 +0000
+++ b/audio/kid3/Makefile Wed Jul 30 08:49:18 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2008/01/18 05:06:20 tnn Exp $
+# $NetBSD: Makefile,v 1.12 2008/07/30 08:49:18 obache Exp $
#
-DISTNAME= kid3-0.10
-PKGREVISION= 1
+DISTNAME= kid3-1.0
CATEGORIES= kde audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kid3/}
@@ -10,20 +9,21 @@
HOMEPAGE= http://kid3.sourceforge.net/
COMMENT= KDE ID3 tagger
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
CHECK_PORTABILITY_SKIP+= make_qtonly.sh
-BUILDLINK_DEPMETHOD.libXt?= build
-
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../audio/flac/buildlink3.mk"
.include "../../audio/id3lib/buildlink3.mk"
.include "../../audio/libtunepimp/buildlink3.mk"
.include "../../audio/taglib/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../multimedia/libmp4v2/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
diff -r 18cdf8f10f55 -r 28ff5190b4bc audio/kid3/PLIST
--- a/audio/kid3/PLIST Wed Jul 30 08:44:06 2008 +0000
+++ b/audio/kid3/PLIST Wed Jul 30 08:49:18 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2007/12/09 23:33:38 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2008/07/30 08:49:18 obache Exp $
bin/kid3
share/applications/kde/kid3.desktop
share/doc/kde/HTML/de/kid3/common
@@ -16,6 +16,7 @@
share/locale/es/LC_MESSAGES/kid3.mo
share/locale/fr/LC_MESSAGES/kid3.mo
share/locale/it/LC_MESSAGES/kid3.mo
+share/locale/pl/LC_MESSAGES/kid3.mo
share/locale/ru/LC_MESSAGES/kid3.mo
@dirrm share/kde/apps/kid3
@comment in kde: @dirrm share/kde/apps
diff -r 18cdf8f10f55 -r 28ff5190b4bc audio/kid3/distinfo
--- a/audio/kid3/distinfo Wed Jul 30 08:44:06 2008 +0000
+++ b/audio/kid3/distinfo Wed Jul 30 08:49:18 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2007/12/09 23:33:39 wiz Exp $
+$NetBSD: distinfo,v 1.6 2008/07/30 08:49:18 obache Exp $
-SHA1 (kid3-0.10.tar.gz) = 088f434db9242a557113b35ad5b942d79cf7e747
-RMD160 (kid3-0.10.tar.gz) = 6f4aae70cd2e3079d19653f2294a8e27cdbe6269
-Size (kid3-0.10.tar.gz) = 1037218 bytes
-SHA1 (patch-ab) = 75955211d667793420a481cfa269dec29bd49221
-SHA1 (patch-ac) = 066f36a9ece1a85cfea9c1b93671cdad8f78e66c
+SHA1 (kid3-1.0.tar.gz) = 6a342cce0d7c71a454e0232aa9a2ee6e84b0246d
+RMD160 (kid3-1.0.tar.gz) = 8677ff27081ffbcdc07424244111acc67c605f28
+Size (kid3-1.0.tar.gz) = 1132898 bytes
+SHA1 (patch-ab) = 3db933dbee6cc2aa8c963474c162a99e3b4dc70f
+SHA1 (patch-ac) = 20c6b755c31117c34693a0d95207995116c986dc
diff -r 18cdf8f10f55 -r 28ff5190b4bc audio/kid3/patches/patch-ab
--- a/audio/kid3/patches/patch-ab Wed Jul 30 08:44:06 2008 +0000
+++ b/audio/kid3/patches/patch-ab Wed Jul 30 08:49:18 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1 2006/08/22 14:32:11 joerg Exp $
+$NetBSD: patch-ab,v 1.2 2008/07/30 08:49:18 obache Exp $
---- configure.orig 2006-08-22 16:07:31.000000000 +0000
+--- configure.orig 2008-04-02 17:18:43.000000000 +0000
+++ configure
-@@ -31804,7 +31804,7 @@ if test "${ac_cv_lib_tunepimp_tp_SetPUID
+@@ -33772,7 +33772,7 @@ if test "${ac_cv_lib_tunepimp_tr_GetPUID
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
@@ -11,7 +11,7 @@
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
-@@ -31874,7 +31874,7 @@ if test "${ac_cv_lib_tunepimp_tp_SetFile
+@@ -33840,7 +33840,7 @@ if test "${ac_cv_lib_tunepimp_tp_SetFile
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
diff -r 18cdf8f10f55 -r 28ff5190b4bc audio/kid3/patches/patch-ac
--- a/audio/kid3/patches/patch-ac Wed Jul 30 08:44:06 2008 +0000
+++ b/audio/kid3/patches/patch-ac Wed Jul 30 08:49:18 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.2 2007/12/09 23:33:39 wiz Exp $
+$NetBSD: patch-ac,v 1.3 2008/07/30 08:49:18 obache Exp $
---- kid3/oggfile.cpp.orig 2007-11-27 21:27:52.000000000 +0000
+--- kid3/oggfile.cpp.orig 2008-02-18 20:01:40.000000000 +0000
+++ kid3/oggfile.cpp
@@ -34,6 +34,9 @@
#if QT_VERSION >= 0x040000
@@ -12,7 +12,7 @@
#include <sys/stat.h>
#ifdef WIN32
#include <sys/utime.h>
-@@ -796,7 +799,7 @@ bool OggFile::FileInfo::read(const char*
+@@ -811,7 +814,7 @@ bool OggFile::FileInfo::read(const char*
bitrate = vi->bitrate_lower;
}
}
Home |
Main Index |
Thread Index |
Old Index