git: 5197bfd5cace - main - graphics/gegl: update to 0.4.38 release (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Jul 2022 09:38:00 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5197bfd5cacebb994526b7d5ecbc384fcb277b28 commit 5197bfd5cacebb994526b7d5ecbc384fcb277b28 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-07-18 09:37:18 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-07-18 09:37:18 +0000 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. --- graphics/gegl/Makefile | 5 ++--- graphics/gegl/distinfo | 6 +++--- graphics/gegl/pkg-plist | 1 + 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index eb8901b68d97..d82e61db26e8 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -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} diff --git a/graphics/gegl/distinfo b/graphics/gegl/distinfo index b68a93a0f27f..50246da0fb4d 100644 --- a/graphics/gegl/distinfo +++ b/graphics/gegl/distinfo @@ -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 diff --git a/graphics/gegl/pkg-plist b/graphics/gegl/pkg-plist index ec0a267f75ac..0351b7b90739 100644 --- a/graphics/gegl/pkg-plist +++ b/graphics/gegl/pkg-plist @@ -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