]> git.pld-linux.org Git - packages/gegl.git/commitdiff
- updated to 0.4.36 auto/th/gegl-0.4.36-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 21 May 2022 17:20:08 +0000 (19:20 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 21 May 2022 17:20:08 +0000 (19:20 +0200)
- removed obsolete openexr3 patch

gegl.spec
openexr3.patch [deleted file]

index c05a37efef298e3b7560480d1bbb73120a64f40e..3ad8c52261b996a9b288ac7305abbf13828d73b9 100644 (file)
--- a/gegl.spec
+++ b/gegl.spec
 Summary:       Generic image processing library
 Summary(pl.UTF-8):     Ogólna biblioteka przetwarzania obrazu
 Name:          gegl
-Version:       0.4.30
-Release:       5
+Version:       0.4.36
+Release:       1
 License:       LGPL v3+/GPL v3+
 Group:         Libraries
 Source0:       https://download.gimp.org/pub/gegl/0.4/%{name}-%{version}.tar.xz
-# Source0-md5: 6ae601b8c7cab8af5a36406df0b95ebf
+# Source0-md5: ed07ff53e7c9f0d2320c729b7d1ba386
 Patch1:                %{name}-ruby1.9.patch
 Patch2:                %{name}-build.patch
 Patch3:                umfpack.patch
 Patch4:                %{name}-link.patch
 Patch5:                %{name}-no-lua.patch
-Patch6:                openexr3.patch
 URL:           https://www.gegl.org/
 BuildRequires: OpenEXR-devel >= 1.6.1
 BuildRequires: SDL2-devel >= 2.0.5
@@ -193,12 +192,12 @@ API języka Vala dla biblioteki gegl.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
 
 %build
 CPPFLAGS="%{rpmcppflags} -I/usr/include/umfpack"
 %meson build \
        %{?with_doc:-Ddocs=true} \
+       %{?with_doc:-Dgtk-doc=true} \
        %{!?with_introspection:-Dintrospection=false} \
        %{!?with_lua:-Dlua=disabled} \
        -Dworkshop=true
@@ -206,7 +205,6 @@ CPPFLAGS="%{rpmcppflags} -I/usr/include/umfpack"
 %ninja_build -C build
 
 %if %{with doc}
-rmdir build/docs/operations/RAM
 # possible gegl-tester coredumps?
 rm -f build/docs/operations/core*
 %endif
@@ -262,7 +260,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with doc}
 %files apidocs
 %defattr(644,root,root,755)
-%doc build/docs/{operations,*.html,*.png}
+%doc build/docs/{website,*.html,*.txt}
 %{_gtkdocdir}/gegl
 %endif
 
diff --git a/openexr3.patch b/openexr3.patch
deleted file mode 100644 (file)
index f36a61c..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-From 499a239d158fadb3a04499255b5b282a8a6023bb Mon Sep 17 00:00:00 2001
-From: Antonio Rojas <arojas@archlinux.org>
-Date: Sat, 24 Apr 2021 10:51:09 +0000
-Subject: [PATCH] Fix build with OpenEXR 3
-
-Add a header that is no longer transitively included
----
- 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 1e8c09d96..87abed511 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"
--- 
-GitLab
-
This page took 0.098393 seconds and 4 git commands to generate.