summaryrefslogtreecommitdiff
path: root/audio/kid3
diff options
context:
space:
mode:
authorobache <obache>2008-07-30 08:49:18 +0000
committerobache <obache>2008-07-30 08:49:18 +0000
commit8a38114a396e7f9ae2ecb7d0c5d3f1ddb52b616a (patch)
treeafdf0d320339879d4e0ee8719f7fbf4d24388497 /audio/kid3
parent8c6568239ece1497284437b992946266122437d3 (diff)
downloadpkgsrc-8a38114a396e7f9ae2ecb7d0c5d3f1ddb52b616a.tar.gz
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> * 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 (limited to 'audio/kid3')
-rw-r--r--audio/kid3/DESCR26
-rw-r--r--audio/kid3/Makefile10
-rw-r--r--audio/kid3/PLIST3
-rw-r--r--audio/kid3/distinfo12
-rw-r--r--audio/kid3/patches/patch-ab8
-rw-r--r--audio/kid3/patches/patch-ac6
6 files changed, 36 insertions, 29 deletions
diff --git a/audio/kid3/DESCR b/audio/kid3/DESCR
index a423f93b867..e58eb35ab4a 100644
--- a/audio/kid3/DESCR
+++ b/audio/kid3/DESCR
@@ -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 --git a/audio/kid3/Makefile b/audio/kid3/Makefile
index b403ea0fa31..212504bc450 100644
--- a/audio/kid3/Makefile
+++ b/audio/kid3/Makefile
@@ -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 @@ MAINTAINER= shattered@users.sourceforge.net
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 --git a/audio/kid3/PLIST b/audio/kid3/PLIST
index 465333870b3..e9c287cd1e7 100644
--- a/audio/kid3/PLIST
+++ b/audio/kid3/PLIST
@@ -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/de/LC_MESSAGES/kid3.mo
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 --git a/audio/kid3/distinfo b/audio/kid3/distinfo
index 7f2c2c201ae..2201c41c444 100644
--- a/audio/kid3/distinfo
+++ b/audio/kid3/distinfo
@@ -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 --git a/audio/kid3/patches/patch-ab b/audio/kid3/patches/patch-ab
index 453478bc230..98552866383 100644
--- a/audio/kid3/patches/patch-ab
+++ b/audio/kid3/patches/patch-ab
@@ -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 @@ $NetBSD: patch-ab,v 1.1 2006/08/22 14:32:11 joerg Exp $
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 --git a/audio/kid3/patches/patch-ac b/audio/kid3/patches/patch-ac
index bf4057ba92f..3c54b1f69e2 100644
--- a/audio/kid3/patches/patch-ac
+++ b/audio/kid3/patches/patch-ac
@@ -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 @@ $NetBSD: patch-ac,v 1.2 2007/12/09 23:33:39 wiz Exp $
#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;
}
}