gegl: upgrade 0.4.30 -> 0.4.34

OpenEXR-3 patch was applied upstream

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andreas Müller 2021-12-31 18:29:24 +01:00 committed by Khem Raj
parent bcd3f4d65b
commit 7c385da6ab
2 changed files with 2 additions and 33 deletions

View File

@ -1,28 +0,0 @@
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

View File

@ -21,11 +21,8 @@ REQUIRED_DISTRO_FEATURES = "x11"
SHPV = "${@gnome_verdir("${PV}")}"
SRC_URI = " \
https://download.gimp.org/pub/${BPN}/${SHPV}/${BP}.tar.xz \
file://0001-Fix-build-with-OpenEXR-3.patch \
"
SRC_URI[sha256sum] = "c112782cf4096969e23217ccdfabe42284e35d5435ff0c43d40e4c70faeca8dd"
SRC_URI = "https://download.gimp.org/pub/${BPN}/${SHPV}/${BP}.tar.xz"
SRC_URI[sha256sum] = "ef63f0bca5b431c6119addd834ca7fbb507c900c4861c57b3667b6f4ccfcaaaa"
PACKAGECONFIG ??= "gexiv2 jpeg libpng libraw librsvg pango poppler sdl2"
PACKAGECONFIG:class-native = "libpng librsvg"