pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gegl gegl: update to 0.4.38.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/577b82302f03
branches:  trunk
changeset: 382255:577b82302f03
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 24 10:47:36 2022 +0000

description:
gegl: update to 0.4.38.

GEGL-0.4.38 2022-07-13

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.

Build

gegl can now be used as a subproject.

diffstat:

 graphics/gegl/Makefile |  5 ++---
 graphics/gegl/PLIST    |  5 +++--
 graphics/gegl/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (55 lines):

diff -r deedd141377b -r 577b82302f03 graphics/gegl/Makefile
--- a/graphics/gegl/Makefile    Sun Jul 24 10:13:38 2022 +0000
+++ b/graphics/gegl/Makefile    Sun Jul 24 10:47:36 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.108 2022/07/17 16:54:15 wiz Exp $
+# $NetBSD: Makefile,v 1.109 2022/07/24 10:47:36 wiz Exp $
 
-DISTNAME=      gegl-0.4.36
-PKGREVISION=   4
+DISTNAME=      gegl-0.4.38
 CATEGORIES=    graphics
 MASTER_SITES=  https://download.gimp.org/pub/gegl/${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz
diff -r deedd141377b -r 577b82302f03 graphics/gegl/PLIST
--- a/graphics/gegl/PLIST       Sun Jul 24 10:13:38 2022 +0000
+++ b/graphics/gegl/PLIST       Sun Jul 24 10:47:36 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.39 2022/07/17 16:54:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.40 2022/07/24 10:47:36 wiz Exp $
 bin/gegl
 bin/gegl-imgcmp
 include/gegl-0.4/gegl-apply.h
@@ -139,7 +139,7 @@
 lib/libgegl-0.4.${SOEXT}
 ${PLIST.darwin}lib/libgegl-0.4.0.dylib
 ${PLIST.notdarwin}lib/libgegl-0.4.${SOEXT}.0
-${PLIST.notdarwin}lib/libgegl-0.4.${SOEXT}.0.435.1
+${PLIST.notdarwin}lib/libgegl-0.4.${SOEXT}.0.437.1
 lib/libgegl-npd-0.4.${SOEXT}
 lib/libgegl-sc-0.4.${SOEXT}
 lib/pkgconfig/gegl-0.4.pc
@@ -160,6 +160,7 @@
 share/locale/id/LC_MESSAGES/gegl-0.4.mo
 share/locale/is/LC_MESSAGES/gegl-0.4.mo
 share/locale/it/LC_MESSAGES/gegl-0.4.mo
+share/locale/ka/LC_MESSAGES/gegl-0.4.mo
 share/locale/kab/LC_MESSAGES/gegl-0.4.mo
 share/locale/ko/LC_MESSAGES/gegl-0.4.mo
 share/locale/lv/LC_MESSAGES/gegl-0.4.mo
diff -r deedd141377b -r 577b82302f03 graphics/gegl/distinfo
--- a/graphics/gegl/distinfo    Sun Jul 24 10:13:38 2022 +0000
+++ b/graphics/gegl/distinfo    Sun Jul 24 10:47:36 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.40 2022/03/24 00:02:25 tnn Exp $
+$NetBSD: distinfo,v 1.41 2022/07/24 10:47:36 wiz Exp $
 
-BLAKE2s (gegl-0.4.36.tar.xz) = 31f54ad7c5527a0b01b74e65709367701ca54e462c5a0d5691d3d3fd1e164902
-SHA512 (gegl-0.4.36.tar.xz) = 4d681091b15e7911229f86bf22381d62268451da57bba072bcb8ee3f4db79e2719dd7e70ab208c2c021e5353f42a9f88c18f62132512b18fe78ed6ad279660f8
-Size (gegl-0.4.36.tar.xz) = 5680876 bytes
+BLAKE2s (gegl-0.4.38.tar.xz) = 2adcf406ef5ad7344bf7eebd7d9d359c67f9c17ad3fd9ccc2dfe1347f637f01f
+SHA512 (gegl-0.4.38.tar.xz) = 367aa67019557b10a19536c56dfbf6687ade183585eeefec65ce12d3c72f5d78330e02ae0ff403609bb7579dc25340a7132b81d36bbf84327c658a96a2d04d4c
+Size (gegl-0.4.38.tar.xz) = 5722188 bytes
 SHA1 (patch-gegl_gegl-config.c) = a8e1f5f5394a33be2bcdcb05ec7654d06f7ad4bc
 SHA1 (patch-gegl_gegl-cpuaccel.c) = f32ee8dfb8b89eb0aa117ac071cd35367b7841a5
 SHA1 (patch-operations_external_png-load.c) = 9a03e842597d6c069f7dfa0fa224dd487479b27f


Home | Main Index | Thread Index | Old Index