From owner-dev-commits-ports-all@freebsd.org Sun Sep 19 23:06:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0F03C673342; Sun, 19 Sep 2021 23:06:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HCNc36zXfz4rwm; Sun, 19 Sep 2021 23:06:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE0A025A87; Sun, 19 Sep 2021 23:06:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18JN6hfg015327; Sun, 19 Sep 2021 23:06:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18JN6hrc015326; Sun, 19 Sep 2021 23:06:43 GMT (envelope-from git) Date: Sun, 19 Sep 2021 23:06:43 GMT Message-Id: <202109192306.18JN6hrc015326@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dima Panov Subject: git: 039d7a93fc20 - main - graphics/gegl: update to 0.4.32 release MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fluffy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 039d7a93fc206fe4a7d22764a1fbb774ce0be614 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2021 23:06:44 -0000 The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=039d7a93fc206fe4a7d22764a1fbb774ce0be614 commit 039d7a93fc206fe4a7d22764a1fbb774ce0be614 Author: Dima Panov AuthorDate: 2021-09-19 23:00:38 +0000 Commit: Dima Panov CommitDate: 2021-09-19 23:06:31 +0000 graphics/gegl: update to 0.4.32 release Changelog: - core: Fixing of leaks and dead code removal in json op handling, branch hints in buffer tile handling. - distance-transform: - openexr: fix build with newer OpenEXR 3 - negative-darkroom: contrast boost and illuminant adjustment parameter, reworked emulsion dye model, UI improvements, more black and white paper presets. - fill-path: 32bit float RGB and CMYK color processing, using ctx as renderer. With hat: desktop --- graphics/gegl/Makefile | 16 ++++++++-------- graphics/gegl/distinfo | 6 +++--- .../gegl/files/patch-operations_external_exr-save.cc | 10 ---------- graphics/gegl/pkg-plist | 4 +++- 4 files changed, 14 insertions(+), 22 deletions(-) diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index db2de9123e80..25ae1b74ddd8 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,8 +1,7 @@ # Created by: Pietro Cerutti PORTNAME= gegl -PORTVERSION= 0.4.30 -PORTREVISION= 11 +PORTVERSION= 0.4.32 CATEGORIES= graphics MASTER_SITES= GIMP @@ -28,27 +27,25 @@ USE_LDCONFIG= yes MESON_ARGS= -Ddocs=false \ -Dworkshop=false \ -Dintrospection=true \ - -Dvapigen=disabled \ -Dlensfun=disabled \ -Dlibjpeg=enabled \ -Dlibpng=enabled \ -Dmrg=disabled \ -Dpygobject=disabled \ - -Dvapigen=disabled \ -Dlua=disabled -GEGL_SHLIB= 0.429.1 +GEGL_SHLIB= 0.431.1 GEGL_VER= 0.4 PLIST_SUB+= GEGL_SHLIB=${GEGL_SHLIB} GEGL_VER=${GEGL_VER} SHEBANG_FILES= tools/xml_insert.sh OPTIONS_SUB= yes -OPTIONS_DEFINE= CAIRO ENSCRIPT FFMPEG PIXBUF GRAPHVIZ JASPER \ +OPTIONS_DEFINE= CAIRO ENSCRIPT FFMPEG PIXBUF GRAPHVIZ JASPER LCMS2 \ OPENEXR RAW PANGO POPPLER LIBRSVG2 SDL SPIRO V4L \ - LCMS2 WEBP TIFF GEXIV2 + WEBP TIFF GEXIV2 VAPI OPTIONS_DEFAULT=CAIRO ENSCRIPT GEXIV2 PIXBUF GRAPHVIZ JASPER LCMS2 \ - OPENEXR RAW PANGO POPPLER LIBRSVG2 SDL SPIRO V4L WEBP TIFF + OPENEXR RAW PANGO POPPLER LIBRSVG2 SDL SPIRO V4L WEBP TIFF VAPI PIXBUF_USE= GNOME=gdkpixbuf2 PIXBUF_MESON_ENABLED= gdk-pixbuf @@ -117,6 +114,9 @@ GEXIV2_MESON_ENABLED= gexiv2 TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff TIFF_MESON_ENABLED= libtiff +VAPI_BUILD_DEPENDS= vapigen:lang/vala +VAPI_MESON_ENABLED= vapigen + .include .if ${PORT_OPTIONS:MPANGO} && ${PORT_OPTIONS:MCAIRO} diff --git a/graphics/gegl/distinfo b/graphics/gegl/distinfo index 3c264b6bd523..b303533f9ef1 100644 --- a/graphics/gegl/distinfo +++ b/graphics/gegl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617458452 -SHA256 (gegl-0.4.30.tar.xz) = c112782cf4096969e23217ccdfabe42284e35d5435ff0c43d40e4c70faeca8dd -SIZE (gegl-0.4.30.tar.xz) = 5398052 +TIMESTAMP = 1632087858 +SHA256 (gegl-0.4.32.tar.xz) = 668e3c6b9faf75fb00512701c36274ab6f22a8ba05ec62dbf187d34b8d298fa1 +SIZE (gegl-0.4.32.tar.xz) = 5633796 diff --git a/graphics/gegl/files/patch-operations_external_exr-save.cc b/graphics/gegl/files/patch-operations_external_exr-save.cc deleted file mode 100644 index 69a1253b15e2..000000000000 --- a/graphics/gegl/files/patch-operations_external_exr-save.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- operations/external/exr-save.cc.orig 2021-03-27 19:13:57 UTC -+++ operations/external/exr-save.cc -@@ -45,6 +45,7 @@ extern "C" { - #include - #include - #include -+#include - #include "ImathRandom.h" - - diff --git a/graphics/gegl/pkg-plist b/graphics/gegl/pkg-plist index 16a95d72ff3c..fc7caacb8029 100644 --- a/graphics/gegl/pkg-plist +++ b/graphics/gegl/pkg-plist @@ -1,5 +1,6 @@ bin/gegl bin/gegl-imgcmp +include/gegl-%%GEGL_VER%%/ctx.h include/gegl-%%GEGL_VER%%/gegl-apply.h include/gegl-%%GEGL_VER%%/gegl-audio-fragment.h include/gegl-%%GEGL_VER%%/gegl-buffer-backend.h @@ -121,7 +122,6 @@ lib/gegl-%%GEGL_VER%%/seamless-clone.so %%TIFF%%lib/gegl-%%GEGL_VER%%/tiff-save.so lib/gegl-%%GEGL_VER%%/transformops.so %%V4L%%lib/gegl-%%GEGL_VER%%/v4l.so -%%CAIRO%%lib/gegl-%%GEGL_VER%%/vector-fill.so %%CAIRO%%lib/gegl-%%GEGL_VER%%/vector-stroke.so %%WEBP%%lib/gegl-%%GEGL_VER%%/webp-load.so %%WEBP%%lib/gegl-%%GEGL_VER%%/webp-save.so @@ -170,3 +170,5 @@ share/locale/sv/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/tr/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/uk/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/zh_CN/LC_MESSAGES/gegl-%%GEGL_VER%%.mo +%%VAPI%%share/vala/vapi/gegl-%%GEGL_VER%%.deps +%%VAPI%%share/vala/vapi/gegl-%%GEGL_VER%%.vapi