Commit graph

141 commits

Author SHA1 Message Date
adam
b6d9bd86bc revbump for icu and libffi 2021-12-08 16:01:42 +00:00
nia
db187df25e audio: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes.

The following distfiles couldn't be fetched (possibly they are fetched
conditionally):

./audio/freeswitch-sounds-ru/distinfo freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
./audio/freeswitch-sounds-ru/distinfo freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
./audio/freeswitch-music/distinfo freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
./audio/freeswitch-music/distinfo freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
./audio/freeswitch-sounds-fr/distinfo freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
./audio/freeswitch-sounds-fr/distinfo freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
./audio/freeswitch-sounds-en/distinfo freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
./audio/freeswitch-sounds-en/distinfo freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
2021-10-26 09:58:44 +00:00
nia
274d042d75 audio: Remove SHA1 hashes for distfiles 2021-10-07 13:09:09 +00:00
nia
773cde7da8 *: Use the tools framework for itstool
Now it should be more obvious when a package needs it as a dependency,
as it will fail loudly if it isn't declared as a tool.

While here, some duplicate dependencies on itstool were removed from the
MATE packages
2021-05-02 10:24:47 +00:00
leot
0e49372c4e *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
wiz
4e3b1b97c2 librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
2020-03-10 22:08:37 +00:00
wiz
f669fda471 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
rillig
a02ce26178 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:29:55 +00:00
jperkin
26c1bffc9f *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
maya
29056cb17e easytag: Fix building with -manual
from js
2019-09-15 22:15:02 +00:00
wiz
1ac2210b6f *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
triaxx
825a22d540 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
2019-06-21 06:25:58 +00:00
kleink
f1a683c990 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
ryoon
b86dfe6873 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
wiz
8ee21bdcf0 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
wiz
20f7c989fe recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
adam
77b8ed74db Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
wiz
9c3ec648f7 Remove patch that's not in distinfo any longer. 2016-05-05 06:24:27 +00:00
nros
90048bcf94 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’s Opus parsing crash fix
    * James Cowgill’s 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’s 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’s German help translation update
    * Marcus Gisslén’s Swedish help translation
    * Josef Andersson’s Swedish translation update
    * Мирослав Николић’s Serbian translation update
    * Jordi Mas’ Catalan translation update
    * Seong-ho Cho’s Korean translation update
    * Daniel Mustieles’ Spanish translation updates
    * Marek Černocký’s Czech translation update
    * Åka Sikrom’s Norwegian bokmål translation update
    * Piotr Drąg’s 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’s German translation update
    * Gábor Kelemen’s Hungarian help translation
    * Gábor Kelemen’s Hungarian translation update
    * Alexandre Franke’s French translation updates
    * Muhammet Kara’s Turkish translation update
    * Daniel Mustieles’ Spanish translation updates
    * Marek Černocký’s Czech translation updates
    * Jordi Mas’ Catalan translation update
    * Piotr Drąg’s 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ý’s Czech translation update
    * Alexandre Franke’s French translation update
    * Piotr Drąg’s 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’s 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’s French translation update
    * Piotr Drąg’s Polish translation update
    * Updated British English translation
    * Marek Černocký’s Czech translation updates
    * Jordi Mas’ Catalan help translation
    * Jordi Mas’ Catalan translation updates
    * Samir Ribic’s 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ý’s Czech translation updates
    * Piotr Drąg’s Polish translation updates
    * Åka Sikrom’s Norwegian bokmål translation update
    * Osman Karagöz’s 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’s German help translation
    * Marek Černocký’s 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
    * Мирослав Николић’s Serbian translation update
    * Rafael Ferrera’s Brazilian Portuguese translation update
    * Balázs Úr’s Hungarian translation update
    * Marek Černocký’s Czech translation updates
    * Muhammet Kara’s 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’s improvements to the Mallard help
    * British English translation update
    * Marek Černocký’s Czech translation updates
    * Piotr Drąg’s Polish translation updates
    * Мирослав Николић’s 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’s 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’s fix for numeric characters in ID3 TPOS fields
    * Disable ID3v1 tag writing, and prefer ID3v2.3 to ID3v2.4, by default
    * Roman Bogorodskiy’s 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 Drąg’s Polish translation updates
    * Åka Sikrom’s Norwegian bokmål translation
    * Guillaume Bernard’s French translation update
    * Balázs Úr’s Hungarian translation updates
    * genodeftest’s German translation update
    * Marek Černocký’s Czech translation updates
    * Daniel Mustieles’ Spanish translation updates
    * Tom Tryfonidis’ Greek translation update
    * Seong-ho Cho’s Korean translation
    * Andika Triwidada’s Indonesian translation
    * Rafael Ferrera’s Brazilian Portuguese translation update
    * Aurimas Černius’s Lithuanian translation update
    * Matej Urbančič’s Slovenian translation update
    * Daniel Mustieles’ Spanish help translation
    * Dimitris Spingos’s Greek help translation
2016-03-07 20:56:39 +00:00
nros
52a727f28c Revbump because of libopus update. 2016-03-07 19:40:09 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
agc
b734eb2ebf Add SHA512 digests for distfiles for audio category
Problems found with existing distfiles:
	/pub/pkgsrc/distfiles/amp-0.7.6.tgz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
	/pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz
	/pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2
	/pub/pkgsrc/distfiles/mp3to.gz
	/pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz
No changes made to these file.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 01:12:23 +00:00
tnn
255d0cb0b8 Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
degroote
7b4f8aabf1 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’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
2015-01-20 21:14:41 +00:00
jperkin
087063ae24 Fix printing of getpid(). 2014-09-24 11:39:23 +00:00
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
wiz
1d15d722ea Stop maintaining easytag. 2014-05-04 08:09:57 +00:00
wiz
850880df17 Update to 2.2.1:
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-22 22:19:41 +00:00
joerg
dd608ef7c2 Fix build due to missing prototypes. 2014-04-21 18:16:41 +00:00
wiz
d94cb43e7a Restore mp3 support. Bump PKGREVISION. 2014-04-14 14:33:49 +00:00
wiz
ec708af751 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’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-04-12 06:45:31 +00:00
wiz
e291f3d33f 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’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-02-20 07:56:02 +00:00
wiz
828f0b07b2 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’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
2014-01-04 12:31:31 +00:00
wiz
7d737cd785 recursive bump for audio/taglib shlib major bump 2013-10-17 07:56:39 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
wiz
e0b49a2fed Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
c83ffb8583 Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
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-06-03 10:04:30 +00:00
wiz
958b971e32 Remove deprecated MIME type from .desktop file.
Bump PKGREVISION.
2013-05-06 10:12:11 +00:00
joerg
884821a016 Fixer build with Clang's stricter format string warnings. 2013-04-27 23:05:27 +00:00
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
drochner
3c6031ab39 deal with hicolor-icon-theme 2013-02-12 12:37:14 +00:00
wiz
15d6fe2c21 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 Margevičius's Lithuanian translation
2013-02-11 08:56:39 +00:00
wiz
b1e61cc5bd Add more complete id3 support by also linking against id3lib (easytag
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-12-03 22:39:04 +00:00
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00