update to gimp-2.10.24
This commit is contained in:
parent
52c69678d4
commit
84b3eb81ad
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.142 2021/02/23 19:39:25 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.143 2021/03/31 20:52:47 sthen Exp $
|
||||
|
||||
COMMENT= GNU Image Manipulation Program
|
||||
|
||||
DISTNAME = gimp-2.10.22
|
||||
REVISION = 1
|
||||
DISTNAME = gimp-2.10.24
|
||||
|
||||
.for i in gimp gimpbase gimpcolor gimpconfig gimpmath gimpmodule \
|
||||
gimpthumb gimpui gimpwidgets
|
||||
@ -27,14 +26,14 @@ PERMIT_PACKAGE= Yes
|
||||
WANTLIB += ${COMPILER_LIBCXX}
|
||||
WANTLIB += Half-2_5 ICE Iex-2_5 IexMath-2_5 IlmImf-2_5 IlmThread-2_5
|
||||
WANTLIB += Imath-2_5 SM X11 Xcomposite Xcursor Xdamage Xext Xfixes
|
||||
WANTLIB += Xi Xinerama Xmu Xpm Xrandr Xrender Xt aa atk-1.0 avahi-client
|
||||
WANTLIB += avahi-common babl-0.1 bz2 c cairo cairo-gobject cups
|
||||
WANTLIB += curses dbus-1 de265 execinfo exiv2 expat ffi fontconfig
|
||||
WANTLIB += freetype fribidi gdk-x11-2.0 gdk_pixbuf-2.0 gegl-0.4
|
||||
WANTLIB += gexiv2 gio-2.0 glib-2.0 gmodule-2.0 gmp gnutls gobject-2.0
|
||||
WANTLIB += graphite2 gs gtk-x11-2.0 harfbuzz heif hogweed iconv
|
||||
WANTLIB += idn2 ijs intl jbig2dec jpeg json-c json-glib-1.0 lcms
|
||||
WANTLIB += lcms2 lzma m mng mypaint nettle openjp2 p11-kit
|
||||
WANTLIB += Xi Xinerama Xmu Xpm Xrandr Xrender Xt aa aom atk-1.0
|
||||
WANTLIB += avahi-client avahi-common babl-0.1 bz2 c cairo cairo-gobject
|
||||
WANTLIB += cups curses dav1d dbus-1 de265 execinfo exiv2 expat
|
||||
WANTLIB += ffi fontconfig freetype fribidi gdk-x11-2.0 gdk_pixbuf-2.0
|
||||
WANTLIB += gegl-0.4 gexiv2 gio-2.0 glib-2.0 gmodule-2.0 gmp gnutls
|
||||
WANTLIB += gobject-2.0 graphite2 gs gtk-x11-2.0 harfbuzz heif
|
||||
WANTLIB += hogweed iconv idn2 ijs intl jbig2dec jpeg json-c json-glib-1.0
|
||||
WANTLIB += lcms lcms2 lzma m mng mypaint nettle openjp2 p11-kit
|
||||
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
||||
WANTLIB += png poppler poppler-glib rsvg-2 tasn1 tiff unistring
|
||||
WANTLIB += webp webpdemux webpmux wmf-0.2 wmflite-0.2 x265 xcb
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gimp-2.10.22.tar.bz2) = LbhLV/N3jYCzRm18IaIdIuMVx7Bi3iiDy6rtqaD2GLs=
|
||||
SIZE (gimp-2.10.22.tar.bz2) = 33152226
|
||||
SHA256 (gimp-2.10.24.tar.bz2) = vRu3YjaMDdMXXPBQBoEt1naUnDcH4h9OaFdDXLQ1mJ4=
|
||||
SIZE (gimp-2.10.24.tar.bz2) = 31546295
|
||||
|
@ -1,21 +0,0 @@
|
||||
$OpenBSD: patch-app_actions_debug-actions_c,v 1.1 2020/12/24 09:10:38 ajacoutot Exp $
|
||||
|
||||
From 2cae9b9acf9da98c4c9990819ffbd5aabe23017e Mon Sep 17 00:00:00 2001
|
||||
From: Jehan <jehan@girinstud.io>
|
||||
Date: Mon, 14 Dec 2020 19:53:38 +0100
|
||||
Subject: [PATCH] app: make "gegl:introspect" an optional operation dependency.
|
||||
|
||||
Index: app/actions/debug-actions.c
|
||||
--- app/actions/debug-actions.c.orig
|
||||
+++ 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
|
||||
}
|
@ -1,18 +0,0 @@
|
||||
$OpenBSD: patch-app_sanity_c,v 1.1 2020/12/24 09:10:38 ajacoutot Exp $
|
||||
|
||||
From 2cae9b9acf9da98c4c9990819ffbd5aabe23017e Mon Sep 17 00:00:00 2001
|
||||
From: Jehan <jehan@girinstud.io>
|
||||
Date: Mon, 14 Dec 2020 19:53:38 +0100
|
||||
Subject: [PATCH] app: make "gegl:introspect" an optional operation dependency.
|
||||
|
||||
Index: app/sanity.c
|
||||
--- app/sanity.c.orig
|
||||
+++ 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",
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-etc_Makefile_in,v 1.19 2020/11/05 11:39:44 espie Exp $
|
||||
$OpenBSD: patch-etc_Makefile_in,v 1.20 2021/03/31 20:52:47 sthen Exp $
|
||||
|
||||
Index: etc/Makefile.in
|
||||
--- etc/Makefile.in.orig
|
||||
+++ etc/Makefile.in
|
||||
@@ -536,7 +536,7 @@ gimpdatadir = @gimpdatadir@
|
||||
@@ -530,7 +530,7 @@ gimpdatadir = @gimpdatadir@
|
||||
gimpdir = @gimpdir@
|
||||
gimplocaledir = @gimplocaledir@
|
||||
gimpplugindir = @gimpplugindir@
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.49 2020/11/01 20:40:45 jca Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.50 2021/03/31 20:52:47 sthen Exp $
|
||||
bin/gimp
|
||||
@bin bin/gimp-2.10
|
||||
bin/gimp-console
|
||||
@ -512,9 +512,9 @@ lib/gimp/2.0/plug-ins/print/
|
||||
@bin lib/gimp/2.0/plug-ins/print/print
|
||||
lib/gimp/2.0/plug-ins/procedure-browser/
|
||||
@bin lib/gimp/2.0/plug-ins/procedure-browser/procedure-browser
|
||||
lib/gimp/2.0/plug-ins/${MODPY_PY_PREFIX}slice/
|
||||
lib/gimp/2.0/plug-ins/${MODPY_PY_PREFIX}slice/${MODPY_PY_PREFIX}slice.py
|
||||
lib/gimp/2.0/plug-ins/${MODPY_PY_PREFIX}slice/${MODPY_PY_PREFIX}slice.pyc
|
||||
lib/gimp/2.0/plug-ins/py-slice/
|
||||
lib/gimp/2.0/plug-ins/py-slice/py-slice.py
|
||||
lib/gimp/2.0/plug-ins/py-slice/py-slice.pyc
|
||||
lib/gimp/2.0/plug-ins/python-console/
|
||||
lib/gimp/2.0/plug-ins/python-console/pyconsole.py
|
||||
lib/gimp/2.0/plug-ins/python-console/pyconsole.pyc
|
||||
@ -4137,6 +4137,9 @@ share/gimp/2.0/icons/Symbolic/scalable/apps/zoom-original.svg
|
||||
share/gimp/2.0/icons/Symbolic/scalable/apps/zoom-out.svg
|
||||
share/gimp/2.0/icons/hicolor/
|
||||
share/gimp/2.0/icons/hicolor/index.theme
|
||||
share/gimp/2.0/icons/hicolor/scalable/
|
||||
share/gimp/2.0/icons/hicolor/scalable/status/
|
||||
share/gimp/2.0/icons/hicolor/scalable/status/software-update-available.svg
|
||||
share/gimp/2.0/images/
|
||||
share/gimp/2.0/images/gimp-logo.png
|
||||
share/gimp/2.0/images/gimp-splash.png
|
||||
@ -4295,7 +4298,7 @@ share/gimp/2.0/scripts/chrome-it.scm
|
||||
share/gimp/2.0/scripts/circuit.scm
|
||||
share/gimp/2.0/scripts/clothify.scm
|
||||
share/gimp/2.0/scripts/coffee.scm
|
||||
share/gimp/2.0/scripts/co${MODPY_PY_PREFIX}visible.scm
|
||||
share/gimp/2.0/scripts/copy-visible.scm
|
||||
share/gimp/2.0/scripts/difference-clouds.scm
|
||||
share/gimp/2.0/scripts/distress-selection.scm
|
||||
share/gimp/2.0/scripts/drop-shadow.scm
|
||||
@ -5604,6 +5607,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
|
||||
|
Loading…
Reference in New Issue
Block a user