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.26



details:   https://anonhg.NetBSD.org/pkgsrc/rev/849583cdab8b
branches:  trunk
changeset: 440415:849583cdab8b
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Oct 08 11:17:24 2020 +0000

description:
gegl: Update to 0.4.26

Changelog:
GEGL-0.4.26 2020-08-02
----------------------

Core:
~~~~~

Allow unsetting of property keys on paramspecs.

Operations:
~~~~~~~~~~~

perlin-noise: use a local random generator, avoiding resetting the global one.
transform: decrease epsilon for affine-detection, and round some affine matrices to be exact.

diffstat:

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

diffs (47 lines):

diff -r 2cc58ac53a19 -r 849583cdab8b graphics/gegl/Makefile
--- a/graphics/gegl/Makefile    Thu Oct 08 11:17:00 2020 +0000
+++ b/graphics/gegl/Makefile    Thu Oct 08 11:17:24 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.88 2020/08/18 17:58:00 leot Exp $
+# $NetBSD: Makefile,v 1.89 2020/10/08 11:17:24 ryoon Exp $
 
-DISTNAME=      gegl-0.4.24
-PKGREVISION=   2
+DISTNAME=      gegl-0.4.26
 CATEGORIES=    graphics
 MASTER_SITES=  https://download.gimp.org/pub/gegl/0.4/
 EXTRACT_SUFX=  .tar.xz
diff -r 2cc58ac53a19 -r 849583cdab8b graphics/gegl/PLIST
--- a/graphics/gegl/PLIST       Thu Oct 08 11:17:00 2020 +0000
+++ b/graphics/gegl/PLIST       Thu Oct 08 11:17:24 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.29 2020/06/15 10:55:58 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.30 2020/10/08 11:17:24 ryoon Exp $
 bin/gegl
 bin/gegl-imgcmp
 include/gegl-0.4/gegl-apply.h
@@ -123,7 +123,7 @@
 lib/libgegl-0.4.${SOEXT}
 ${PLIST.Darwin}lib/libgegl-0.4.0.${SOEXT}
 ${PLIST.not_Darwin}lib/libgegl-0.4.${SOEXT}.0
-${PLIST.not_Darwin}lib/libgegl-0.4.${SOEXT}.0.423.1
+${PLIST.not_Darwin}lib/libgegl-0.4.${SOEXT}.0.425.1
 lib/libgegl-npd-0.4.${SOEXT}
 lib/libgegl-sc-0.4.${SOEXT}
 lib/pkgconfig/gegl-0.4.pc
diff -r 2cc58ac53a19 -r 849583cdab8b graphics/gegl/distinfo
--- a/graphics/gegl/distinfo    Thu Oct 08 11:17:00 2020 +0000
+++ b/graphics/gegl/distinfo    Thu Oct 08 11:17:24 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.29 2020/06/15 10:55:58 ryoon Exp $
+$NetBSD: distinfo,v 1.30 2020/10/08 11:17:24 ryoon Exp $
 
-SHA1 (gegl-0.4.24.tar.xz) = d4accfc8044d96c5d3bfcaa23d2c1fda09d4162b
-RMD160 (gegl-0.4.24.tar.xz) = 4b2b50e9fc9699398c97676d18dde6ad6e25e397
-SHA512 (gegl-0.4.24.tar.xz) = 09d857332eeabe39327d312b1a1692b7c6c9f8f952ae3e3cc06b5a5c262757d8b86467c25a4e66c90c37922fd3548fc1342a9864732d17924f97e7b6c6c1786d
-Size (gegl-0.4.24.tar.xz) = 4937056 bytes
+SHA1 (gegl-0.4.26.tar.xz) = 916ef2bea01e269b1bd1b3825d04331e17aeedb9
+RMD160 (gegl-0.4.26.tar.xz) = df57119d659c8a5dacae6fcf3783058d7dd10e3f
+SHA512 (gegl-0.4.26.tar.xz) = 634778df0060ffe630121c24044a6ddcc7f2de0ff61b02be24db4054c6f3def24373b28dd1152d62882d58383a3aa7a1f74cd5b743a299fd0719a2a2ff992d24
+Size (gegl-0.4.26.tar.xz) = 4942492 bytes
 SHA1 (patch-gegl_gegl-config.c) = a8e1f5f5394a33be2bcdcb05ec7654d06f7ad4bc



Home | Main Index | Thread Index | Old Index