mdbook: updated to 0.5.1
0.5.1
Changed
Changed the scrollbar background to be transparent.
Ignore invalid top-level environment variable config keys. This allows setting things like MDBOOK_VERSION to not cause an error.
Fixed
Fixed the sidebar heading nav to have the correct nesting levels.
Various Font Awesome fixes and improvements.
libarchive: updated to 3.8.3
Libarchive 3.8.3 is a bugfix and security release.
Security fixes:
lib: Create temporary files in the target directory
lha: Fix for an out-of-bounds buffer overrun when using p[H_LEVEL_OFFSET]
7-zip: Fix a buffer overrun when reading truncated 7zip headers
Notable bugxies:
lz4 and zstd: Support both lz4 and zstd data with leading skippable frames
audio/spotifyd: update to 0.4.2
Fixed
- fix multiple playback issues introduced by Spotify changes (#1362, #1374)
- fix crash on user switch (#1361)
Added
- add suggestions for alsa mixer / control device names
- improve distribution support for Debian and Fedora (#1364, #1372)
Updated in wip by atomicules, thanks!
Update Spotifyd to 0.4.2
From [the release notes][1]:
> This release fixes the recent (and not so recent) issues with
> playback, you should be able to enjoy your music again! 🎉
>
> Fixed
>
> fix multiple playback issues introduced by Spotify changes (#1362,
> #1374)
> fix crash on user switch (#1361)
>
> Added
>
> add suggestions for alsa mixer / control device names
> improve distribution support for Debian and Fedora (#1364, #1372)
[1]: https://github.com/Spotifyd/spotifyd/releases/tag/v0.4.2
Remove unused (hp300 derived) `intiolimit` variable.
Also define proper INTIOSIZE macro and use it where appropriate.
Breifly tested on nono with and without __HAVE_NEW_PMAP_68K.
hugin: updated to 25.0.0
Changes since 2024.0.1
The most changes are under the hood and affect mainly the builders. Now a C++17 compiler is needed. Therefore the boost library is not needed anymore. Also libjpeg and libpng are not needed when building the shared version (which is the default). wxWidgets 3.2 or later is now required. The code has be refactored to follow the modern wxWidgets code style. With this change Hugin is now using vector SVG files instead of raster PNG files for the toolboor and buttons. This should improve the appearance on hdpi displays. Depending on the used compiler it may necessary to use a more up-to-date version of the needed libraries (e.g. libpano 2.9.23)
A new GUI has be added: hugin_toolbox. It provides a GUI for enfuse and for simple perspective correction.
Beside there are many small bugfixes.
libpano13: updated to 2.9.23
There have been some changes since 2.9.22:
* gcc-15 fixes
* cmake fixes
* Fix FSF address
* Fix TAGS file
* Refactoring and fixes for many C warnings and issues
lowdown: fix compat function linking differently
As of 2.0.4, upstream actually added context to handle this linking
while keeping other symbol visibility hidden as they want. However, it
wasn't factored in to the "libtoolization" changes that were made for
pkgsrc purposes. (PR pkg/59614, PR pkg/59619.)