summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gimp/gegl/gegl/0001-Fix-build-with-OpenEXR-3.patch28
-rw-r--r--meta-gnome/recipes-gimp/gegl/gegl/0001-meson.build-Give-note-if-sdl2-was-found.patch32
-rw-r--r--meta-gnome/recipes-gimp/gegl/gegl_0.4.30.bb (renamed from meta-gnome/recipes-gimp/gegl/gegl_0.4.28.bb)4
3 files changed, 30 insertions, 34 deletions
diff --git a/meta-gnome/recipes-gimp/gegl/gegl/0001-Fix-build-with-OpenEXR-3.patch b/meta-gnome/recipes-gimp/gegl/gegl/0001-Fix-build-with-OpenEXR-3.patch
new file mode 100644
index 0000000000..b2f13afd5d
--- /dev/null
+++ b/meta-gnome/recipes-gimp/gegl/gegl/0001-Fix-build-with-OpenEXR-3.patch
@@ -0,0 +1,28 @@
1From 073d622fbf8564271cd9be87c2f619ea00498578 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 1 May 2021 08:25:24 -0700
4Subject: [PATCH] Fix build with OpenEXR 3
5
6Add a header that is no longer transitively included
7
8Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/gegl/-/merge_requests/96]
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10---
11 operations/external/exr-save.cc | 1 +
12 1 file changed, 1 insertion(+)
13
14diff --git a/operations/external/exr-save.cc b/operations/external/exr-save.cc
15index 1e8c09d..87abed5 100644
16--- a/operations/external/exr-save.cc
17+++ b/operations/external/exr-save.cc
18@@ -45,6 +45,7 @@ extern "C" {
19 #include <ImfChromaticities.h>
20 #include <ImfStandardAttributes.h>
21 #include <ImfArray.h>
22+#include <ImfFrameBuffer.h>
23 #include "ImathRandom.h"
24
25
26--
272.31.1
28
diff --git a/meta-gnome/recipes-gimp/gegl/gegl/0001-meson.build-Give-note-if-sdl2-was-found.patch b/meta-gnome/recipes-gimp/gegl/gegl/0001-meson.build-Give-note-if-sdl2-was-found.patch
deleted file mode 100644
index 6a49f1d7ce..0000000000
--- a/meta-gnome/recipes-gimp/gegl/gegl/0001-meson.build-Give-note-if-sdl2-was-found.patch
+++ /dev/null
@@ -1,32 +0,0 @@
1From 6bed199a73a7af39344cf8e799b665011553600c Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
3Date: Sat, 8 Feb 2020 14:29:52 +0100
4Subject: [PATCH] meson.build: Give note if sdl2 was found
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Configure output confused me a bit
10
11Upstream-Status: Pending
12
13Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
14---
15 meson.build | 1 +
16 1 file changed, 1 insertion(+)
17
18diff --git a/meson.build b/meson.build
19index 9d5b484..296b5f3 100644
20--- a/meson.build
21+++ b/meson.build
22@@ -374,6 +374,7 @@ message('\n'.join(['',
23 ' OpenEXR: @0@'.format(openexr.found()),
24 ' rsvg: @0@'.format(librsvg.found()),
25 ' SDL: @0@'.format(sdl1.found()),
26+' SDL2: @0@'.format(sdl2.found()),
27 ' libraw: @0@'.format(libraw.found()),
28 ' Jasper: @0@'.format(jasper.found()),
29 ' av libs: @0@'.format(avlibs_found),
30--
312.21.0
32
diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.28.bb b/meta-gnome/recipes-gimp/gegl/gegl_0.4.30.bb
index 810036162c..d08a3a3c9a 100644
--- a/meta-gnome/recipes-gimp/gegl/gegl_0.4.28.bb
+++ b/meta-gnome/recipes-gimp/gegl/gegl_0.4.30.bb
@@ -24,9 +24,9 @@ SHPV = "${@gnome_verdir("${PV}")}"
24 24
25SRC_URI = " \ 25SRC_URI = " \
26 https://download.gimp.org/pub/${BPN}/${SHPV}/${BP}.tar.xz \ 26 https://download.gimp.org/pub/${BPN}/${SHPV}/${BP}.tar.xz \
27 file://0001-meson.build-Give-note-if-sdl2-was-found.patch \ 27 file://0001-Fix-build-with-OpenEXR-3.patch \
28" 28"
29SRC_URI[sha256sum] = "1d110d8577d54cca3b34239315bd37c57ccb27dd4355655074a2d2b3fd897900" 29SRC_URI[sha256sum] = "c112782cf4096969e23217ccdfabe42284e35d5435ff0c43d40e4c70faeca8dd"
30 30
31PACKAGECONFIG ??= "gexiv2 jpeg libpng librsvg sdl2" 31PACKAGECONFIG ??= "gexiv2 jpeg libpng librsvg sdl2"
32PACKAGECONFIG_class-native = "libpng librsvg" 32PACKAGECONFIG_class-native = "libpng librsvg"