2.1.4 - December 12th, 2007 : ============================= * Added support of pictures in Ogg Vorbis and Speex files (with Ogg Vorbis tags), * Added support of pictures in FLAC files (with FLAC Vorbis tags). * The code for handling FLAC files was also fully rewritten, * Added view of tag fields in the main list of files, * Added a button on the main window to select a directory to browse for file (useful when the tree is hidden), * Fixed compilation problem with mpeg4ip 1.6 (thanks to Götz Waschk), * Fixed messages boxes to use the stock buttons and labels of GTK, * Fixed file easytag.desktop (thanks to Doruk Fisek and Götz Waschk), * Fixed problem with dates and EUC-JP locale when displaying lines on the log window (thanks to Misty Haiku), * Fixed problem with the Cddb manual search when using a proxy, * Fixed detection of Roman numerals before a coma and dot characters in the scanner window, * Settings to write ID3v1.x tags : the option "//TRANSLIT" was enabled by default to avoid an error message with UTF-8 strings. This was the setting used before using libid3tag instead of id3lib, * Fixed problem when reading tag with some languages as Turkish (patch from Doruk Fisek), * New Chinese (Taiwan) translation (thanks to Jose Sun), * Hungarian translation updated (thanks to Mészáros Csaba), * Chinese (Simplified) translation updated (thanks to Yang Jinsong), * German translation updated (thanks to Götz Waschk), * French translation updated.
29 lines
795 B
Makefile
29 lines
795 B
Makefile
# $NetBSD: Makefile,v 1.6 2008/01/13 15:28:32 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= easytag-2.1.4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easytag/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://easytag.sourceforge.net/
|
|
COMMENT= GTK+ tag editor for MP3, Ogg Vorbis files, and others (development version)
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_DIRS+= xdg-1.1
|
|
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/libid3tag/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|