2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490) |
Log message:
* recursive bump for libxkbcommon 1.7.0
Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
|
2024-02-25 16:49:56 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
kid3: update to 3.9.5.
Update to release, full release notes:
Sat Feb 24 18:15:31 CET 2024 Urs Fleisch <ufleisch@users.sourceforge.net>
* Release 3.9.5
* New:
+ Keyboard shortcuts for play toolbar.
+ Option "Audio output" in "User Actions" settings tab.
+ Support WebP format for pictures.
* Improved:
+ Clicking again on 1 star makes star rating disappear.
+ Support '\|' to escape string list separators.
* Fixed:
+ Support multiple values in APE text items.
+ Building with TagLib 2.0.
+ Building from macOS with arm64.
+ Building snap packages.
|
2024-01-30 15:22:43 by Ryo ONODERA | Files touched by this commit (672) |
Log message:
*: Recursive revbump from audio/pulseaudio-17.0
|
2024-01-28 19:58:18 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
kid3: update to 3.9.5pre1.
This is a git snapshot for the upcoming 3.9.5 release.
It's needed to get this to build with taglib 2.
Sat Feb 24 18:15:31 CET 2024 Urs Fleisch <ufleisch@users.sourceforge.net>
* Release 3.9.5
* New:
+ Keyboard shortcuts for play toolbar.
+ Option "Audio output" in "User Actions" settings tab.
+ Support WebP format for pictures.
* Improved:
+ Clicking again on 1 star makes star rating disappear.
+ Support '\|' to escape string list separators.
* Fixed:
+ Support multiple values in APE text items.
+ Building with TagLib 2.0.
+ Building from macOS with arm64.
+ Building snap packages.
Sun Jul 9 10:32:10 CEST 2023 Urs Fleisch <ufleisch@users.sourceforge.net>
* Release 3.9.4
* New:
+ All the official binaries are built with Qt 6. For macOS, the
Darwin-amd64.dmg file is now the Qt 6 version, whereas systems older
than Mojave need the package Darwin-Qt5.dmg. The string replacement
settings stored by Qt 6 are not compatible with Qt 5 because a
different encoding is used.
+ Option "Select file on play" in "User Actions" settings tab.
* Improved:
+ Click on play tool bar time toggles between elapsed and remaining
time.
+ The visibility and docked area of the play tool bar are restored.
+ ID3v1: When setting multiple genres, use first supported element.
+ Qt6: Use SVG icons for better performance in file list and dialog.
* Fixed:
+ Do not mark all non-unified frames as modified if any non-unified
frame is changed.
+ Crash in Id3libMetadata when clicking Edit on unsupported frame.
+ Setting text encoding on TXXX frames with TaglibMetadata.
+ Skip non letter characters for first letter uppercase format.
+ Discogs import: Fix values in Artist, Arranger and Performer frames,
use "genres" if "styles" is empty, fetch correct cover art,
support vinyl track numbers like A1.
+ Qt6: Crash when adding item to config table.
+ Qt6: Larger media player slider, do not repeat when last song has
been played.
+ Windows, TaglibMetadata: Support files larger than 2 GB.
+ Windows, OggFlacMetadata: Build without libssp-0.dll.
+ Windows, Mp4v2Metadata: Fix saving with file names containing non
ASCII characters.
|
2024-01-28 14:24:37 by Thomas Klausner | Files touched by this commit (35) |
Log message:
*: recursive bump for taglib 2
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-07-18 14:56:07 by Nia Alarie | Files touched by this commit (23) |
Log message:
audio: Where possible, adapt packages to use USE_(CC|CXX)_FEATURES
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|