ad59b0ed31
* Release 3.5.1 * Improved: + Compatibility of imported and exported CSV files with cells containing new line characters. + Do not show unknown frames for ID3v2.3 TDAT, TIME, TYER, TRDA frames. + Enable high-DPI scaling for Qt >= 5.6. + Change AppStream directory from appdata to metainfo. * Fixed: + Crash with DSF files having sample rates other than 2822400 or 5644800. * Release 3.5.0 * New: + Tags which violate the ID3v2 standard are marked. + Filter for marked files. + Configurable keyboard shortcuts for user actions. + Set and get frame fields from scripts and CLI. + Select a subset of frames for copy, paste, remove from scripts and CLI. + Set and get multiple frames of the same kind from scripts and CLI. + Support field names in export and filter expressions. + Support xid and ownr atoms in M4A files. + Danish translation. * Improved: + Better performance when files are added to selection. + The script actions in the file list context menu only operate on selected files. + Only jump to tagged files with previous/next in GUI. + Show passed/total after "filtered" in title bar. + kid3-cli can run from a console without GUI/X11. * Fixed: + Adding and deleting tag 3 frames from CLI. + Deletion of multiple METADATA_BLOCK_PICTURE picture frames. + Wrong depth 32 instead of 24 stored in METADATA_BLOCK_PICTURE. + Use Ogg/Vorbis Comment field name setting also for Opus files. * Release 3.4.5 * New: + Settings to include and exclude folders in the file list. * Improved: + Use HTTPS for imports where possible. + Much faster expanding of the file list by avoiding GUI updates during the operation. + Faster filtering by avoiding GUI updates during the operation. + Reduced memory usage when filtering. + Updated Czech and Dutch translations. * Fixed: + Import from MusicBrainz. + Rate limit for import from Discogs. + Do not display multiple frames of same type as different. + Application not responsive when using a new filter after filtering a huge number of files. + Application not responsive when loading the tags after selecting a lot of files, is now abortable. + Terminate kid3-cli if EOF is received. * Release 3.4.4 * New: + If the first command line argument is "--portable", the configuration is stored in a file kid3.ini in the program folder. + Image data can be copied to clipboard. + MPRIS2 D-Bus interface for the audio player. * Improved: + "Import CSV" can import to different files if no matching file paths found. * Fixed: + Importing of durations from text formats (file/clipboard). + Building with Chromaprint 1.4.
7 lines
340 B
Makefile
7 lines
340 B
Makefile
# $NetBSD: hacks.mk,v 1.1 2018/01/21 04:10:44 markd Exp $
|
|
|
|
# linking -lQt5Widgets on NetBSD with gcc produces
|
|
# ld: BFD (NetBSD Binutils nb1) 2.27 assertion fail
|
|
# /usr/src/external/gpl3/binutils/lib/libbfd/../../dist/bfd/elflink.c:2694
|
|
# unless -lexecinfo preceeds -lQt5Widgets
|
|
BUILDLINK_TRANSFORM.NetBSD+=l:Qt5Widgets:execinfo:Qt5Widgets
|