summaryrefslogtreecommitdiff
path: root/audio/kid3/hacks.mk
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2018-01-21 04:10:44 +0000
committermarkd <markd@pkgsrc.org>2018-01-21 04:10:44 +0000
commitf9ca1b6673e2e6fd5146de743f5096e0220e812e (patch)
treec63c6c9d007aeca72f21abeac18060f9b0cbda19 /audio/kid3/hacks.mk
parent1df57c398b8ad2bfffe8245030b1ae9c938ec9a9 (diff)
downloadpkgsrc-f9ca1b6673e2e6fd5146de743f5096e0220e812e.tar.gz
kid3: update to 3.5.1
* 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.
Diffstat (limited to 'audio/kid3/hacks.mk')
-rw-r--r--audio/kid3/hacks.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/audio/kid3/hacks.mk b/audio/kid3/hacks.mk
new file mode 100644
index 00000000000..f6ad7d8a4f3
--- /dev/null
+++ b/audio/kid3/hacks.mk
@@ -0,0 +1,7 @@
+# $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