x11/hyprpicker: Update to 0.4.6
While here:
- remove custom do-install target, which is no longer necessary
- sort variables to make portclippy happy
https://github.com/hyprwm/hyprpicker/releases/tag/v0.4.6
Reported by: GitHub (watch releases)
GStreamer1: Update to 1.28.0
The y4menc (previously from good) and y4mdec (previously from bad)
plugins have been consolidated into y4m (now from good).
The vaapi component (multimedia/gstreamer1-vaapi) is no longer supplied
by upstream and will be removed after 2026Q1. This has been superseded by
the va plugin from 'bad', which we don't have and is rather Linux-heavy,
but no ports seem to use this anyways. Remove from makesum-all target
and adjust to be static 1.26.10 (last available) version.
Add svtav1 component to gstreamer.mk after f96400339bd6. [1]
multimedia/gstreamer1-plugins-svt-hevc has been marked DEPRECATED since
multimedia/svt-hevc is marked DEPRECATED and will be removed after
2026Q1. [1] This port does not seem to be used anywhere in the ports
tree.
Note for local patching: meson_options.txt was renamed by upstream to
[9 lines not shown]
net/libcloudproviders: update to 0.4.0
Update to 0.4.0
0.4.0
-----
* Add dependencies to the pkg-config file (Sam Wedgwood)
* Replace gtk-doc with gi-docgen
* Require meson 1.9.0
* Plug tiny memory leaks and reduce memory footprint of the library
Fix LICENSE
Add patch because we currently have meson 1.7.0 (no regression because
by default documentation is not build)
Add USE_LDCONFIG=yes (truckman)
PR: 292342
x11/zenity4: update to 4.2.1
Zenity 4.2.1
Bugfix release for Zenity 4.2.x.
Changes and fixes since 4.2.0:
- colview: Activation handler on checklists should use selection model (Logan
Rathbone) (#111)
PR: 292045
devel/libsigc++30: update to 3.8.0
Update to 3.8.0
3.8.0 (stable) 2025-10-26
This release and future releases will not store tarballs at
download.gnome.org/sources/. Only modules with source code at
gitlab.gnome.org/GNOME/ can store tarballs there now.
Tarballs of libsigcplusplus are now stored only at
github.com/libsigcplusplus/libsigcplusplus/releases/.
* slot, signal: static_assert not using R,T... syntax
(Daniel Boles) Issue #86, pull request #100
* scoped_connection: Remove [[nodiscard]]
(Kjell Ahlstedt) Issue #102 (Vadym)
* Add signal_connect(): Helper functions to ease connecting functions
or methods to signals
[54 lines not shown]
net/mosquitto: Update to 2.1.2
Building with the ports version of libwebsockets is no longer broken.
Changes since 2.1.1:
- Forbid running with `persistence true` and with a persistence
plugin at the same time.
- Build fixes for OpenBSD.
- Fix static/shared linking of libwebsockets under cmake.