]> git.pld-linux.org Git - packages/gegl.git/blobdiff - gegl.spec
- fix build with OpenEXR 3, rel 5
[packages/gegl.git] / gegl.spec
index 556c33be449629aa8632b709a2bafef72e9b34dd..c05a37efef298e3b7560480d1bbb73120a64f40e 100644 (file)
--- a/gegl.spec
+++ b/gegl.spec
@@ -1,4 +1,3 @@
-# TODO: maxflow >= 3.0.4
 #
 # Conditional build:
 %bcond_without doc             # apidocs
@@ -22,7 +21,7 @@ Summary:      Generic image processing library
 Summary(pl.UTF-8):     Ogólna biblioteka przetwarzania obrazu
 Name:          gegl
 Version:       0.4.30
-Release:       1
+Release:       5
 License:       LGPL v3+/GPL v3+
 Group:         Libraries
 Source0:       https://download.gimp.org/pub/gegl/0.4/%{name}-%{version}.tar.xz
@@ -32,6 +31,7 @@ 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
@@ -44,6 +44,7 @@ BuildRequires:        enscript
 BuildRequires: exiv2-devel >= 0.25
 # libavcodec >= 55.69.100, libavformat >= 55.48.100, libavutil >= 55.92.100, libswscale >= 2.6.100
 BuildRequires: ffmpeg-devel >= 2.3
+BuildRequires: gcc >= 5:4.7
 BuildRequires: gdk-pixbuf2-devel >= 2.32.0
 BuildRequires: gettext-tools >= 0.19.8
 BuildRequires: gexiv2-devel
@@ -61,6 +62,7 @@ BuildRequires:        libpng-devel >= 2:1.6.0
 BuildRequires: libraw-devel >= 0.15.4
 BuildRequires: librsvg-devel >= 1:2.40.6
 BuildRequires: libspiro-devel >= 0.5.0
+BuildRequires: libstdc++-devel >= 6:5
 BuildRequires: libtiff-devel >= 4.0.0
 BuildRequires: libv4l-devel >= 1.0.1
 BuildRequires: libwebp-devel >= 0.5.0
@@ -68,6 +70,7 @@ BuildRequires:        libwebp-devel >= 0.5.0
 BuildRequires: luajit-devel >= 2.0.4
 BuildRequires: lua51-devel >= 5.1.5-2
 %endif
+BuildRequires: maxflow-devel >= 3.0.4
 BuildRequires: meson >= 0.50.0
 BuildRequires: mrg-devel >= %{mrg_ver}
 BuildRequires: ninja >= 1.5
@@ -105,6 +108,7 @@ Requires:   librsvg >= 1:2.40.6
 Requires:      libspiro >= 0.5.0
 Requires:      libtiff >= 4.0.0
 Requires:      libwebp >= 0.5.0
+Requires:      maxflow >= 3.0.4
 Requires:      mrg-libs >= %{mrg_ver}
 Requires:      pango >= 1:1.38.0
 Requires:      poppler-glib >= 0.71.0
@@ -189,6 +193,7 @@ API języka Vala dla biblioteki gegl.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 CPPFLAGS="%{rpmcppflags} -I/usr/include/umfpack"
This page took 0.184558 seconds and 4 git commands to generate.