summaryrefslogtreecommitdiff
path: root/audio/easytag/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-27 09:58:49 +0000
committerwiz <wiz>2007-02-27 09:58:49 +0000
commitbb36045c1a7da7f08823beb3e59e59868a8e0693 (patch)
tree016132daaed2eefed6af4902d00f69c743e377b7 /audio/easytag/Makefile
parent18f37e4dc847bbfffe3b610622b90e08b9a4b4a4 (diff)
downloadpkgsrc-bb36045c1a7da7f08823beb3e59e59868a8e0693.tar.gz
Update to 2.0, based on audio/easytag-devel.
Changes to previous version in easytag-devel (1.99.13): 2.0 - February 21th, 2007 : =========================== * Added buttons in toolbar to search files, to search in cddb and to write playlist, * Added in the cddb window the option to match lines with the Levenshtein algorithm, * Fixed crash when no audio player is defined and problem of checking in the preferences window, * Added automatically removing of APE tag in a MP3 file, * Improved decoding of Arabic characters, * Added French Users Guide (Than to Emmanuel Brun), * Swedish translation updated (thanks to Anders Strömer), * Brazilian Portuguese translation updated (thanks to doutor.zero), * Czech translation updated (thanks to Zbynek Mrkvicka), * German translation updated (thanks to Götz Waschk), * Italian translation updated (thanks to Costantino Ceoldo), * Japanese translation updated (thanks to Takeshi Aihana), * French translation updated and typo fixed (thanks to Emmanuel Brun). Windows version : * Fixed autocompletion of year when a partial one was entered, * Fixed crash when no audio player selected in preferences window, * Improved detection of the locale.
Diffstat (limited to 'audio/easytag/Makefile')
-rw-r--r--audio/easytag/Makefile24
1 files changed, 14 insertions, 10 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile
index d33d8eaad0e..95df38f61ae 100644
--- a/audio/easytag/Makefile
+++ b/audio/easytag/Makefile
@@ -1,24 +1,28 @@
-# $NetBSD: Makefile,v 1.54 2007/01/12 20:16:04 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2007/02/27 09:58:49 wiz Exp $
#
-DISTNAME= easytag-1.1
-PKGREVISION= 2
+DISTNAME= easytag-2.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easytag/}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://easytag.sourceforge.net/
-COMMENT= Tool to view, edit and write ID3 v1&2 TAGs with a GTK+ interface
+COMMENT= GTK+ tag editor for MP3, Ogg Vorbis files, and others
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
-USE_TOOLS+= gmake xgettext
-USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= c c++
USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= pkg-config xgettext
+
+.include "options.mk"
+
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.4.1
+BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.4.1
-.include "../../audio/flac/buildlink3.mk"
.include "../../audio/id3lib/buildlink3.mk"
-.include "../../audio/libvorbis/buildlink3.mk"
-.include "../../x11/gtk/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"