summaryrefslogtreecommitdiff
path: root/audio/kid3/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-08-03 21:16:17 +0000
committerwiz <wiz@pkgsrc.org>2006-08-03 21:16:17 +0000
commit7e7bad611c104bc235c53e6818458edcdd08c466 (patch)
tree789b1fa2cc9a076f4e6fc70ed0fbe6c41667f5d8 /audio/kid3/Makefile
parent8f989358e3daedd21c1e06b35f896dd7a4ee4b5a (diff)
downloadpkgsrc-7e7bad611c104bc235c53e6818458edcdd08c466.tar.gz
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 (limited to 'audio/kid3/Makefile')
-rw-r--r--audio/kid3/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/kid3/Makefile b/audio/kid3/Makefile
new file mode 100644
index 00000000000..59e1e08d29f
--- /dev/null
+++ b/audio/kid3/Makefile
@@ -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
+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"