pkgsrc/audio/easytag/Makefile

32 lines
763 B
Makefile
Raw Normal View History

2008-06-12 04:14:13 +02:00
# $NetBSD: Makefile,v 1.60 2008/06/12 02:14:14 joerg Exp $
#
DISTNAME= easytag-2.1
PKGREVISION= 1
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
2008-06-12 04:14:13 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
Update to 0.31: 0.31 - May 29th, 2004 : ======================= * Tried to fixed the problem to get list of selected files after deleting of files, * Added ability to set/unset padding in ID3v2 tags, * Added an option in the 'Playlist window' to write only the selected files or directly all the files in the playlist, * Polish translation updated (thanks to Artur Polaczynski), * Russian translation updated (thanks to Andrey Astafiev), * Romanian translation updated (thanks to George Pauliuc), * Dutch translation updated (thanks to Björn Olievier), * Japanese translation updated (thanks to Takeshi Aihana), * Czech translation updated (thanks to Milan Siebenburger), * Italian translation updated (thanks to Kostantino). 0.30.2 - March 25th, 2004 : =========================== * Some tabs in the preferences window have been reorganized, * Fixed in configure script, the detection of libFLAC when using the switch --disable-ogg, * Fixed a wrong numbering in sub directories for the new track field button (to set the number of files in the directory to the track field), * German translation updated (thanks to Götz Waschk). 0.30.1 - March 22th, 2004 : =========================== * Added support of FLAC Vorbis tag for FLAC files (if the file has no FLAC vorbis file, it tries to read the ID3 tag) (thanks to Pavel Minayev), * Added support of APE tag for OptimFROG files (.ofr, .ofs), * Added ability to write by default ID3v2.3 tags to ISO-8859-1, * Version of libFLAC (1.0.3) supplied in the package was removed, * Added ability in the Process Fields scanner to convert a character by an other on (patch from Ben Hearsum), * Added ability to display the files by Artists and by Albums, * Added ability to set independently the character conversion for the Tag scanner and the Rename File scanner, * Added a new button to set the number of files in the directory to the track field, * Added the entry "Tag selected files with this field" in the popup menu of tag entries, * Added a sub menu Scanner into popup menu over the file list, * When resizing the main window, the tag area doesn't grow, * The fields identifiers for Ogg Vorbis tag are written with upper letters (ex: TITLE= instead of title=) as they are recommended by Vorbis standard, * The CDDB results can be applied to the files selected in the main list, * Fixed the execution of scanner, when using entries of the main menu 'Scanner' in the menu bar, * Fixed the CDDB server name, that wasn't saved in the configuration file, * Fixed connection to CDDB under FreeBSD 5.1 (thanks to from Jan Kanty Palus), * Fixed a bug when using "Repeat action for the rest of the files" when deleting files, * Fixed a bug that doesn't save the changed files, which aren't selected, when changing of directory or exiting, even if you select the button "Yes" in the dialog box, * Fixed a bug when renaming files with the scanner and using the character conversion (some spaces or underscores weren't replaced), * Fixed some memory leaks (in browser, scanner, ...), * Updated easytag.desktop and EasyTAG icon, * French translation updated, * Spanish translation updated (thanks to Fernando), * Italian translation updated (thanks to Kostantino), * Dutch translation updated (thanks to Björn Olievier), * Ukrainian translation updated (thanks to Cawko Xakep).
2004-06-30 02:30:47 +02:00
USE_DIRS+= xdg-1.1
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
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
2004-04-11 18:08:00 +02:00
.include "../../audio/id3lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"