Received: by mail.netbsd.org (Postfix, from userid 605) id 3F66A84D8C; Sat, 3 Apr 2021 05:30:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7ABC084CFD for ; Sat, 3 Apr 2021 05:30:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id esAmtcQaNlTP for ; Sat, 3 Apr 2021 05:30:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8BDF484C86 for ; Sat, 3 Apr 2021 05:30:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 849DEFA95; Sat, 3 Apr 2021 05:30:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161742785182650" MIME-Version: 1.0 Date: Sat, 3 Apr 2021 05:30:51 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/graphics/gegl To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20210403053051.849DEFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161742785182650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Apr 3 05:30:51 UTC 2021 Modified Files: pkgsrc/graphics/gegl: Makefile PLIST distinfo Removed Files: pkgsrc/graphics/gegl/patches: patch-operations_external_exr-load.cpp Log Message: gegl: Update to 0.4.30 Changelog: GEGL-0.4.30 2021-03-27 ---------------------- Build: ~~~~~~ libjpeg and libpng are now required. Reduce babl requirement to 0.1.78, it is *highly* recommended to build with a newer babl though despite it being what wants to increase the meson version requirement. Improved gir build options, fixes for cross compilation. Large improvements of integration of tests with meson. XML tests are now outputting in TAP format. As well as many related cleanups of tests that have been in a state of slight bitrot since the migration to meson. Upload meson logs as artifcats, use release and debugoptimized build types. Pin glibc package in arch CI build to a version before it hard depends on linux 4.4. New Operations: ~~~~~~~~~~~~~~~ negative-darkroom: This operation is for artists who use hybrid workflow technique of analog photography. After scanning a developed negative, this operation is used to invert the scan to create a positive image by simulating the light behaviour of darkroom enlarger and common photographic papers. Operations: ~~~~~~~~~~~ jpg-load,png-load,tiff-load: show ICC relatd problems as warnings. rgbe-load : fix handling of exponent=0 in RLE encoded files. color-reduction : Added blue-noise modes, the patents are expired for some years already, also added fix to levels parameters; enabling bi-level. fattal02 : ensure gaussian pyramid has at least one level. paint-select (in workshop): multi-level banded graphcut, sub-region rather than full buffer rcomputations and other improvements. GEGL-0.4.28 2020-12-20 ---------------------- Core: ~~~~~ Infrastructure to opt out of listing ops with unmet runtime dependencies. Build: ~~~~~~ Set vapi metadata better under meson. Make graphviz' dot library is a run-time not build time dependency. Operations: ~~~~~~~~~~~ gegl:convert-space and gegl:cast-space operations fixed, and added to build. icc:load new operation that treats .icc files as images, permitting loading a space into the graph from file. Workshop: ~~~~~~~~~ New operation paint-select for an foreground select tool in development. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 pkgsrc/graphics/gegl/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/gegl/PLIST cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/gegl/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/graphics/gegl/patches/patch-operations_external_exr-load.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161742785182650 Content-Disposition: inline Content-Length: 6121 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/gegl/Makefile diff -u pkgsrc/graphics/gegl/Makefile:1.90 pkgsrc/graphics/gegl/Makefile:1.91 --- pkgsrc/graphics/gegl/Makefile:1.90 Thu Nov 5 09:06:54 2020 +++ pkgsrc/graphics/gegl/Makefile Sat Apr 3 05:30:51 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.90 2020/11/05 09:06:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.91 2021/04/03 05:30:51 ryoon Exp $ -DISTNAME= gegl-0.4.26 -PKGREVISION= 1 +DISTNAME= gegl-0.4.30 CATEGORIES= graphics MASTER_SITES= https://download.gimp.org/pub/gegl/0.4/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/graphics/gegl/PLIST diff -u pkgsrc/graphics/gegl/PLIST:1.30 pkgsrc/graphics/gegl/PLIST:1.31 --- pkgsrc/graphics/gegl/PLIST:1.30 Thu Oct 8 11:17:24 2020 +++ pkgsrc/graphics/gegl/PLIST Sat Apr 3 05:30:51 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.30 2020/10/08 11:17:24 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.31 2021/04/03 05:30:51 ryoon Exp $ bin/gegl bin/gegl-imgcmp include/gegl-0.4/gegl-apply.h @@ -84,48 +84,47 @@ include/gegl-0.4/sc/sc-common.h include/gegl-0.4/sc/sc-context.h include/gegl-0.4/sc/sc-outline.h include/gegl-0.4/sc/sc-sample.h -lib/gegl-0.4/exr-load.${SOEXT} -lib/gegl-0.4/exr-save.${SOEXT} -lib/gegl-0.4/gegl-common-cxx.${SOEXT} -lib/gegl-0.4/gegl-common-gpl3.${SOEXT} -lib/gegl-0.4/gegl-common.${SOEXT} -lib/gegl-0.4/gegl-core.${SOEXT} -lib/gegl-0.4/gegl-generated.${SOEXT} -lib/gegl-0.4/gif-load.${SOEXT} +lib/gegl-0.4/dropshadow2.json +lib/gegl-0.4/exr-load.so +lib/gegl-0.4/exr-save.so +lib/gegl-0.4/gegl-common-cxx.so +lib/gegl-0.4/gegl-common-gpl3.so +lib/gegl-0.4/gegl-common.so +lib/gegl-0.4/gegl-core.so +lib/gegl-0.4/gegl-generated.so +lib/gegl-0.4/gif-load.so lib/gegl-0.4/grey2.json -${PLIST.jasper}lib/gegl-0.4/jp2-load.${SOEXT} -lib/gegl-0.4/jpg-load.${SOEXT} -lib/gegl-0.4/jpg-save.${SOEXT} -lib/gegl-0.4/lcms-from-profile.${SOEXT} -lib/gegl-0.4/npd.${SOEXT} -lib/gegl-0.4/npy-save.${SOEXT} -lib/gegl-0.4/path.${SOEXT} -lib/gegl-0.4/pixbuf-load.${SOEXT} -lib/gegl-0.4/pixbuf-save.${SOEXT} -lib/gegl-0.4/png-load.${SOEXT} -lib/gegl-0.4/png-save.${SOEXT} -lib/gegl-0.4/ppm-load.${SOEXT} -lib/gegl-0.4/ppm-save.${SOEXT} -lib/gegl-0.4/rgbe-load.${SOEXT} -lib/gegl-0.4/rgbe-save.${SOEXT} -lib/gegl-0.4/sdl2-display.${SOEXT} -lib/gegl-0.4/seamless-clone-compose.${SOEXT} -lib/gegl-0.4/seamless-clone.${SOEXT} -${PLIST.svg}lib/gegl-0.4/svg-load.${SOEXT} -lib/gegl-0.4/text.${SOEXT} -lib/gegl-0.4/tiff-load.${SOEXT} -lib/gegl-0.4/tiff-save.${SOEXT} -lib/gegl-0.4/transformops.${SOEXT} -lib/gegl-0.4/vector-fill.${SOEXT} -lib/gegl-0.4/vector-stroke.${SOEXT} -lib/gegl-0.4/webp-load.${SOEXT} -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.425.1 -lib/libgegl-npd-0.4.${SOEXT} -lib/libgegl-sc-0.4.${SOEXT} +lib/gegl-0.4/jpg-load.so +lib/gegl-0.4/jpg-save.so +lib/gegl-0.4/lcms-from-profile.so +lib/gegl-0.4/npd.so +lib/gegl-0.4/npy-save.so +lib/gegl-0.4/path.so +lib/gegl-0.4/pixbuf-load.so +lib/gegl-0.4/pixbuf-save.so +lib/gegl-0.4/png-load.so +lib/gegl-0.4/png-save.so +lib/gegl-0.4/ppm-load.so +lib/gegl-0.4/ppm-save.so +lib/gegl-0.4/rgbe-load.so +lib/gegl-0.4/rgbe-save.so +lib/gegl-0.4/sdl2-display.so +lib/gegl-0.4/seamless-clone-compose.so +lib/gegl-0.4/seamless-clone.so +lib/gegl-0.4/svg-load.so +lib/gegl-0.4/text.so +lib/gegl-0.4/tiff-load.so +lib/gegl-0.4/tiff-save.so +lib/gegl-0.4/transformops.so +lib/gegl-0.4/vector-fill.so +lib/gegl-0.4/vector-stroke.so +lib/gegl-0.4/webp-load.so +lib/gegl-0.4/webp-save.so +lib/libgegl-0.4.so +lib/libgegl-0.4.so.0 +lib/libgegl-0.4.so.0.429.1 +lib/libgegl-npd-0.4.so +lib/libgegl-sc-0.4.so lib/pkgconfig/gegl-0.4.pc lib/pkgconfig/gegl-sc-0.4.pc share/locale/bs/LC_MESSAGES/gegl-0.4.mo @@ -143,6 +142,7 @@ share/locale/hr/LC_MESSAGES/gegl-0.4.mo 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/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 share/locale/mr/LC_MESSAGES/gegl-0.4.mo @@ -153,10 +153,12 @@ share/locale/oc/LC_MESSAGES/gegl-0.4.mo share/locale/pl/LC_MESSAGES/gegl-0.4.mo share/locale/pt/LC_MESSAGES/gegl-0.4.mo share/locale/pt_BR/LC_MESSAGES/gegl-0.4.mo +share/locale/ro/LC_MESSAGES/gegl-0.4.mo share/locale/ru/LC_MESSAGES/gegl-0.4.mo share/locale/sk/LC_MESSAGES/gegl-0.4.mo share/locale/sl/LC_MESSAGES/gegl-0.4.mo share/locale/sr/LC_MESSAGES/gegl-0.4.mo +share/locale/sr@latin/LC_MESSAGES/gegl-0.4.mo share/locale/sv/LC_MESSAGES/gegl-0.4.mo share/locale/tr/LC_MESSAGES/gegl-0.4.mo share/locale/uk/LC_MESSAGES/gegl-0.4.mo Index: pkgsrc/graphics/gegl/distinfo diff -u pkgsrc/graphics/gegl/distinfo:1.32 pkgsrc/graphics/gegl/distinfo:1.33 --- pkgsrc/graphics/gegl/distinfo:1.32 Tue Mar 23 09:56:30 2021 +++ pkgsrc/graphics/gegl/distinfo Sat Apr 3 05:30:51 2021 @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.32 2021/03/23 09:56:30 ryoon Exp $ +$NetBSD: distinfo,v 1.33 2021/04/03 05:30:51 ryoon Exp $ -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 (gegl-0.4.30.tar.xz) = 5409c096dcba512186a0a6a8ef2449d62b2affae +RMD160 (gegl-0.4.30.tar.xz) = a9c35d5343baad327a622d1989f8f43597d9ccd1 +SHA512 (gegl-0.4.30.tar.xz) = 73db2d18260ba061fbbc2adb3256ea9d5b822b57f5654cc3aefb59e7afeeb2e4f0fd7e95ac14603c0a549935df04d5744001089efb378511c914c68664dbd378 +Size (gegl-0.4.30.tar.xz) = 5398052 bytes SHA1 (patch-gegl_gegl-config.c) = a8e1f5f5394a33be2bcdcb05ec7654d06f7ad4bc -SHA1 (patch-operations_external_exr-load.cpp) = 2ffaf951af00cf3b079c3782b392341a2614eb31 SHA1 (patch-operations_external_png-load.c) = 9a03e842597d6c069f7dfa0fa224dd487479b27f SHA1 (patch-operations_external_tiff-load.c) = 5be8581a1459db3007bb82c27c2770356314f71d --_----------=_161742785182650--