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.)
net/yt-dlp-ejs: Use versioned .whl distfile instead
* Use whl file from pypi. Suggested by wiz@. Thank you.
* Remove unused nodejs dependency. It is my mistake.
* Bump PKGREVISION.
lowdown: fix builds on platforms that require compat functions
Addresses PR pkg/59614 from Piper McCorkle (Linux) and PR pkg/59619
from db7 at mini.fritz.box (macOS).
py-pikepdf: updated to 10.0.2
v10
Breaking changes for v10.x:
- Dropped Python 3.9 compatibility, since it is end of life. Python 3.10 through
3.14 are supported.
- Dropped macOS 13 support, since it is end of life.
- Dropped macOS 14 Intel wheels, because GitHub doesn't provide a way to build
them - macOS 15 Intel works fine.
- Dropped deprecated method `Pdf.check()` (use `.check_pdf_syntax()`).
pikepdf now declares unstable "support" for freethreading, and does not publish
freethreading wheels. All tests seem to pass, but that's because the existing
tests don't try to create race conditions. Must be compiled manually.
v10.0.2
- Fixed presentation of strings using `unparse_content_stream` - if the stream can be represented using PdfDocEncoding, it is rendered in that way for ease of reading. :issue:`682`
[5 lines not shown]
py-zope.proxy: updated to 7.1
7.1 (2025-11-18)
- Drop support for Python 3.9.
- Add support for Python 3.14.
- Move all supported package metadata into ``pyproject.toml``.
- Remove no longer necessary ``setuptools`` runtime dependency.