Date: Tue, 6 Apr 2021 14:07:55 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2287f5a66f82 - main - graphics/gimp[-app]: update to 2.10.24 release graphics/gegl: update to 0.4.30 release Message-ID: <202104061407.136E7tSl069134@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2287f5a66f822eb509f8f9400726e1c06284169e commit 2287f5a66f822eb509f8f9400726e1c06284169e Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2021-04-06 14:02:18 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2021-04-06 14:07:43 +0000 graphics/gimp[-app]: update to 2.10.24 release graphics/gegl: update to 0.4.30 release With hat: desktop Submitted by: Sergey Golyashov via IM --- graphics/gegl/Makefile | 5 ++--- graphics/gegl/distinfo | 6 +++--- graphics/gegl/pkg-plist | 2 ++ graphics/gimp-app/Makefile | 3 +-- graphics/gimp-app/distinfo | 6 +++--- graphics/gimp-app/files/patch-app_actions_debug-actions.c | 13 ------------- graphics/gimp-app/files/patch-app_sanity.c | 10 ---------- graphics/gimp-app/pkg-plist | 3 +++ graphics/gimp/Makefile | 2 +- 9 files changed, 15 insertions(+), 35 deletions(-) diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 299275955ec9..30d0815aa59b 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gegl -PORTVERSION= 0.4.28 -PORTREVISION= 7 +PORTVERSION= 0.4.30 CATEGORIES= graphics MASTER_SITES= GIMP @@ -38,7 +37,7 @@ MESON_ARGS= -Ddocs=false \ -Dvapigen=disabled \ -Dlua=disabled -GEGL_SHLIB= 0.427.1 +GEGL_SHLIB= 0.429.1 GEGL_VER= 0.4 PLIST_SUB+= GEGL_SHLIB=${GEGL_SHLIB} GEGL_VER=${GEGL_VER} diff --git a/graphics/gegl/distinfo b/graphics/gegl/distinfo index 07f8250604c6..3c264b6bd523 100644 --- a/graphics/gegl/distinfo +++ b/graphics/gegl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608662664 -SHA256 (gegl-0.4.28.tar.xz) = 1d110d8577d54cca3b34239315bd37c57ccb27dd4355655074a2d2b3fd897900 -SIZE (gegl-0.4.28.tar.xz) = 4966580 +TIMESTAMP = 1617458452 +SHA256 (gegl-0.4.30.tar.xz) = c112782cf4096969e23217ccdfabe42284e35d5435ff0c43d40e4c70faeca8dd +SIZE (gegl-0.4.30.tar.xz) = 5398052 diff --git a/graphics/gegl/pkg-plist b/graphics/gegl/pkg-plist index 3cb9f0f81dce..16a95d72ff3c 100644 --- a/graphics/gegl/pkg-plist +++ b/graphics/gegl/pkg-plist @@ -87,6 +87,7 @@ include/gegl-%%GEGL_VER%%/sc/sc-sample.h %%OPENEXR%%lib/gegl-%%GEGL_VER%%/exr-save.so %%FFMPEG%%lib/gegl-%%GEGL_VER%%/ff-load.so %%FFMPEG%%lib/gegl-%%GEGL_VER%%/ff-save.so +lib/gegl-%%GEGL_VER%%/dropshadow2.json lib/gegl-%%GEGL_VER%%/gegl-common-cxx.so lib/gegl-%%GEGL_VER%%/gegl-common-gpl3.so lib/gegl-%%GEGL_VER%%/gegl-common.so @@ -163,6 +164,7 @@ share/locale/ro/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/ru/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/sk/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/sl/LC_MESSAGES/gegl-%%GEGL_VER%%.mo +share/locale/sr@latin/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/sr/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/sv/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/tr/LC_MESSAGES/gegl-%%GEGL_VER%%.mo diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 4f2da01e653a..6c593cd7d77d 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME?= gimp-app -PORTVERSION= 2.10.22 -PORTREVISION= 3 +PORTVERSION= 2.10.24 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} diff --git a/graphics/gimp-app/distinfo b/graphics/gimp-app/distinfo index 98ad1e099b10..6000e3ef0b6b 100644 --- a/graphics/gimp-app/distinfo +++ b/graphics/gimp-app/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1610695492 -SHA256 (gimp-2.10.22.tar.bz2) = 2db84b57f3778d80b3466d7c21a21d22e315c7b062de2883cbaaeda9a0f618bb -SIZE (gimp-2.10.22.tar.bz2) = 33152226 +TIMESTAMP = 1617535924 +SHA256 (gimp-2.10.24.tar.bz2) = bd1bb762368c0dd3175cf05006812dd676949c3707e21f4e6857435cb435989e +SIZE (gimp-2.10.24.tar.bz2) = 31546295 diff --git a/graphics/gimp-app/files/patch-app_actions_debug-actions.c b/graphics/gimp-app/files/patch-app_actions_debug-actions.c deleted file mode 100644 index 9444616e1557..000000000000 --- a/graphics/gimp-app/files/patch-app_actions_debug-actions.c +++ /dev/null @@ -1,13 +0,0 @@ ---- app/actions/debug-actions.c.orig 2019-10-26 18:49:18 UTC -+++ app/actions/debug-actions.c -@@ -98,4 +98,10 @@ void - debug_actions_update (GimpActionGroup *group, - gpointer data) - { -+#define SET_SENSITIVE(action,condition) \ -+ gimp_action_group_set_action_sensitive (group, action, (condition) != 0) -+ -+ SET_SENSITIVE ("debug-show-image-graph", gegl_has_operation ("gegl:introspect")); -+ -+#undef SET_SENSITIVE - } diff --git a/graphics/gimp-app/files/patch-app_sanity.c b/graphics/gimp-app/files/patch-app_sanity.c deleted file mode 100644 index ae1f0127a8f3..000000000000 --- a/graphics/gimp-app/files/patch-app_sanity.c +++ /dev/null @@ -1,10 +0,0 @@ ---- app/sanity.c.orig 2020-06-07 20:03:47 UTC -+++ app/sanity.c -@@ -650,7 +650,6 @@ sanity_check_gegl_ops (void) - "gegl:hue-chroma", - "gegl:illusion", - "gegl:image-gradient", -- "gegl:introspect", - "gegl:invert-gamma", - "gegl:invert-linear", - "gegl:lens-blur", diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist index f4df819587f5..3c4440ffd45b 100644 --- a/graphics/gimp-app/pkg-plist +++ b/graphics/gimp-app/pkg-plist @@ -4423,6 +4423,7 @@ share/gimp/icons/Symbolic/scalable/apps/zoom-in.svg share/gimp/icons/Symbolic/scalable/apps/zoom-original.svg share/gimp/icons/Symbolic/scalable/apps/zoom-out.svg share/gimp/icons/hicolor/index.theme +share/gimp/icons/hicolor/scalable/status/software-update-available.svg share/gimp/images/gimp-logo.png share/gimp/images/gimp-splash.png share/gimp/images/wilber.png @@ -5233,6 +5234,8 @@ share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo share/locale/ja/LC_MESSAGES/gimp20-tips.mo share/locale/ja/LC_MESSAGES/gimp20.mo share/locale/ka/LC_MESSAGES/gimp20.mo +share/locale/kab/LC_MESSAGES/gimp20-python.mo +share/locale/kab/LC_MESSAGES/gimp20-std-plug-ins.mo share/locale/kk/LC_MESSAGES/gimp20-libgimp.mo share/locale/kk/LC_MESSAGES/gimp20.mo share/locale/km/LC_MESSAGES/gimp20-libgimp.mo diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index dcc847e50317..a85d06d7aa4a 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gimp -DISTVERSION?= 2.10.22 +DISTVERSION?= 2.10.24 PORTEPOCH?= 2 CATEGORIES= graphics gnome
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104061407.136E7tSl069134>