mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
graphics/gimp{,-app},graphics/gegl,x11/babl: update to 2.10.38, 0.4.48, 0.1.108
Changelogs and News: https://www.gimp.org/news/2024/05/05/gimp-2-10-38-released/ https://gitlab.gnome.org/GNOME/gimp/-/blob/gimp-2-10/NEWS https://www.gegl.org/release-notes.html https://www.gegl.org/babl/ Also fix "graphics/gimp crash on quit". PR: 278789 278292 Reviewed by: diizzy Tested by: pkubaj (on powerpc*), saper@saper.info, tatsuki_makino@hotmail.com Approved by: gnome (maintainer, timeout > 2 weeks) Differential Revision: https://reviews.freebsd.org/D45094
This commit is contained in:
parent
4503f38813
commit
fe1e2dad6b
@ -1,12 +1,8 @@
|
||||
PORTNAME= gegl
|
||||
PORTVERSION= 0.4.46
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 0.4.48
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= GIMP
|
||||
|
||||
PATCH_SITES= https://gitlab.gnome.org/GNOME/gegl/-/commit/
|
||||
PATCHFILES+= a99a93e5c9013bd4101f5058cdee7d0cf30234fe.patch:-p1
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Graph based image processing framework
|
||||
WWW= https://gegl.org/
|
||||
@ -33,6 +29,7 @@ USES+= compiler:c++14-lang
|
||||
USE_GNOME= glib20 introspection:build
|
||||
USE_LDCONFIG= yes
|
||||
MESON_ARGS= -Ddocs=false \
|
||||
-Dgi-docgen=disabled \
|
||||
-Dworkshop=false \
|
||||
-Dintrospection=true \
|
||||
-Dlensfun=disabled \
|
||||
@ -46,7 +43,7 @@ MESON_ARGS= -Ddocs=false \
|
||||
MESON_ARGS_armv6= -Dopenmp=disabled
|
||||
MESON_ARGS_armv7= -Dopenmp=disabled
|
||||
|
||||
GEGL_SHLIB= 0.445.1
|
||||
GEGL_SHLIB= 0.447.1
|
||||
GEGL_VER= 0.4
|
||||
PLIST_SUB+= GEGL_SHLIB=${GEGL_SHLIB} GEGL_VER=${GEGL_VER}
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
TIMESTAMP = 1690532245
|
||||
SHA256 (gegl-0.4.46.tar.xz) = d0b3b2481bc8774c5f3d0a487611910166d18eef823a859fb91e781ab7b1e892
|
||||
SIZE (gegl-0.4.46.tar.xz) = 5799248
|
||||
SHA256 (a99a93e5c9013bd4101f5058cdee7d0cf30234fe.patch) = 87fd184bfe1d83e1a00dad3c0d57762bf5a6253ffa49fbec3eb000267dcb8c07
|
||||
SIZE (a99a93e5c9013bd4101f5058cdee7d0cf30234fe.patch) = 2588
|
||||
TIMESTAMP = 1714915707
|
||||
SHA256 (gegl-0.4.48.tar.xz) = 418c26d94be8805d7d98f6de0c6825ca26bd74fcacb6c188da47533d9ee28247
|
||||
SIZE (gegl-0.4.48.tar.xz) = 5805488
|
||||
|
@ -1,13 +0,0 @@
|
||||
Don't include altivec.h as this break the build on powerpc64.
|
||||
|
||||
Index: gegl/opencl/cl_platform.h
|
||||
--- gegl/opencl/cl_platform.h.orig
|
||||
+++ gegl/opencl/cl_platform.h
|
||||
@@ -270,7 +270,6 @@ typedef unsigned int cl_GLenum;
|
||||
|
||||
/* Define basic vector types */
|
||||
#if defined( __VEC__ )
|
||||
- #include <altivec.h> /* may be omitted depending on compiler. AltiVec spec provides no way to detect whether the header is required. */
|
||||
typedef vector unsigned char __cl_uchar16;
|
||||
typedef vector signed char __cl_char16;
|
||||
typedef vector unsigned short __cl_ushort8;
|
@ -1,15 +0,0 @@
|
||||
../gegl-0.4.30/operations/external/png-load.c:85:9: warning:
|
||||
implicit declaration of function 'strptime' is invalid in C99 [-Wimplicit-function-declaration]
|
||||
|
||||
Index: operations/external/png-load.c
|
||||
--- operations/external/png-load.c.orig
|
||||
+++ operations/external/png-load.c
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#ifdef HAVE_STRPTIME
|
||||
-#define _XOPEN_SOURCE
|
||||
+#define _XOPEN_SOURCE 700
|
||||
#include <time.h>
|
||||
#endif
|
||||
#include <glib/gi18n-lib.h>
|
@ -1,15 +0,0 @@
|
||||
../gegl-0.4.30/operations/external/tiff-load.c:99:9: warning:
|
||||
implicit declaration of function 'strptime' is invalid in C99
|
||||
|
||||
Index: operations/external/tiff-load.c
|
||||
--- operations/external/tiff-load.c.orig
|
||||
+++ operations/external/tiff-load.c
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#ifdef HAVE_STRPTIME
|
||||
-#define _XOPEN_SOURCE
|
||||
+#define _XOPEN_SOURCE 700
|
||||
#include <time.h>
|
||||
#endif
|
||||
#include <glib/gi18n-lib.h>
|
@ -1,6 +1,6 @@
|
||||
PORTNAME?= gimp
|
||||
PORTVERSION= 2.10.36
|
||||
PORTREVISION?= 3
|
||||
PORTVERSION= 2.10.38
|
||||
PORTREVISION?= 0
|
||||
PORTEPOCH?= 1
|
||||
CATEGORIES?= graphics gnome
|
||||
MASTER_SITES= GIMP/gimp/v${PORTVERSION:R}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1707563571
|
||||
SHA256 (gimp-2.10.36.tar.bz2) = 3d3bc3c69a4bdb3aea9ba2d5385ed98ea03953f3857aafd1d6976011ed7cdbb2
|
||||
SIZE (gimp-2.10.36.tar.bz2) = 31532334
|
||||
TIMESTAMP = 1714916480
|
||||
SHA256 (gimp-2.10.38.tar.bz2) = 50a845eec11c8831fe8661707950f5b8446e35f30edfb9acf98f85c1133f856e
|
||||
SIZE (gimp-2.10.38.tar.bz2) = 31698453
|
||||
|
@ -5218,6 +5218,7 @@ share/locale/ka/LC_MESSAGES/gimp20-libgimp.mo
|
||||
share/locale/ka/LC_MESSAGES/gimp20-python.mo
|
||||
share/locale/ka/LC_MESSAGES/gimp20-script-fu.mo
|
||||
share/locale/ka/LC_MESSAGES/gimp20-std-plug-ins.mo
|
||||
share/locale/kab/LC_MESSAGES/gimp20-libgimp.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
|
||||
|
@ -1,5 +1,5 @@
|
||||
PORTNAME= gimp
|
||||
DISTVERSION?= 2.10.32
|
||||
DISTVERSION?= 2.10.38
|
||||
PORTEPOCH?= 2
|
||||
CATEGORIES= graphics gnome
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
PORTNAME= babl
|
||||
PORTVERSION= 0.1.106
|
||||
PORTVERSION= 0.1.108
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= GIMP
|
||||
|
||||
@ -17,6 +17,8 @@ USES= gnome libtool localbase meson pathfix pkgconfig tar:xz vala:build
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= introspection:build
|
||||
|
||||
MESON_ARGS= -Dgi-docgen=disabled -Dwith-docs=false
|
||||
|
||||
OPTIONS_DEFINE= SIMD
|
||||
OPTIONS_DEFAULT_amd64=SIMD
|
||||
OPTIONS_EXCLUDE_i386=SIMD
|
||||
@ -25,7 +27,7 @@ SIMD_MESON_OFF= -Denable-mmx=false -Denable-sse=false \
|
||||
-Denable-sse2=false -Denable-sse4_1=false \
|
||||
-Denable-avx2=false -Denable-f16c=false
|
||||
|
||||
BABL_SHLIB= 0.205.1
|
||||
BABL_SHLIB= 0.207.1
|
||||
BABL_VER= 0.1
|
||||
PLIST_SUB+= BABL_SHLIB=${BABL_SHLIB} BABL_VER=${BABL_VER}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1684508483
|
||||
SHA256 (babl-0.1.106.tar.xz) = d325135d3304f088c134cc620013acf035de2e5d125a50a2d91054e7377c415f
|
||||
SIZE (babl-0.1.106.tar.xz) = 315068
|
||||
TIMESTAMP = 1714875298
|
||||
SHA256 (babl-0.1.108.tar.xz) = 26defe9deaab7ac4d0e076cab49c2a0d6ebd0df0c31fd209925a5f07edee1475
|
||||
SIZE (babl-0.1.108.tar.xz) = 317036
|
||||
|
@ -25,6 +25,7 @@ lib/babl-%%BABL_VER%%/cairo.so
|
||||
lib/babl-%%BABL_VER%%/double.so
|
||||
lib/babl-%%BABL_VER%%/fast-float.so
|
||||
lib/babl-%%BABL_VER%%/float.so
|
||||
lib/babl-%%BABL_VER%%/formats.so
|
||||
lib/babl-%%BABL_VER%%/gegl-fixups.so
|
||||
lib/babl-%%BABL_VER%%/gggl-lies.so
|
||||
lib/babl-%%BABL_VER%%/gggl-table-lies.so
|
||||
|
Loading…
Reference in New Issue
Block a user