multimedia/jellyfin-ffmpeg: opencl needed for Jellyfin's HDR tone mapping
Jellyfin does AMD VAAPI HDR tone mapping with libplacebo, not OpenCL. However,
EncodingHelper.GetVaapiVidFilterChain() has an early-exit guard before it ever
selects the AMD branch
It need 2 patches:
- OpenCL (Jellyfin's IsOpenclFullSupported gate)
- overlay_vulkan framesync patch (Jellyfin's IsVulkanFullSupported gate)
PR: 298857
Approved by: Michael Johnson <michaeljohnson at ahze.net> (maintainer)
Mk: Drop test dependencies from the unified dependency list
TEST_DEPENDS_ALL was part of _UNIFIED_DEPENDS, so test-only
dependencies leaked into all-depends-list, missing,
clean-depends, fetch-recursive, deinstall-depends and the QA
checks, even though they are not needed to build, package or
install a port. It pollutes all the convenience -recursive targets
including poudriere options.
They are still installed by "make test" through the test-depends
target, which is now documented as well.
The motivation for this patch is the fact that many ports now
end up having chromium as part of their dependency list following
the new dependency needed to upgrade py-great-table
(15ce974d8e0560b8038db69598cdf68c52273e68)
Reviewed by: mat@ (portmgr)
Reported by: wollman (portmgr)
Differential Revision: https://reviews.freebsd.org/D60032
cad/openvsp: Update to 3.52.0
ChangeLog:
https://openvsp.org/blogs/announcements/2026/09/19/openvsp-3-52-0-released
Features:
* FitModel undo button
* FitModel GUI improvements
* FitModel API access
* Read point clouds as .csv files
* Read unformatted Plot3D and Cart3D .tri files
* Expose Parasite Drag flow conditions in Results – thanks Ojasvi
Bugs:
* Fix ID remapping when referencing an ID outside of the DecodeXml set
* Fix scaling of Reynolds number in VSPAERO
* Fix Mass Properties calculation – now better and faster
[17 lines not shown]