mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
graphics/gegl: update to 0.4.38 release (+)
Operations: ~~~~~~~~~~ - denoise-dct: a NEW denoising operation which decomposes the input buffer to sliding overlapping patches, calculates the DCT denoising in each patch, and then aggregates the denoised patches to the output buffer averaging the overlapped pixels. - ff-load and ff-save: big cleanup API cleanup, now ffmpeg-5.0 compatible - gif-load: updated to latest upstream libnsgif version - slic: progress reporting and improved parameter handling. - vector-fill: updated to latest upstream ctx version - oilify: clamp inputs to avoid nan in output - gegl:load fix possible double free - rgbe-write: plug leaks in error paths Core: ~~~~ Fixes of some potential NULL dereferences on custom dataformats for malformed inputs.
This commit is contained in:
parent
ea1086f14d
commit
5197bfd5ca
@ -1,8 +1,7 @@
|
||||
# Created by: Pietro Cerutti <gahr@FreeBSD.org>
|
||||
|
||||
PORTNAME= gegl
|
||||
PORTVERSION= 0.4.36
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.4.38
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= GIMP
|
||||
|
||||
@ -35,7 +34,7 @@ MESON_ARGS= -Ddocs=false \
|
||||
-Dpygobject=disabled \
|
||||
-Dlua=disabled
|
||||
|
||||
GEGL_SHLIB= 0.435.1
|
||||
GEGL_SHLIB= 0.437.1
|
||||
GEGL_VER= 0.4
|
||||
PLIST_SUB+= GEGL_SHLIB=${GEGL_SHLIB} GEGL_VER=${GEGL_VER}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1655194019
|
||||
SHA256 (gegl-0.4.36.tar.xz) = 6fd58a0cdcc7702258adaeffb573a389228ae8f0eff47578efda2309b61b2ca6
|
||||
SIZE (gegl-0.4.36.tar.xz) = 5680876
|
||||
TIMESTAMP = 1658130446
|
||||
SHA256 (gegl-0.4.38.tar.xz) = e4a33c8430a5042fba8439b595348e71870f0d95fbf885ff553f9020c1bed750
|
||||
SIZE (gegl-0.4.38.tar.xz) = 5722188
|
||||
|
@ -163,6 +163,7 @@ share/locale/hr/LC_MESSAGES/gegl-%%GEGL_VER%%.mo
|
||||
share/locale/id/LC_MESSAGES/gegl-%%GEGL_VER%%.mo
|
||||
share/locale/is/LC_MESSAGES/gegl-%%GEGL_VER%%.mo
|
||||
share/locale/it/LC_MESSAGES/gegl-%%GEGL_VER%%.mo
|
||||
share/locale/ka/LC_MESSAGES/gegl-%%GEGL_VER%%.mo
|
||||
share/locale/kab/LC_MESSAGES/gegl-%%GEGL_VER%%.mo
|
||||
share/locale/ko/LC_MESSAGES/gegl-%%GEGL_VER%%.mo
|
||||
share/locale/lv/LC_MESSAGES/gegl-%%GEGL_VER%%.mo
|
||||
|
Loading…
Reference in New Issue
Block a user