diff options
author | ryoon <ryoon@pkgsrc.org> | 2020-10-08 11:17:24 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2020-10-08 11:17:24 +0000 |
commit | c7366e53fce2355718275de92c4c4af4a49f83b0 (patch) | |
tree | ecf7769421016565dae10f0ebcb3f47d5ccb00fd /graphics/gegl | |
parent | 7ce0bba50104f37c74e43376d3a0e914f9bc78e8 (diff) | |
download | pkgsrc-c7366e53fce2355718275de92c4c4af4a49f83b0.tar.gz |
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 (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 5 | ||||
-rw-r--r-- | graphics/gegl/PLIST | 4 | ||||
-rw-r--r-- | graphics/gegl/distinfo | 10 |
3 files changed, 9 insertions, 10 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index a6e4dc7c20d..ac7d0445e7e 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -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 --git a/graphics/gegl/PLIST b/graphics/gegl/PLIST index 8cc83941048..c752a630937 100644 --- a/graphics/gegl/PLIST +++ b/graphics/gegl/PLIST @@ -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/gegl-0.4/webp-save.${SOEXT} 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 --git a/graphics/gegl/distinfo b/graphics/gegl/distinfo index 5b43b8673ac..c1a99efca60 100644 --- a/graphics/gegl/distinfo +++ b/graphics/gegl/distinfo @@ -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 |