summaryrefslogtreecommitdiff
path: root/audio/easytag
AgeCommit message (Collapse)AuthorFilesLines
2015-01-20Upgrade easytag to 2.2.5degroote3-8/+48
Changes between 2.2.1 and 2.2.2: * Fix loading filenames from a text file * Fix saving Ogg cover art without a description * Fix check for broken id3lib UTF-16 writing * Fix keyboard navigation to allow escaping the tag area * Update ID3v1 genre list * Revert asynchronous image handling changes * Andreas Winkelmann’s ID3 memory leak fix * Andika Triwidada’s Indonesian translation * Dimitris Spingos’s Greek help translation Changes between 2.2.2 and 2.2.3: * Avoid a crash when browsing hidden directories * Andreas Winkelmann’s browser crash and memory leak fixes * Avoid a crash with GtkFileChooser on Windows * Restore process fields options correctly * Add .m4v as a supported MP4 extension * Seong-ho Cho’s Korean translation * Tom Tryfonidis’s Greek translation update * Мирослав Николић’s Serbian translation update Changes between 2.2.3 and 2.2.4: * Fix a crash when reloading the directory tree * Fix delays, and a possible crash, when running CDDB searches * Handle renaming on case-insensitive filesystems * Provide a useful error message when failing to write files * Fix memory leak in check for buggy id3lib version * Improvements to scanner help * Marek Černocký’s scanner help fixes * Piotr Drąg’s Polish translation updates * Andika Triwidada’s Indonesian translation * Daniel Mustieles’ Spanish help translation Changes between 2.2.4 and 2.2.5: * Fix many memory leaks in the CDDB search dialog * Clear empty cover art and album artist fields in MP4 tags * Fix a memory leak and invalid read in the MP4 tagging code * Improve ID3v2 handling with Ogg files * Improve file list selection handling * Fix several memory leaks in the file browser * Show updated images in the Windows installer * Åka Sikrom’s Norwegian bokmål translation
2014-09-24Fix printing of getpid().jperkin2-1/+17
2014-05-05Recursive revbump from x11/pixmanryoon1-1/+2
Fix PR pkg/48777
2014-05-04Stop maintaining easytag.wiz1-2/+2
2014-04-22Update to 2.2.1:wiz3-20/+7
Changes since 2.2.0: * Fix image loading with HTTP URLs and empty images * Fix bogus track numbers when automatically numbering files * Add Opus and Speex MIME types to desktop file * Abhinav Jangda’s fix for numeric characters in ID3 TPOS fields * Roman Bogorodskiy’s ID3 wrapper compilation fix * Improvements to MP4 GIO wrapper * Fix a scanner bug when converting "%20" to " " * Fix compilation if TagLib or libogg is unavailable * Depend on TagLib 1.9.1 for MP4 support * Use CXXFLAGS from the environment * Rafael Ferrera’s Brazilian Portuguese translation update * Aurimas Černius’s Lithuanian translation update * Balázs Úr’s Hungarian translation update * Matej Urbančič’s Slovenian translation update
2014-04-21Fix build due to missing prototypes.joerg2-1/+14
2014-04-14Restore mp3 support. Bump PKGREVISION.wiz1-1/+3
2014-04-12Update to 2.2.0:wiz4-15/+24
Changes since 2.1.10: * Several stability fixes, found with Valgrind and the Fedora retrace server * Use GTK+ 3 by default, but still allow building against GTK+ 2 * Support extended tag fields in MP4 files * Support GIF images in tags * Abhinav Jangda’s Ogg Opus support, asynchronous image loading, scanner function tests and new Vorbis cover art support * Santtu Lakkala’s MP4 cover art and GIO support, fix for Roman numeral capitalization * Ask for confirmation before overwriting during renaming * Ekaterina Gerasimova’s Mallard help updates * Avoid truncating Vorbis audio data when saving * Gianvito Cavasoli’s Italian translation update * Alexandre Franke’s French translation updates and typo fix * Wolfgang Stöggl’s German translation updates * Piotr Drąg’s Polish translation updates * Мирослав Николић’s Serbian translation update * Daniel Mustieles’ Spanish translation updates * Balázs Úr and Attila Hammer’s Hungarian translation updates * Enrico Nicoletto and Rafael Ferrera’s Brazilian Portuguese translation updates * Marek Černocký’s Czech translation updates * Aurimas Černius’s Lithuanian translation update
2014-02-20Update to 2.1.10:wiz3-7/+8
2.1.10 - 2014-02-19 : ===================== * Several memory leak and crash fixes, found with the Fedora retrace server, Coverity and Valgrind * Abhinav Jangda’s GFileInfo porting and dummy browser row fixes * Add a Contents item to the Help menu, for viewing the Mallard help * Use g_spawn_async() to spawn child processes * Reinstate ID3 tag support on Windows * Remove the Quit button from the toolbar * Santtu Lakkala’s scanner memory leak fix * Add AppData XML * Aurimas Černius’s Lithuanian translation update * Rafael Ferreira’s Brazilian Portuguese translation update * Мирослав Николић’s Serbian translation update * Marek Černocký’s Czech translation updates * Piotr Drag’s Polish translation updates * Wolfgang Stöggl’s German translation update
2014-01-04Update to 2.1.9:wiz7-112/+30
2.1.9 - 2014-01-04 : ==================== * Lots of general refactoring and stability improvements * Replace most mini buttons with GtkEntry icons * Many memory leak and invalid read fixes, found with Valgrind, cppcheck and the CLang static analyzer * Fix crash when the MusicBrainz CDDB search fails * Remove ancient libmpg123 code and use id3lib for reading the MPEG header * Use GtkDialog for child windows * Many fixes when building for MinGW * Rearrange menus and adjust keyboard accelerators to better fit with the GNOME HIG * Abhinav Jangda’s numerous bug fixes and porting to GIO/GFile * Darshan’s column resizing and reordering patches * Use GApplication for application life cycle * Remove several custom icons and instead use the themed equivalents * Do not split FLAC and Ogg tags by default * Drop old Vorbis comment compatibility (XMMS and COMMENT fields) * Mathias Reineke’s total tracks support, and several other fixes * Adrian Bunk’s FLAC ID3 tag and obsolete translation improvements * Do not set a custom wmclass on the scanner window * Stop installing TODO, HACKING and THANKS files * DocBook XML man page * Marius Gavrilescu’s improvement for illustration image filenames * Dominique Leuenberger’s licence and build improvements * Florian Müllner’s GTK+ 3 deprecation fixes * Ekaterina Gerasimova’s Mallard help, and removal of the outdated user guide * Enrico Nicoletto, Rafael Ferreira and Antonio Fernandes C. Neto’s Brazilian Portuguese translation updates * Marek Černocký’s Czech translation update * Osman Karagöz’s Turkish translation * Gil Forcada’s Catalan translation * Balázs Úr’s Hungarian translation update * Christian Kirbach’s German translation update * Aurimas Černius’s Lithuanian translation update * Stas Solovey’s Russian translation update * Matej Urbančič and Martin Srebotnjak’s Slovenian translation updates * Мирослав Николић’s Serbian translation update * Piotr Drąg’s Polish translation update * Milagros Infante Montero’s Spanish translation update
2013-10-17recursive bump for audio/taglib shlib major bumpwiz1-2/+2
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-09-02Revbump after cairo updateadam1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-06Remove deprecated MIME type from .desktop file.wiz3-3/+19
Bump PKGREVISION.
2013-04-27Fixer build with Clang's stricter format string warnings.joerg3-1/+31
2013-02-16Recursive bump for png-1.6.wiz1-1/+2
2013-02-12deal with hicolor-icon-themedrochner1-1/+2
2013-02-11Update to 2.1.8:wiz9-600/+81
2.1.8 - 2013-02-10 : ==================== * Port to and require the most recent GTK+ 2 release (2.24) * Allow experimental compilation against GTK+ 3 * Many memory leaks fixed * Remove the Debian and RPM packaging * Christoph J. Thompson's change to not install the ChangeLog * Adrian Bunk's FLAC, configure, sign comparison warning and GBase64 fixes * Waqa Qamar's new icons * Small fixes to allow compilation under mingw * Fix overlaid text in scanner legend * Alessio Ababilov's SIGCHLD handling fix * Move configuration files to XDG firectories * Andreas Winkelmann's configuration file, remove all text, disc number column and compiler warning fixes * Switch to TagLib for MP4 tag editing and drop libmp4v2 support * Fix album artist entry focus chain order * Remove Changes tab in about dialog * Tidy and internationalize the desktop file * Fix many spelling errors and typos * Several translation updates * Rewrite build system * Use intltool for internationalization * Drop dependency on libtool * Leonid Podolny's easytag-2.1.6-from-txt.patch for segfault when pressing "Apply" in "Load filenames from TXT" dialog, * WiseLord's fix-genre-tag.patch to fix predefined genres displayed under legacy systems. * Michał Smoczyk's updated Polish translation * Christoph J. Thompson's .desktop cleanup patch * Christoph J. Thompson's add a new option to trim spaces when renaming files patch * Nick Lanham's to make easytag compile against newest version of libmp4v2 * Wojciech Wierchola's file save performance improvement * Julian Taylor's fix out of bound array access * Honore Doktorr's revised libmp4v2 patch * Algimantas Margevičius's Lithuanian translation
2012-12-03Add more complete id3 support by also linking against id3lib (easytagwiz6-11/+558
uses two different id3 support libraries. Fix mp4 support option. It was depending on libmp4v2, but that wasn't recognized by easytag's configure any longer. Switch to mp4v2 and rename the option to match. Add patches from gentoo to fix build with latest mp4v2 version. Bump PKGREVISION.
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-09-07Revbump after updating graphics/cairoadam1-1/+2
2012-03-08Update to 2.1.7, the new stable version. Changes compared towiz6-47/+55
easytag-current (2.1.6): 2.1.7 - Jan 14th, 2012 : ======================== * Gaute Amundsen's ConfirmWhenUnsavedFiles.patch * Mark Ferry's albumartist patch for ogg and flac * Götz Waschk's update for German translation * Kip's optimized base64 decoder for album art * Updated contributor credits * Debianized * Updated version to 2.1.7
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-02-24Drop maintainership.wiz1-2/+2
2008-06-12Add DESTDIR support.joerg1-1/+3
2007-11-21update for changed signature of MP4GetMetadataCoverArt() in libmp4v2-1.6.1,drochner4-3/+19
bump required version of libmp4v2 and PKGREVISION should resolve PR pkg/37418 by Johann Franz (the other half of it)
2007-10-16Remove some legacy support after branching 2007Q3.wiz1-3/+1
2007-07-07Rename option from easytag-gtk2 to easytag, and add compat code for previouswiz1-2/+4
option name.
2007-05-10Update to 2.1:wiz2-6/+6
2.1 - May 7th, 2007 : ===================== * Fixed a crash in the Artist/Album view after saving files, * Italian translation updated (thanks to Costantino Ceoldo), * Brazilian Portuguese translation updated (thanks to doutor.zero), * French translation updated.
2007-05-03Update to 2.0.2:wiz2-6/+6
2.0.2 - March 1st, 2007 : ========================= * Fixed a runtime crash on Mac OS 10.x platform (thanks to Timothy Lee), * When adding a picture to a file, the selection window starts on the same directory of the file, * Fixed command buttons not disabled when using the scanner command, * Fixed a compilation bug under Solaris (thanks to Ben Taylor), * Fixed sorting of filenames containing some particular UTF-8 characters, * Fixed a crash when double clicking over the file list when no file loaded, * Fixed a crash when deleting severals files, * Some code improvments to increase speed, * Czech translation updated (thanks to Zbynek Mrkvicka), * German translation updated (thanks to Götz Waschk), * French translation updated.
2007-04-21Update to 2.0.1:wiz2-6/+6
2.0.1 - April 12th, 2007 : ========================== * Added WavPack support (thanks to Maarten Maathuis), * Added a log area in the main window to avoid sending all messages to the console, * Added local access to the cddb search for the automatic mode, * Fixed some bugs in the cddb window, * Fixed the reloading of the current which was done two times when changing state of the "Show hidden directories" checkbox, * Fixed Glib warnings on startup, * Italian translation updated (thanks to Costantino Ceoldo), * Brazilian Portuguese translation updated (thanks to doutor.zero), * French translation updated.
2007-02-27Update to 2.0, based on audio/easytag-devel.wiz6-169/+75
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-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-2/+2
From Sergey Svishchev in private mail.
2007-01-12Actually, do support flac-1.1.3 by using a patch fromwiz3-2/+136
ftp.altlinux.org /pub/people/thresh