pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/kid3 Initial import of kid3 from pkgsrc-wip, pac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ae670d07d05
branches:  trunk
changeset: 517085:5ae670d07d05
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 03 21:16:17 2006 +0000

description:
Initial import of kid3 from pkgsrc-wip, packaged by Sergey Svishchev.

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
    * Generate playlist files
    * Automatically convert upper and lower case and replace strings
    * Import from freedb.org, MusicBrainz and other sources of album data

diffstat:

 audio/kid3/DESCR            |  13 +++++++++++++
 audio/kid3/Makefile         |  24 ++++++++++++++++++++++++
 audio/kid3/PLIST            |  20 ++++++++++++++++++++
 audio/kid3/distinfo         |   6 ++++++
 audio/kid3/patches/patch-aa |  13 +++++++++++++
 5 files changed, 76 insertions(+), 0 deletions(-)

diffs (96 lines):

diff -r 87e09f1c3591 -r 5ae670d07d05 audio/kid3/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/kid3/DESCR  Thu Aug 03 21:16:17 2006 +0000
@@ -0,0 +1,13 @@
+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
+    * Generate playlist files
+    * Automatically convert upper and lower case and replace strings
+    * Import from freedb.org, MusicBrainz and other sources of album data
diff -r 87e09f1c3591 -r 5ae670d07d05 audio/kid3/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/kid3/Makefile       Thu Aug 03 21:16:17 2006 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/08/03 21:16:17 wiz Exp $
+#
+
+DISTNAME=              kid3-0.7
+CATEGORIES=            kde audio
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=kid3/}
+
+MAINTAINER=            shattered%users.sourceforge.net@localhost
+HOMEPAGE=              http://kid3.sourceforge.net/
+COMMENT=               KDE ID3 tagger
+
+USE_PKGLOCALEDIR=      yes
+GNU_CONFIGURE=         yes
+USE_LANGUAGES+=                c c++
+
+# Note: put app specific data files into kde dir
+CONFIGURE_ARGS+=       --datadir=${PREFIX}/share/kde
+
+.include "../../meta-pkgs/kde3/kde3.mk"
+.include "../../audio/flac/buildlink3.mk"
+.include "../../audio/id3lib/buildlink3.mk"
+.include "../../audio/libtunepimp0.4/buildlink3.mk"
+.include "../../x11/kdelibs3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 87e09f1c3591 -r 5ae670d07d05 audio/kid3/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/kid3/PLIST  Thu Aug 03 21:16:17 2006 +0000
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/03 21:16:17 wiz Exp $
+bin/kid3
+share/doc/kde/HTML/de/kid3/common
+share/doc/kde/HTML/de/kid3/index.cache.bz2
+share/doc/kde/HTML/de/kid3/index.docbook
+share/doc/kde/HTML/en/kid3/common
+share/doc/kde/HTML/en/kid3/index.cache.bz2
+share/doc/kde/HTML/en/kid3/index.docbook
+share/kde/applnk/Multimedia/kid3.desktop
+share/kde/apps/kid3/kid3ui.rc
+share/kde/icons/hicolor/16x16/apps/kid3.png
+share/kde/icons/hicolor/32x32/apps/kid3.png
+share/kde/icons/hicolor/48x48/apps/kid3.png
+share/locale/de/LC_MESSAGES/kid3.mo
+share/locale/es/LC_MESSAGES/kid3.mo
+share/locale/ru/LC_MESSAGES/kid3.mo
+@dirrm share/kde/apps/kid3
+@dirrm share/kde/applnk/Multimedia
+@dirrm share/doc/kde/HTML/en/kid3
+@dirrm share/doc/kde/HTML/de/kid3
diff -r 87e09f1c3591 -r 5ae670d07d05 audio/kid3/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/kid3/distinfo       Thu Aug 03 21:16:17 2006 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/08/03 21:16:17 wiz Exp $
+
+SHA1 (kid3-0.7.tar.gz) = 21eacdf9511d119a6a2824c0f4bdb4fb8dd3ccfb
+RMD160 (kid3-0.7.tar.gz) = 9f7f4a17b5e048bfb4336b1cfe86afcf4c2f20cf
+Size (kid3-0.7.tar.gz) = 897741 bytes
+SHA1 (patch-aa) = 74a7b7bab91edc5101bb43eeabbf5a6c95bf389e
diff -r 87e09f1c3591 -r 5ae670d07d05 audio/kid3/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/kid3/patches/patch-aa       Thu Aug 03 21:16:17 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/08/03 21:16:17 wiz Exp $
+
+--- kid3/oggfile.cpp.orig      2005-10-13 15:54:34.000000000 +0000
++++ kid3/oggfile.cpp
+@@ -143,7 +143,7 @@ bool OggFile::writeTags(bool force, bool
+                       bool setUtime = false;
+                       struct utimbuf times;
+                       if (preserve) {
+-                              int fd = ::fileno(fpIn);
++                              int fd = fileno(fpIn);
+                               if (fd >= 0) {
+                                       struct stat fileStat;
+                                       if (::fstat(fd, &fileStat) == 0) {



Home | Main Index | Thread Index | Old Index