2013-05-06 12:12:11 +02:00
|
|
|
# $NetBSD: Makefile,v 1.82 2013/05/06 10:12:11 wiz Exp $
|
2000-07-21 01:11:52 +02:00
|
|
|
#
|
|
|
|
|
2013-02-11 09:56:39 +01:00
|
|
|
DISTNAME= easytag-2.1.8
|
2013-05-06 12:12:11 +02:00
|
|
|
PKGREVISION= 2
|
2000-07-21 01:11:52 +02:00
|
|
|
CATEGORIES= audio
|
2013-02-11 09:56:39 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/easytag/2.1/}
|
|
|
|
EXTRACT_SUFX= .tar.xz
|
Update to 0.27:
* Fixed an other filepointer leak when renaming file and directories (thanks
to Artur
Polaczynski),
* Improved speed when applying a field to all other files, removing all tags
and
scanning all files,
* Fixed problem with too long track name in CDDB albums,
* When getting files list of a cddb album, it tries to reconnect severals ti
mes if the
connection fails,
* Ability to run the scanner when loading filenames from a TXT file,
* Ability to run the scanner when loading fields from CDDB results,
* Ability to load CDDB results only for the selected lines,
* Ability to generate the playlist name from mask codes,
* Added tab in "About" window to display the ChangeLog,
* Fixed detection of version id3lib (due to an error in configure.in),
* Added german help documentation (thanks to Daniel Pichler),
* Russian translation updated (thanks to Andrey Astafiev),
* German translation updated (thanks to Götz Waschk).
2003-02-15 00:00:11 +01:00
|
|
|
|
2012-03-08 10:49:25 +01:00
|
|
|
MAINTAINER= wiz@NetBSD.org
|
2013-02-11 09:56:39 +01:00
|
|
|
HOMEPAGE= http://projects.gnome.org/easytag/
|
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.
2007-02-27 10:58:49 +01:00
|
|
|
COMMENT= GTK+ tag editor for MP3, Ogg Vorbis files, and others
|
2012-03-08 10:49:25 +01:00
|
|
|
LICENSE= gnu-gpl-v2
|
2000-07-21 01:11:52 +02:00
|
|
|
|
2002-11-30 12:46:02 +01:00
|
|
|
GNU_CONFIGURE= yes
|
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.
2007-02-27 10:58:49 +01:00
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
USE_PKGLOCALEDIR= yes
|
2013-02-11 09:56:39 +01:00
|
|
|
USE_TOOLS+= gmake intltool pkg-config xgettext
|
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.
2007-02-27 10:58:49 +01:00
|
|
|
|
|
|
|
.include "options.mk"
|
|
|
|
|
2012-03-08 10:49:25 +01:00
|
|
|
.include "../../audio/libid3tag/buildlink3.mk"
|
2012-12-03 23:39:04 +01:00
|
|
|
.include "../../audio/id3lib/buildlink3.mk"
|
2013-02-11 09:56:39 +01:00
|
|
|
.include "../../audio/taglib/buildlink3.mk"
|
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.
2007-02-27 10:58:49 +01:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
2013-02-12 13:37:14 +01:00
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
2013-02-11 09:56:39 +01:00
|
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.24
|
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.
2007-02-27 10:58:49 +01:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2012-03-08 10:49:25 +01:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2000-07-21 01:11:52 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|