*/*: Deprecate and set expiration date to 2026-06-30 on FFmpeg 4 consumers
To follow up on 15dea205dcd006fb94a96d7ffafd617e3ba4201d deprecate and
set expiration date on direct FFmpeg 4 consumers.
PR: 293822, 293823, 293824, 293825, 293826, 278913, 293827
270198, 270248, 270206, 293828, 261302, 270281, 270214
270276, 270314
emulators/ppsspp: Update to 1.20.2
* Remove emulators/ppsspp-qt5 due to Qt 5 being end of life
* Unbundle freetype, libchdr and rapidjson
* Remove redundant -msse2 compiler flag on amd64 as this is enabled
by default
Changes submitted upstream, https://github.com/hrydgard/ppsspp/pull/21428
PR: 293572
[Analysis][NFC] Move BranchProbabilityInfo constr to cpp (#186648)
The implementation details of the analysis are irrelevant for users,
therefore move these to the .cpp file.
graphics/gthumb: update to 3.12.10
Update to 3.12.10
Version 3.12.10
~~~~~~~~~~~~~~
Released: 2026-02-10
Bugfixes:
* Fixed potential crash
Version 3.12.9
~~~~~~~~~~~~~
Released: 2026-01-23
Bugfixes:
* Fixed compilation when lcms2 is disabled
* Lossless rotation: make sure to modify the orientation tags only
* Do not change the file modification time if the content did not change
[21 lines not shown]
gimp: update to 3.2.0.
Overview of Changes from GIMP 3.2.0 RC3 to GIMP 3.2.0
=====================================================
Core:
- Operation "gimp:curves" set to Perceptual "trc" by default. The
"linear" (unused, and only kept for compatibility) arg has been
removed since the op could not have been used during 3.0 series.
- Levels dialog now initializes to Perceptual (even though the
"gimp:levels" op still defaults to Linear "trc", for
backward-compatibility reasons).
- Improve clipboard shutdown on Windows (speeds up shutdown).
- Dragging a color or pattern on a vector layer in the Layers dock
will set its fill instead of rasterizing it (a similar flow had been
implemented in RC3, but it was working when dragging on canvas
only).
[948 lines not shown]
[clang][bytecode] Remove unused members from `EvalEmitter` (#186601)
Remove the DenseMap handling lambda paramter mappings from
`EvalEmitter`. This was always unused. Remove it and use `if constexpr`
to keep things compiling.
gegl: update to 0.4.68.
GEGL-0.4.68 2026-03-11
----------------------
Buffer:
-------
- fix of a crash due to float/double precision differences
Ops:
----
- vibrance: new op to cater for PSD adjustments layers compatibility.
- tile-glass: handle buffers with negative offsets.
- watershed-transform: handle buffers with negative offsets; which impacted gegl:waterpixels done on selections in GIMP.
- rgbe-load: fix runlength induced buffer overflow
Build:
------
- tooling for verifying exported symbols.
[7 lines not shown]