From 47f76bf2917b87a3e545d590617be96cc99fd5f25ea77098c2adc9b73fb40f06 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 15 Apr 2021 13:16:59 +0000 Subject: [PATCH] Accepting request 885331 from home:pgajdos:openexr3 - added patches fix https://gitlab.gnome.org/GNOME/gegl/-/issues/284 + gegl-openexr3.patch OBS-URL: https://build.opensuse.org/request/show/885331 OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=110 --- gegl-openexr3.patch | 24 ++++++++++++++++++++++++ gegl.changes | 7 +++++++ gegl.spec | 4 +++- 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 gegl-openexr3.patch diff --git a/gegl-openexr3.patch b/gegl-openexr3.patch new file mode 100644 index 0000000..8d0cb8d --- /dev/null +++ b/gegl-openexr3.patch @@ -0,0 +1,24 @@ +Index: gegl-0.4.30/operations/external/exr-load.cpp +=================================================================== +--- gegl-0.4.30.orig/operations/external/exr-load.cpp 2021-03-27 20:13:57.953967000 +0100 ++++ gegl-0.4.30/operations/external/exr-load.cpp 2021-04-14 12:59:45.356157579 +0200 +@@ -31,6 +31,7 @@ property_file_path (path, "File", "") + + #include "gegl-op.h" + ++#include + #include + #include + #include +Index: gegl-0.4.30/operations/external/exr-save.cc +=================================================================== +--- gegl-0.4.30.orig/operations/external/exr-save.cc 2021-03-27 20:13:57.953967000 +0100 ++++ gegl-0.4.30/operations/external/exr-save.cc 2021-04-14 13:00:22.140377503 +0200 +@@ -39,6 +39,7 @@ extern "C" { + } /* extern "C" */ + + #include ++#include + #include + #include + #include diff --git a/gegl.changes b/gegl.changes index 735f71f..1b10603 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 14 11:44:17 UTC 2021 - pgajdos@suse.com + +- added patches + fix https://gitlab.gnome.org/GNOME/gegl/-/issues/284 + + gegl-openexr3.patch + ------------------------------------------------------------------- Mon Mar 29 13:12:47 UTC 2021 - Paolo Stivanin diff --git a/gegl.spec b/gegl.spec index c19d05d..0212fd6 100644 --- a/gegl.spec +++ b/gegl.spec @@ -31,6 +31,8 @@ Group: Productivity/Graphics/Other URL: http://gegl.org/ Source0: https://download.gimp.org/pub/gegl/0.4/%{name}-%{version}.tar.xz Source99: baselibs.conf +# https://gitlab.gnome.org/GNOME/gegl/-/issues/284 +Patch0: gegl-openexr3.patch BuildRequires: ImageMagick BuildRequires: asciidoc BuildRequires: gcc-c++ @@ -152,7 +154,7 @@ input and output. %lang_package -n %{name}-0_4 %prep -%autosetup +%autosetup -p1 %build %ifarch aarch64