The NetBSD Project

CVS log for pkgsrc/audio/easytag/PLIST

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / audio / easytag

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25 / (download) - annotate - [select for diffs], Sun Sep 15 22:15:02 2019 UTC (4 years ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, HEAD
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

easytag: Fix building with -manual

from js

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jun 21 06:25:58 2019 UTC (4 years, 3 months ago) by triaxx
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.23: +3 -0 lines
Diff to previous 1.23 (colored)

easytag: update to 2.4.3

pkgsrc changes
--------------
* add option for doc (Yelp is required at runtime for user help)
* add option for manual
* update PLIST

upstream changes
----------------
commit effffadf1472a55ef6470f2b1763eefeef7c3b71
Date:	Mon Dec 5 19:21:36 2016 +0000
    Update Windows installer for latest Fedora MinGW
    Drop Pango modules, add additional libraries.

commit 466181aa708d9cfee3682ba2d5a35f455e32b0bb
Date:	Sat Dec 3 09:51:15 2016 +0000
    Support MP4 files with the AAC file extension
    https://bugzilla.gnome.org/show_bug.cgi?id=775559

commit 2e34e40b9041ac9e7f2d2c0555a342a2097e3634
Date:	Wed Nov 16 20:17:17 2016 +0000
    Fix user directory constant in Windows installer
    Use the syntax for a constant, not a variable.

commit 9866e92a905d085758532735cfb1f8928a9c3b39
Date:	Wed Nov 16 20:16:22 2016 +0000
    Fix help action on Windows

commit 397ce70660c38c2e679faa4a4ffdf9feb9e796d6
Date:	Mon Nov 14 23:33:38 2016 +0000
    Fix initial state of ID3v2 character set radio
    Bind the id3v2-enable-unicode setting to the secondary radio button in
    the group, to ensure that the state is restored correctly when the
    preferences dialogue is first displayed.

commit 756412dcfee019a46b3f13e34cef362295324397
Date:	Fri Nov 11 18:36:45 2016 +0000
    Use ID3V1_TAG_SIZE define consistently

commit 8a96195566b8a03de9c2b3fa82a27ceeeba6e6a6
Date:	Thu Nov 10 16:28:35 2016 +0000
    Add a comment to clarify ID3 APIC descriptions

commit 5d4b94caf2639cf78d38a915b3bc2ea76426e24e
Date:	Thu Nov 10 16:27:20 2016 +0000
    Improve check for numeric genres in ID3 tags
    Check that the string between two brackets in an ID3v1-compatible
    genre field is numeric.

commit e5c640ca3f259f1b74e716723345521987a7bd68
Date:	Wed Nov 9 17:29:34 2016 +0000
    Do not maintain an open handle on Ogg files
    Only keep a file open for reading long enough to read the necessary
    items from the file. Remove the file input stream from EtOggState, as
    it is no longer preserved across function calls.

commit 2576fbaf7edbfdb60d25692c7c3407f36751fe68
Date:	Wed Nov 9 16:22:37 2016 +0000
    Fix Ogg tag writing on Windows
    Under Windows, if a file is opened for reading, it cannot be opened a
    second time for writing. The Vorbis comment code keeps the file open
    for reading throughout the process of writing new tags, mostly because
    the audio stream must be read into memory before being written out
    after the new tags. Avoid the problem by closing the input stream only
    during the writing process, and at all other times maintaining a
    consistent state, with the input stream open.
    https://mail.gnome.org/archives/easytag-list/2016-November/msg00000.html

commit 8dd7eb0dcc911b7c150c8939ff036cb9ff3fddde
Date:	Tue Nov 8 08:29:21 2016 +0000
    Fix label for remove spaces during rename option
    The label was accidentally set as "No conversion", when it should have
    been "Remove spaces".
    https://bugzilla.gnome.org/show_bug.cgi?id=773476

commit acc9db6ed544a2bb1b66d955adadfccbca3ae092
Date:	Tue Oct 25 22:26:25 2016 +0100
    Fix saving of ID3v1 genre when also using ID3v2.4
    When writing ID3v2.4 tags using libid3tag and the
    id3v2-text-only-genre
    setting is disabled, ensure that only the ID3v2 genre field is
    converted to the bracketed form, so that valid genres are assigned to
    the ID3v1 genre field.
    https://bugzilla.gnome.org/show_bug.cgi?id=773443

commit 03cce6dbc403e45d6a27da68dbc3f1591eb4a4ab
Date:	Sat Nov 5 21:09:43 2016 +0000
    Add an ID3 genre number test
    Test that the expected genre IDs convert to appropriate strings (not
    the "Unknown" placeholder), that the index of the final expected genre
    is correct and finally that all unexpected genres are reported as
    "Unknown".

commit 9bd38070aed2133380f124ab3469772e8ea7c1f2
Date:	Fri Oct 7 07:06:54 2016 +0000
    Update Chinese (Taiwan) translation

commit 78213d225ba1c7632129dfe3027d274cacb5a374
Date:	Sun Oct 2 21:07:11 2016 +0000
    Updated Croatian translation

commit c73212ca65381c1ab86c5b825ff8bd9af92b2831
Date:	Sat Oct 1 10:20:16 2016 +0000
    Updated Croatian translation

commit aa5157c6eeb423c33c9b29321b28b375e5b247bf
Date:	Fri Sep 30 21:55:47 2016 +0000
    Updated Croatian translation

commit 914b8a54575c2e15d86be1c380a708314ac0e83f
Date:	Fri Sep 30 19:14:40 2016 +0000
    Updated Croatian translation
    (cherry picked from commit 3c078f7ea98e040296b18a5b8c6daac45e675826)

commit 5cc5f9bc1fa1a2b4cf887bba36c347110ef81ced
Date:	Fri Sep 30 14:23:56 2016 +0000
    Added Croatian translation
    (cherry picked from commit e49cfc61cf1341b9918221deccfdc4856316febf)

commit f63b92f0fe4260cacb49cbba914163fe11800d79
Date:	Sun Sep 25 22:09:46 2016 +0000
    Updated Swedish translation

commit c4b2ae53dce7847b7051bf4def0a1eca03ce4ec0
Date:	Mon Sep 19 22:25:10 2016 +0200
    Update Catalan translation

commit 244e6229ad90679af351faac43833df3ad98c44b
Date:	Tue Sep 13 20:14:33 2016 +0200
    Updated Spanish translation

commit 03d2a4fc7993f8d55cd2301be69587dbdd889edc
Date:	Wed Sep 7 04:49:56 2016 +0200
    Updated Polish translation

commit a3a75ad8f815cd5c68326421de6016cfd705a80d
Date:	Tue Sep 6 08:09:08 2016 +0200
    Upload Catalan translation

commit a2ac2a7216412417b31b6e297fae3fdd880083a2
Date:	Thu Aug 25 18:02:24 2016 +0000
    Updated French translation

commit 9d08aa809821ebd27d6a4dcc75cba547d3c4b5fb
Date:	Fri Aug 19 19:51:31 2016 +0000
    Updated Hungarian translation

commit 3102e5b5a834cfdc6edc72f5a6d23c0c91f98d0d
Date:	Fri Aug 19 18:06:26 2016 +0200
    Updated Polish translation

commit 13134323c7d9cade4c71f19564d2eb255486293f
Date:	Sun Aug 14 17:15:22 2016 +0000
    Updated Romanian translation

commit cddf65049d75deb13cbbf89fc617d1908284f0ca
Date:	Wed Aug 3 14:42:35 2016 +0200
    Use AM_DISTCHECK_CONFIGURE_FLAGS
    DISTCHECK_CONFIGURE_FLAGS is for users and packagers to override
    distcheck options, while AM_DISTCHECK_CONFIGURE_FLAGS is for the
    maintainer of the software.
    https://www.gnu.org/software/automake/manual/automake.html#DISTCHECK_005fCONFIGURE_005fFLAGS

commit 529a1055a25549b52acadc86101eb9c30c5fd8aa
Date:	Sat Jul 16 22:32:23 2016 +0100
    Fix return type of Cddb_Get_Album_Tracks_List_CB()
    The changed signal of GtkTreeSelection has a return type of void.

commit 833798088681db64cc0fce642534ee38090646a7
Date:	Fri Jul 15 19:09:10 2016 +0200
    Add Language headers to po files
    Future versions of gettext will fail if this header is missing.

commit b7eafda2bb62ea2da51286477c92bd1f748b22ec
Date:	Thu Jul 14 08:42:28 2016 +0100
    Add a TODO item about custom themed icons

commit bb66d4788e4b044cf10035a8c80ba2d580f7a51e
Date:	Thu Jul 14 08:37:59 2016 +0100
    Add artist and artist/album icons in Adwaita style

commit 2d327d1b4b8ec9e5c6f65965949925fa8e3c8154
Date:	Thu Jul 14 08:27:36 2016 +0100
    Use correct icon for artist/album toolber button

commit 868e1ea6cf8e6d5b544e7a144aca99b989840937
Date:	Thu Jul 14 02:43:09 2016 +0800
    Allow running autogen.sh in non-srcdir
    https://bugzilla.gnome.org/show_bug.cgi?id=768784

commit 3a4a357ff27f059ea9836bf28db6961c7e25cf11
Date:	Wed Jul 6 16:48:16 2016 +0100
    Ensure that a newly-selected path is visible
    When a path is selected programatically, such as when loading the
    initial path
    on startup, make sure that the path is visible by first scrolling
    the view to
    the path and then selecting it.
    https://bugzilla.gnome.org/show_bug.cgi?id=768470

commit 954d43d50ef4477c3648153580ea72daf540e612
Date:	Thu Mar 10 21:00:14 2016 +0000
    Replace a further use of strcasecmp()
    Ignore the locale when comparing CDDB genres.

commit 1836dea1617f55fc0b12c6b3f09e96bd91f8287e
Date:	Mon Jun 27 20:24:48 2016 +0100
    Refactor Cddb_Track_List_Row_Selected()
    Reduce scope of some variables and improve spacing.

commit cafc9ffc8832ca1826ed986702851eb23050b73c
Date:	Mon Jun 27 17:53:36 2016 +0100
    Automatically match unselected CDDB results
    In the case that a CDDB result for an individual track does not
    have an
    associated file, match up the file against the current browser
    selection.
    https://bugzilla.gnome.org/show_bug.cgi?id=766499

commit 7d545a37dccc1ee33240e233d0849144f112073d
Date:	Mon Jun 27 17:31:45 2016 +0100
    Reduce code duplication when applying CDDB results
    The code to update the contents of the ET_File in the DLM and non-DLM
    cases was identical, so factor it out to a new
    set_et_file_from_cddb_album() function. As a side effect, avoid
    a crash
    when applying results from CDDB searches.
    https://bugzilla.gnome.org/show_bug.cgi?id=766499

commit 953914f2c31f38107019d7beb3d05342b0df706d
Date:	Tue Jun 7 08:56:01 2016 +0100
    Refactor and rename ET_File_Name_Generate()
    Rename ET_File_Name_Generate() to et_file_generate_name(). Use
    g_return_val_if_fail() for invariant checks.

commit f144e6a0cdfae35a4e3f5034b229174fa16ed1a5
Date:	Tue Jun 7 05:51:27 2016 +0100
    Avoid crash when saving audioless ID3v2.4 tags
    In the case where an ID3v2.4 tag was written that differed in size to
    the previous tag, audio was assumed to exist after the tag. This
    assumption failed if the file consisted solely of the ID3 tag and
    nothing else. Avoid the crash by skipping the audio reading and
    writing
    if there is none to copy.
    https://mail.gnome.org/archives/easytag-list/2016-June/msg00002.html

commit b99d6c73f170524aec7f175c6f278b72639ff3bd
Date:	Wed May 25 20:53:54 2016 +0200
    Improve const use in FLAC and Ogg tagging

commit a67b2fa023ce32686d9e57870de44c3986a601b7
Date:	Mon May 23 17:35:43 2016 +0100
    Refactor and rename ET_Check_If_File_Is_Saved()
    Avoid comparing directly against TRUE or FALSE. Rename to
    et_file_check_saved().

commit 9be88c3aafaae47ce31dc62e76629f74ef5fbdfc
Date:	Mon May 23 17:31:11 2016 +0100
    Refactor on_picture_add_button_clicked()
    Avoid a crash when unselecting all files and clicking on the add
    images
    button.  Use the GLib filename encoding when setting the current path
    of the add images dialog. Simplify several checks for the
    currently-selected file.
    https://retrace.fedoraproject.org/faf/reports/843689/

commit ddd6fa206e15e0ffd59dc3afb3adc3a81cb885b3
Date:	Sun May 8 11:00:37 2016 +0100
    Explicitly mark the GSettings schema for intltool
    As recommended in the GSettings documentation.

commit 48958f45f3290b23fbfbe28e9b2e205f3f4b0d3f
Date:	Sun May 8 11:00:19 2016 +0100
    Add gettext-domain to GSettings schema

commit 5182edd12d4286fa341dc29facb4fb817328ad11
Date:	Wed May 4 18:33:11 2016 +0000
    Updated Portuguese translation

commit 3b4766f81173eb3bf3b416295ae4984572d8e06e
Date:	Wed Apr 27 17:22:43 2016 +0200
    Improve MP4 album artist support with newer TagLib
    TagLib 1.10 and above supports the album artist field directly,
    without
    the need to manually retrive the atom. Use this support if building
    against a suitable TagLib version.

commit ac666308a91a4cd83855671556322765653ff0f9
Date:	Wed Apr 27 09:07:03 2016 +0200
    Use et_str_empty() when writing MP4 tag fields
    Simplify the logic for checking if a tag field is empty.

commit dfb03abb2c5dd129e67e732139aa121384b6d7cc
Date:	Tue Apr 26 22:06:46 2016 +0100
    Improve MP4 empty field handling
    Do not copy fields which are empty, as this always results in the file
    being marked as requiring saving.
    https://bugzilla.gnome.org/show_bug.cgi?id=765385

commit 6aecd7451e3889c5f755736b427a478c93e9f5b2
Date:	Fri Apr 22 15:48:18 2016 +0530
    Fix undefined symbol when id3lib is not available

commit 9f5c5819f8d6dbf5b8b107064d1f0658114a95a9
Date:	Fri Mar 25 20:03:24 2016 +0000
    README schema error documentation and examples
    In the event of a schema failure (EasyTAG schema not in cache
    results in
    assert crash otherwise) - so this is which files need to be in the
    system schema cache, and how to add them in to it.
    https://bugzilla.gnome.org/show_bug.cgi?id=764207

commit f25a76ce6943502436e66551d8b80c8ef682db29
Date:	Wed Mar 23 09:07:49 2016 +0000
    Updated Spanish translation

commit bf444c94da12a57928c5d0b480ef50a884a6d998
Date:	Tue Mar 22 11:25:34 2016 +0000
    Updated Spanish translation

commit 55ef17463570bccd1c10d3b7fdfabf1e578d340b
Date:	Mon Mar 21 16:19:40 2016 +0000
    Updated Spanish translation

commit c3aeb58c98710e86f1b04cd66ee980aae185eb90
Date:	Fri Mar 18 09:03:10 2016 +0000
    Updated Spanish translation

commit 9f40d46193d7666a76a8cae0e835e4cedb56e8d8
Date:	Thu Mar 17 10:23:46 2016 +0000
    Updated Spanish translation

commit 3cc462ce2c122d981d9f3eb492de65871aff5b8b
Date:	Tue Mar 15 15:56:10 2016 +0000
    Fix FLAC build when Ogg support is disabled
    Move the defines for the Vorbis comment field names to be outside the
    ENABLE_OGG checks, and eanble them at all times.
    https://bugs.gentoo.org/show_bug.cgi?id=576490

commit c985c83e70bb28f8dfb0b000f0a466a7cca7ebec
Date:	Sun Mar 13 09:20:57 2016 +0000
    Updated Occitan translation

commit 04c7e16f994fdad2c04e630442b9e3f1cc31378f
Date:	Sun Mar 13 09:03:43 2016 +0000
    Added Occitan translation

commit 4503eff78c7798fae7dd1f4abe67cda5297f279f
Date:	Sat Mar 5 22:38:24 2016 +0000
    Fix possible overflow of reads in the file list
    When checking whether to read the file list on startup, use a
    gboolean rather
    than an int.

commit 2437156f61115e1995c1ecc07133acf1d37c66a6
Date:	Wed Mar 2 08:13:41 2016 +0000
    Mention use of C89 comment style in HACKING

commit fe5e205d9d05bdac737873da14f9f5709b9bcb23
Date:	Tue Mar 1 16:36:53 2016 +0000
    Fix a bogus check when reading Ogg tags
    Avoid a duplicated check for description tags inside a Vorbis comment
    of an Ogg
    file.

commit 3dbfd06126c259d163541b2b49d937df3692266d
Date:	Sun Feb 28 22:02:17 2016 +0000
    Open the online help if Yelp is not installed
    If Yelp is not installed, or fails to start, show the online help
    instead.
    https://mail.gnome.org/archives/easytag-list/2016-February/msg00009.html

commit 4df33c1f7b719ea59d9a054b009ec2217b261b8b
Date:	Sun Feb 28 21:35:02 2016 +0000
    Document that Yelp is required at runtime
    Warn during configure if yelp is not found in the path.
    https://mail.gnome.org/archives/easytag-list/2016-February/msg00009.html

commit 543b1f071dc82848e8819c68b19d4ed5d2395abc
Date:	Sun Feb 28 08:46:16 2016 +0000
    Avoid another crash in the load filenames dialog
    Make the reload action insensitive when no file is selected.

commit 53c9b955aee4aa4f41510e6fe6b78597257fa110
Date:	Fri Feb 26 17:27:05 2016 +0000
    Fix a crash when loading filenames from a file
    Swap the arguments of the callbacks for the reload signals.
    https://bugzilla.redhat.com/show_bug.cgi?id=1312163

commit dc471e9ddd4025750bf6b9b30cf4adff81e949bb
Date:	Wed Feb 24 10:11:03 2016 +0000
    Updated Brazilian Portuguese translation

Revision 1.23 / (download) - annotate - [select for diffs], Mon Mar 7 20:56:39 2016 UTC (7 years, 6 months ago) by nros
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.22: +128 -0 lines
Diff to previous 1.22 (colored)

Update Easytag to version 2.4.2.

Changelog:

2.4.2 - 2016-02-21 :
====================

    * Fix a crash when renaming directories
    * Fix input of new file names in the file area
    * Add case-insensitive sorting of the artist/album list
    * Improve searching within UTF-8 strings
    * Handle UTF-8 strings when sorting the file list
    * Fix display of the Monkey's Audio file type
    * Avoid locale-sensitive tag reading issues (especially for FLAC and Ogg)
    * Only install the metainfo file for the Nautilus extension if requested
    * Refactor reading of Ogg and FLAC tags
    * Refactor Monkey's Audio and Musepack header reading

2.4.1 - 2016-01-25 :
====================

    * James CowgillãàÑÔ Opus parsing crash fix
    * James CowgillãàÑÔ playlist writing crash fix
    * Handle FLAC files with an invalid sample rate
    * Fix generated playlist order
    * Consistently use the GLib filename encoding
    * Extensive refactoring of locale and encoding handling
    * Improve fallback legacy locale detection
    * Dennis BjörklundÑÔ CDDB fill fields fix
    * Fix CDDB search fields and categories settings handling
    * Use the correct encoding when writing ID3v2.4 tags
    * Fix a linking error on Mac OS X
    * Improve illegal character logic, especially for trailing characters
    * Remove several outdated and unnecessary Windows compatibility wrappers
    * Mario BlättermannÑÔ German help translation update
    * Marcus GisslénÑÔ Swedish help translation
    * Josef AnderssonãàÑÔ Swedish translation update
    * иолав иколиãàÑÔ Serbian translation update
    * Jordi MasãàCatalan translation update
    * Seong-ho ChoãàÑÔ Korean translation update
    * Daniel MustielesãàSpanish translation updates
    * Marek ernockýÑÔ Czech translation update
    * ka SikromãàÑÔ Norwegian bokmÃ¥l translation update
    * Piotr DrgãàÑÔ Polish translation update

2.4.0 - 2015-08-29 :
====================

    * Correct the disc number format specifier to %z
    * Fix multiple CDDB searches during a single run
    * Improve handling of tags with empty images
    * Link to the online application help on Windows
    * Remember the paned position in the main window between restarts
    * Improve handling of file list selection
    * Fix a crash when deleting files from within the application
    * Fix a crash when reading FLAC files
    * Fix a crash when navigating the directory browser with the keyboard
    * Remove a few internal FIXMEs with some refactoring
    * Updated British English translation
    * Wolfgang StögglÑÔ German translation update
    * Gábor KelemenÑÔ Hungarian help translation
    * Gábor KelemenÑÔ Hungarian translation update
    * Alexandre FrankeãàÑÔ French translation updates
    * Muhammet KaraãàÑÔ Turkish translation update
    * Daniel MustielesãàSpanish translation updates
    * Marek ernockýÑÔ Czech translation updates
    * Jordi MasãàCatalan translation update
    * Piotr DrgãàÑÔ Polish translation updates

2.3.7 - 2015-05-17 :
====================

    * Add preliminary support for HiDPI displays
    * Fix missing libepoxy DLL in the Windows installer
    * Convert several widgets to use templates
    * Use new G_DEFINE_TYPE_WITH_PRIVATE support in GObject
    * Marek ernockýÑÔ Czech translation update
    * Alexandre FrankeãàÑÔ French translation update
    * Piotr DrgãàÑÔ Polish translation update

2.3.6 - 2015-04-19 :
====================

    * Fix renaming files in the scanner
    * Improve minimum size of log area
    * Improve several UI strings
    * Ekaterina GerasimovaãàÑÔ symbolic application icon, and improvements to
      Mallard help
    * Add several comments for translators
    * Add a test for the file renaming code
    * Fix compiler warnings due to switch-enum warning when disabling tag
      support
    * Improvements to several internal string-handling functions
    * Remove setting for controlling the maximum number of log lines
    * Remove quit confirmation dialog
    * Further refactoring of internal file list code
    * Alexandre FrankeãàÑÔ French translation update
    * Piotr DrgãàÑÔ Polish translation update
    * Updated British English translation
    * Marek ernockýÑÔ Czech translation updates
    * Jordi MasãàCatalan help translation
    * Jordi MasãàCatalan translation updates
    * Samir RibicãàÑÔ Bosnian translation

2.3.5 - 2015-03-09 :
====================

    * Fix changing tag fields containing certain characters
    * Fix for truncated CDDB results
    * Fix changing the artwork description
    * Avoid a crash when reading FLAC files with no tags
    * Avoid a crash when reading invalid MP3 files
    * Further refactoring of the internal file list code
    * Add several unit tests
    * Handle empty descriptions in ID3 tag artwork
    * Build against the patched Debian version of id3lib
    * Fix compilation when FLAC support is disabled
    * Avoid a runtime warning in the file browser
    * Fix a couple of Coverity warnings
    * Fix string format sign warnings with GCC 5.0
    * Further improvements to compiler warning flag checking
    * Marek ernockýÑÔ Czech translation updates
    * Piotr DrgãàÑÔ Polish translation updates
    * ka SikromãàÑÔ Norwegian bokmÃ¥l translation update
    * Osman KaragözÑÔ Turkish translation update

2.3.4 - 2014-02-06 :
====================

    * Fix crash when saving FLAC tags
    * Port to use AX_COMPILER_FLAGS for improved compiler warning checks
    * Many compiler warning fixes, discovered after enabling extra warnings
    * Fixes for two Coverity warnings
    * Improve validation of Vorbis artwork and MIME types
    * Refactoring of internal file list code
    * Relicense id3lib wrapper to GPLv2+
    * Christian KirbachãàÑÔ German help translation
    * Marek ernockýÑÔ Czech help translation
    * Daniel MustielesãàSpanish translation update

2.3.3 - 2014-12-31 :
====================

    * Add album artist support for WavPack and APE tags
    * Add channel mask reading support for WavPack tags
    * Reduce memory usage when copying cover art, such as when modifying tags
      which contain images
    * Use GIO when reading and writing FLAC, ID3v2.4 and WavPack tags
    * Use GIO for reading and writing list store files
    * Fix an error check when saving WavPack tags
    * Clear empty fields when saving WavPack tags
    * Allow the search dialog tree view to expand to fill the dialog
    * Fix the disc number preferences controls
    * Fix a crash when migrating configuration directories
    * Fix a double unref when renaming files
    * Fix memory leaks in the CDDB dialog, Ogg tagging code, Speex tagging
      code, FLAC tagging code, images tree view and the WavPack tagging code
    * Fix stripping of disc number fields in ID3v2.4 tags
    * Fix Ctrl-clicking to modify the file list selection
    * Add an automated test for file type detection
    * Refactoring of internal file list code
    * Refactoring of FLAC and WavPack tagging code
    * Relicense all code (excluding the Nautilus extension) under the GNU GPL
      version 2 or later
    * иолав иколиãàÑÔ Serbian translation update
    * Rafael FerreraãàÑÔ Brazilian Portuguese translation update
    * Balázs rãàÑÔ Hungarian translation update
    * Marek ernockýÑÔ Czech translation updates
    * Muhammet KaraãàÑÔ Turkish translation update

2.3.2 - 2014-11-30 :
====================

    * Fix a crash when reading empty FLAC tags
    * Fix an assertion failure when reading empty ID3 tags
    * Fix incorrect track durations when searching CDDB
    * Fix the log view being forcibly shown on startup
    * Fix launching of external applications
    * Fix many memory leaks in the CDDB search dialog
    * Improve setting handling for the process fields scanner
    * Improve file list selection handling
    * Allow the tag area images tree view to expand if space is available
    * Improve ID3v2 handling with Ogg files
    * Add more fragments from which to guess the image type
    * Add AppData metainfo description for Nautilus extension
    * Add several automated tests
    * Add a separator row below the all albums row in the artist tree view
    * Ekaterina GerasimovaãàÑÔ improvements to the Mallard help
    * British English translation update
    * Marek ernockýÑÔ Czech translation updates
    * Piotr DrgãàÑÔ Polish translation updates
    * иолав иколиãàÑÔ Serbian translation

2.3.1 - 2014-10-31 :
====================

    * Add a Nautilus extension, for showing actions in the context menu
    * Overhaul the UI, and use GtkBuilder XML descriptions throughout
    * Use GTK+ 3 only, and drop support for GTK+ 2
    * Use GSettings for storing user preferences
    * Add an application menu (if under GNOME 3)
    * 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
    * Fix a crash when reloading the directory tree
    * Avoid a crash when browsing hidden directories
    * Andreas WinkelmannãàÑÔ crash and memory leak fixes
    * Fix image loading with HTTP URLs and empty images
    * Fix delays, and a possible crash, when running CDDB searches
    * Handle renaming on case-insensitive filesystems
    * Fix bogus track numbers when automatically numbering files
    * Fix memory leak in check for buggy id3lib version
    * Add Opus and Speex MIME types to desktop file
    * Add .m4v as a supported MP4 extension
    * Show updated images in the Windows installer
    * Abhinav JangdaãàÑÔ fix for numeric characters in ID3 TPOS fields
    * Disable ID3v1 tag writing, and prefer ID3v2.3 to ID3v2.4, by default
    * Roman BogorodskiyãàÑÔ ID3 wrapper compilation fix
    * Improvements to MP4 GIO wrapper
    * Improve context menu handling, especially with keyboard shortcuts
    * Port to GtkApplication, GAction and GMenuModel
    * Drop uses of GtkStock for text and icons
    * Extensive internal refactoring
    * Add tests for another scanner string manipulation function
    * Add a setting to control whether to detect an image type automatically
    * Fix a selection bug when double-clicking a browser list header
    * 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
    * Piotr DrgãàÑÔ Polish translation updates
    * ka SikromãàÑÔ Norwegian bokmÃ¥l translation
    * Guillaume BernardÑÔ French translation update
    * Balázs rãàÑÔ Hungarian translation updates
    * genodeftestãàÑÔ German translation update
    * Marek ernockýÑÔ Czech translation updates
    * Daniel MustielesãàSpanish translation updates
    * Tom TryfonidisãàGreek translation update
    * Seong-ho ChoãàÑÔ Korean translation
    * Andika TriwidadaãàÑÔ Indonesian translation
    * Rafael FerreraãàÑÔ Brazilian Portuguese translation update
    * Aurimas erniusãàÑÔ Lithuanian translation update
    * Matej UrbaniãàÑÔ Slovenian translation update
    * Daniel MustielesãàSpanish help translation
    * Dimitris SpingosãàÑÔ Greek help translation

Revision 1.22 / (download) - annotate - [select for diffs], Tue Jan 20 21:14:41 2015 UTC (8 years, 8 months ago) by degroote
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.21: +41 -0 lines
Diff to previous 1.21 (colored)

Upgrade easytag to 2.2.5

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ãàÑÔ ID3 memory leak fix
* Andika TriwidadaãàÑÔ Indonesian translation
* Dimitris SpingosãàÑÔ Greek help translation

Changes between 2.2.2 and 2.2.3:

* Avoid a crash when browsing hidden directories
* Andreas WinkelmannãàÑÔ 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ãàÑÔ Korean translation
* Tom TryfonidisãàÑÔ Greek translation update
* иолав иколиãàÑÔ 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ýÑÔ scanner help fixes
* Piotr DrgãàÑÔ Polish translation updates
* Andika TriwidadaãàÑÔ 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ãàÑÔ Norwegian bokmÃ¥l translation

Revision 1.21 / (download) - annotate - [select for diffs], Sat Apr 12 06:45:31 2014 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.20: +4 -0 lines
Diff to previous 1.20 (colored)

Update to 2.2.0:

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ÑÔ Ogg Opus support, asynchronous image loading, scanner
  function tests and new Vorbis cover art support
* Santtu LakkalaãàÑÔ MP4 cover art and GIO support, fix for Roman numeral
  capitalization
* Ask for confirmation before overwriting during renaming
* Ekaterina GerasimovaãàÑÔ Mallard help updates
* Avoid truncating Vorbis audio data when saving
* Gianvito CavasoliãàÑÔ Italian translation update
* Alexandre FrankeãàÑÔ French translation updates and typo fix
* Wolfgang StögglÑÔ German translation updates
* Piotr DrgãàÑÔ Polish translation updates
* иолав иколиãàÑÔ Serbian translation update
* Daniel MustielesãàSpanish translation updates
* Balázs r and Attila HammerãàÑÔ Hungarian translation updates
* Enrico Nicoletto and Rafael FerreraãàÑÔ Brazilian Portuguese translation
  updates
* Marek ernockýÑÔ Czech translation updates
* Aurimas erniusãàÑÔ Lithuanian translation update

Revision 1.20 / (download) - annotate - [select for diffs], Thu Feb 20 07:56:02 2014 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.19: +1 -0 lines
Diff to previous 1.19 (colored)

Update to 2.1.10:

2.1.10 - 2014-02-19 :
=====================

    * Several memory leak and crash fixes, found with the Fedora retrace
      server, Coverity and Valgrind
    * Abhinav JangdaãàÑÔ 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ãàÑÔ scanner memory leak fix
    * Add AppData XML
    * Aurimas erniusãàÑÔ Lithuanian translation update
    * Rafael FerreiraãàÑÔ Brazilian Portuguese translation update
    * иолав иколиãàÑÔ Serbian translation update
    * Marek ernockýÑÔ Czech translation updates
    * Piotr DragãàÑÔ Polish translation updates
    * Wolfgang StögglÑÔ German translation update

Revision 1.19 / (download) - annotate - [select for diffs], Sat Jan 4 12:31:31 2014 UTC (9 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.18: +21 -5 lines
Diff to previous 1.18 (colored)

Update to 2.1.9:

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ãàÑÔ numerous bug fixes and porting to GIO/GFile
    * DarshanãàÑÔ 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ãàÑÔ total tracks support, and several other fixes
    * Adrian BunkãàÑÔ 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ãàÑÔ improvement for illustration image filenames
    * Dominique LeuenbergerãàÑÔ licence and build improvements
    * Florian MüllnerÑÔ GTK+ 3 deprecation fixes
    * Ekaterina GerasimovaãàÑÔ Mallard help, and removal of the outdated user
      guide
    * Enrico Nicoletto, Rafael Ferreira and Antonio Fernandes C. NetoãàÑÔ
      Brazilian Portuguese translation updates
    * Marek ernockýÑÔ Czech translation update
    * Osman KaragözÑÔ Turkish translation
    * Gil ForcadaãàÑÔ Catalan translation
    * Balázs rãàÑÔ Hungarian translation update
    * Christian KirbachãàÑÔ German translation update
    * Aurimas erniusãàÑÔ Lithuanian translation update
    * Stas SoloveyãàÑÔ Russian translation update
    * Matej Urbani and Martin SrebotnjakãàÑÔ Slovenian translation updates
    * иолав иколиãàÑÔ Serbian translation update
    * Piotr DrgãàÑÔ Polish translation update
    * Milagros Infante MonteroãàÑÔ Spanish translation update

Revision 1.18 / (download) - annotate - [select for diffs], Mon Feb 11 08:56:39 2013 UTC (10 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.17: +14 -4 lines
Diff to previous 1.17 (colored)

Update to 2.1.8:

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 Margeviius's Lithuanian translation

Revision 1.17 / (download) - annotate - [select for diffs], Thu Mar 8 09:49:26 2012 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.16: +6 -2 lines
Diff to previous 1.16 (colored)

Update to 2.1.7, the new stable version. Changes compared to
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

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jun 14 17:32:05 2009 UTC (14 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.15: +1 -4 lines
Diff to previous 1.15 (colored)

Remove @dirrm entries from PLISTs

Revision 1.15 / (download) - annotate - [select for diffs], Tue Feb 27 09:58:49 2007 UTC (16 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.14: +7 -2 lines
Diff to previous 1.14 (colored)

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.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Feb 22 19:01:13 2007 UTC (16 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 17 07:07:11 2006 UTC (17 years, 5 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.12: +15 -15 lines
Diff to previous 1.12 (colored)

Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Nov 26 21:05:16 2004 UTC (18 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

Update to 1.0 (snj made me do it!):

1.0 - November 20th, 2004 :
===========================
    * Added ability to request Cddb database automatically from the selected
      files (computing the CddbId) (thanks to Justus Schwartz),
    * When applying Cddb results to the files, the cddb genre is converted to an
      ID3 genre,
    * Improved settings of character set (for ID3 tags) to allow you to fix some
      tags (for example if tags were written with UTF-8 instead of ISO-8859-15),
    * Fixed request to cddb for getting album tracks,
    * Fixed UTF-8 strings into easytag.desktop (thanks to Ville Skyttä),
    * Some updates in the USERS-GUIDE files (thanks to David Greaves),
    * A new Danish translation (thanks to Morten Brix Pedersen),
    * French translation updated,
    * Hungarian translation updated (thanks to Nagy Boldizsar).
    * Russian translation updated (thanks to Andrey Astafiev),
    * Dutch translation updated (thanks to Björn Olievier),
    * Czech translation updated (thanks to Milan Siebenburger),
    * Japanese translation updated (thanks to Takeshi Aihana),
    * Italian translation updated (thanks to Kostantino),
    * German translation updated (thanks to Götz Waschk).

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jun 30 00:30:47 2004 UTC (19 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

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).

Revision 1.10 / (download) - annotate - [select for diffs], Fri Feb 14 23:00:12 2003 UTC (20 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

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).

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 27 12:31:28 2003 UTC (20 years, 8 months ago) by jmmv
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Depend on gnome1-dirs to handle shared directories.  Bump PKGREVISION.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jan 3 15:24:57 2003 UTC (20 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Update to 0.26:
* Fixed filepointers leaks when ID3v2 tag is missing for files using ID3 tags
  (thanks to Martijn van Buul),
* NetBSD patches from Thomas Klausner,
* Some bugfixes in the CDDB search,
* Updated character conversion for CD-Rom filesystems,
* Fixed a crash when applying the CDDB result to a list with less files,
* Fixed a memory bug when using the menu entry 'Reload the directory',
* Added a man page (thanks to George Pauliuc),
* When sorting the files, they are sorted also by ascending filename by default,
* When tag entries have the focus, PageUp and PageDown keys select the previous
  or the next file,
* Polish translation updated (thanks to Maciej Kasprzyk),
* Italian translation updated (thanks to Lorenzo Cappelletti),
* Ukrainian translation updated (thanks to Cawko Xakep).

Revision 1.7 / (download) - annotate - [select for diffs], Tue Dec 17 19:40:07 2002 UTC (20 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

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

Revision 1.6 / (download) - annotate - [select for diffs], Mon Dec 9 21:53:52 2002 UTC (20 years, 9 months ago) by jmmv
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

Do not remove %D/share/pixmaps when deinstalling, as it is now part of the
standard directory tree.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Dec 9 16:01:12 2002 UTC (20 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

Replace "true" by "${TRUE}".

Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 2 17:42:39 2002 UTC (21 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Update to 0.23.2:
0.23.2 - September 1st, 2002 :
===============================
    * Fixed a stupid bug in the rename file scanner : the file path was lost!


0.23.1 - September 1st, 2002 :
===============================
    * Playlist generator : ability to define the informations to write in the pl
aylist, by
      using masks (like in scanners),
    * Fixed a bug with an empty field in OGG file,
    * Fixed a bug into the scanner window, due to a missing initialisation,
    * A fix for the undo function: now the history list has a logical behaviour,
    * Patch from Götz Waschk to compile with the version of libFLAC installed on
 your
      system if found,
    * Added switch '--disable-flac' to force the compilation with files of libFL
AC supplied
      in the package,
    * Improved speed of removing tags from the interface,
    * Improved speed of the three scanners,
    * Improved speed of searching and loading files when browsing directories,
    * Process fields: the genre field was added,
    * Number of files parsed is displayed in the progress bar,
    * Updated vcedit.c from vorbis-tools-1.0 to remove all memory leaks when pro
cessing
      OGG files,
    * A new Polish translation (thanks to Maciej Kasprzyk),
    * Czech translation updated (thanks to Milan Siebenburger).

Revision 1.3 / (download) - annotate - [select for diffs], Sat Aug 31 02:14:38 2002 UTC (21 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.2: +4 -1 lines
Diff to previous 1.2 (colored)

Update to 0.23. Lots of changes since 0.15, too many to mention.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Feb 15 10:12:28 2002 UTC (21 years, 7 months ago) by skrll
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}

Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 1 00:15:42 2001 UTC (21 years, 11 months ago) by zuntum
Branch: MAIN

Move pkg/ files into package's toplevel directory

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>