2012-09-07 21:16:05 +02:00
|
|
|
# $NetBSD: Makefile,v 1.73 2012/09/07 19:16:07 adam Exp $
|
2000-07-21 01:11:52 +02:00
|
|
|
#
|
|
|
|
|
2012-03-08 10:49:25 +01:00
|
|
|
DISTNAME= easytag-2.1.7
|
2012-09-07 21:16:05 +02:00
|
|
|
PKGREVISION= 1
|
2000-07-21 01:11:52 +02:00
|
|
|
CATEGORIES= audio
|
2000-12-02 18:46:25 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easytag/}
|
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
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2012-03-08 10:49:25 +01:00
|
|
|
MAINTAINER= wiz@NetBSD.org
|
2000-07-21 01:11:52 +02:00
|
|
|
HOMEPAGE= http://easytag.sourceforge.net/
|
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
|
|
|
|
2008-06-12 04:14:13 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
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++
|
Update to 0.25b (including the patches for 0.25a and 0.25b in patches/).
* Ability to stop the saving of all files,
* Improvement of the directory browser, when renaming a directory,
* Ability to set also the filename from CDDB results,
* Ability to search a word in the album list of the CDDB window,
* Don't loose unsupported tag items for the Ogg files,
* Added CDDB support (from http protocol),
* New possibilities for sorting the list of files (type, size, duration, birate, ...),
* Old versions of ID3v2 tags are automatically updated to ID3v2.3,
* Fixed renaming files or directories (the old method was better than the newer one,
with patch from Alan Swanson),
* Use of 'mkstemp' instead of 'mktemp',
* Added ability to open a file with an external program,
* Added ability to use arguments when opening a directory or a file with an external
program (for example : 'xmms -e'),
* Some fixes when deleting files : the total size and total duration are updated,
* Invalid characters are replaced when renaming the file from the scanner,
* Re-added preprocessor instructions in the file vcedit.h (forgotten when updating this
file from vorbis-tools-1.0),
* Fix for an unsupported ID3v2 tag : we get data of the ID3v1 tag (for example: ID3v2.4
tag with id3lib-3.8.0),
* Added check of validity of playlist content mask,
* Fixed reading of informations of mpeg header, and calculation of song time, with files
containing an ID3v2 tag (patch from Artur Polaczynski),
* Fixed the popup menu in entries field : now we don't need to click two times the left
mouse button (patch from Maciej Kasprzyk),
* Corrections in text menu (thanks to Artur Polaczynski),
* Fixed renaming of directory,
* Number of files to save is displayed in the progress bar,
* Code clean up for scanners,
* Various fixes,
* Logo "updated",
* translation updates
2002-12-17 20:40:07 +01:00
|
|
|
USE_LIBTOOL= 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_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
|
2000-07-21 01:11:52 +02:00
|
|
|
|
2012-03-08 10:49:25 +01:00
|
|
|
.include "../../audio/libid3tag/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"
|
|
|
|
.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"
|