From bb36045c1a7da7f08823beb3e59e59868a8e0693 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 27 Feb 2007 09:58:49 +0000 Subject: Update to 2.0, based on audio/easytag-devel. Changes to previous version in easytag-devel (1.99.13): MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- audio/easytag/Makefile | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'audio/easytag/Makefile') 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" -- cgit v1.2.3