aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2021-04-06 14:02:18 +0000
committerDima Panov <fluffy@FreeBSD.org>2021-04-06 14:07:43 +0000
commit2287f5a66f822eb509f8f9400726e1c06284169e (patch)
treeed06280c33e8ed6902c170bc66f0bdd3e3a52560 /graphics
parent6937623cc57275377381c5664ecea13bfdf4800a (diff)
downloadports-2287f5a66f822eb509f8f9400726e1c06284169e.tar.gz
ports-2287f5a66f822eb509f8f9400726e1c06284169e.zip
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
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gegl/Makefile5
-rw-r--r--graphics/gegl/distinfo6
-rw-r--r--graphics/gegl/pkg-plist2
-rw-r--r--graphics/gimp-app/Makefile3
-rw-r--r--graphics/gimp-app/distinfo6
-rw-r--r--graphics/gimp-app/files/patch-app_actions_debug-actions.c13
-rw-r--r--graphics/gimp-app/files/patch-app_sanity.c10
-rw-r--r--graphics/gimp-app/pkg-plist3
-rw-r--r--graphics/gimp/Makefile2
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