Tweaks
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=127
This commit is contained in:
parent
9762e806fc
commit
881e445eef
18
gegl.changes
18
gegl.changes
@ -1,12 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 21 09:23:21 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update BuildRequires to reflect it now does work with ffmpeg5.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 21 07:19:10 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
Thu Jul 21 07:19:10 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
- Update to version 0.4.38:
|
- Update to version 0.4.38:
|
||||||
+ Operations:
|
+ Operations:
|
||||||
- denoise-dct: a NEW denoising operation which decomposes the input
|
- denoise-dct: a NEW denoising operation which decomposes the
|
||||||
buffer to sliding overlapping patches, calculates the DCT denoising
|
input buffer to sliding overlapping patches, calculates the
|
||||||
in each patch, and then aggregates the denoised patches to the
|
DCT denoising in each patch, and then aggregates the denoised
|
||||||
output buffer averaging the overlapped pixels.
|
patches to the output buffer averaging the overlapped pixels.
|
||||||
- ff-load and ff-save: big cleanup API cleanup, now ffmpeg-5.0
|
- ff-load and ff-save: big cleanup API cleanup, now ffmpeg-5.0
|
||||||
compatible.
|
compatible.
|
||||||
- gif-load: updated to latest upstream libnsgif version.
|
- gif-load: updated to latest upstream libnsgif version.
|
||||||
@ -15,9 +20,8 @@ Thu Jul 21 07:19:10 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
|||||||
- oilify: clamp inputs to avoid nan in output.
|
- oilify: clamp inputs to avoid nan in output.
|
||||||
- gegl:load fix possible double free.
|
- gegl:load fix possible double free.
|
||||||
- rgbe-write: plug leaks in error paths.
|
- rgbe-write: plug leaks in error paths.
|
||||||
+ Core:
|
+ Core: Fixes of some potential NULL dereferences on custom
|
||||||
- Fixes of some potential NULL dereferences on custom
|
dataformats for malformed inputs.
|
||||||
dataformats for malformed inputs.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 29 07:51:08 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Fri Apr 29 07:51:08 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
@ -56,9 +56,9 @@ BuildRequires: pkgconfig(gthread-2.0)
|
|||||||
BuildRequires: pkgconfig(json-glib-1.0)
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
BuildRequires: pkgconfig(lcms2) >= 2.8
|
BuildRequires: pkgconfig(lcms2) >= 2.8
|
||||||
BuildRequires: pkgconfig(lensfun)
|
BuildRequires: pkgconfig(lensfun)
|
||||||
BuildRequires: pkgconfig(libavcodec) < 59
|
BuildRequires: pkgconfig(libavcodec)
|
||||||
BuildRequires: pkgconfig(libavformat) < 59
|
BuildRequires: pkgconfig(libavformat)
|
||||||
BuildRequires: pkgconfig(libavutil) < 57
|
BuildRequires: pkgconfig(libavutil)
|
||||||
BuildRequires: pkgconfig(libavutil) >= 55.92.100
|
BuildRequires: pkgconfig(libavutil) >= 55.92.100
|
||||||
BuildRequires: pkgconfig(libpng) >= 1.6.0
|
BuildRequires: pkgconfig(libpng) >= 1.6.0
|
||||||
BuildRequires: pkgconfig(libraw) >= 0.15.4
|
BuildRequires: pkgconfig(libraw) >= 0.15.4
|
||||||
|
Loading…
Reference in New Issue
Block a user