mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
gegl: Update to 0.4.30
Fix build on build hosts with OpenEXR 3.0 Drop SDL2 patch, its upstream in this version Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
From 073d622fbf8564271cd9be87c2f619ea00498578 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Sat, 1 May 2021 08:25:24 -0700
|
||||
Subject: [PATCH] Fix build with OpenEXR 3
|
||||
|
||||
Add a header that is no longer transitively included
|
||||
|
||||
Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/gegl/-/merge_requests/96]
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
operations/external/exr-save.cc | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/operations/external/exr-save.cc b/operations/external/exr-save.cc
|
||||
index 1e8c09d..87abed5 100644
|
||||
--- a/operations/external/exr-save.cc
|
||||
+++ b/operations/external/exr-save.cc
|
||||
@@ -45,6 +45,7 @@ extern "C" {
|
||||
#include <ImfChromaticities.h>
|
||||
#include <ImfStandardAttributes.h>
|
||||
#include <ImfArray.h>
|
||||
+#include <ImfFrameBuffer.h>
|
||||
#include "ImathRandom.h"
|
||||
|
||||
|
||||
--
|
||||
2.31.1
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
From 6bed199a73a7af39344cf8e799b665011553600c Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Sat, 8 Feb 2020 14:29:52 +0100
|
||||
Subject: [PATCH] meson.build: Give note if sdl2 was found
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Configure output confused me a bit
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
meson.build | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index 9d5b484..296b5f3 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -374,6 +374,7 @@ message('\n'.join(['',
|
||||
' OpenEXR: @0@'.format(openexr.found()),
|
||||
' rsvg: @0@'.format(librsvg.found()),
|
||||
' SDL: @0@'.format(sdl1.found()),
|
||||
+' SDL2: @0@'.format(sdl2.found()),
|
||||
' libraw: @0@'.format(libraw.found()),
|
||||
' Jasper: @0@'.format(jasper.found()),
|
||||
' av libs: @0@'.format(avlibs_found),
|
||||
--
|
||||
2.21.0
|
||||
|
||||
+2
-2
@@ -24,9 +24,9 @@ SHPV = "${@gnome_verdir("${PV}")}"
|
||||
|
||||
SRC_URI = " \
|
||||
https://download.gimp.org/pub/${BPN}/${SHPV}/${BP}.tar.xz \
|
||||
file://0001-meson.build-Give-note-if-sdl2-was-found.patch \
|
||||
file://0001-Fix-build-with-OpenEXR-3.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "1d110d8577d54cca3b34239315bd37c57ccb27dd4355655074a2d2b3fd897900"
|
||||
SRC_URI[sha256sum] = "c112782cf4096969e23217ccdfabe42284e35d5435ff0c43d40e4c70faeca8dd"
|
||||
|
||||
PACKAGECONFIG ??= "gexiv2 jpeg libpng librsvg sdl2"
|
||||
PACKAGECONFIG_class-native = "libpng librsvg"
|
||||
Reference in New Issue
Block a user