]> git.pld-linux.org Git - packages/gegl.git/blame - gegl.spec
- fix build with OpenEXR 3, rel 5
[packages/gegl.git] / gegl.spec
CommitLineData
9a0ac5c2
JB
1#
2# Conditional build:
be2ddda6 3%bcond_without doc # apidocs
4ad808cf 4%bcond_without lua # without lua support
4fda8829 5%bcond_without static_libs # static library
a1e55ceb
JR
6%bcond_without introspection # API introspection
7%bcond_without vala # Vala API
38cb6083 8
69db310d
JB
9%if %{without introspection}
10%undefine with_vala
11%endif
7e0a13d7 12
4ad808cf
AG
13%ifarch x32
14%undefine with_lua
15%endif
16
5c325c2d
JB
17%define babl_ver 0.1.78
18%define mrg_ver 0.1.4
7e0a13d7 19
518498c4 20Summary: Generic image processing library
79c90bc4 21Summary(pl.UTF-8): Ogólna biblioteka przetwarzania obrazu
518498c4 22Name: gegl
5c325c2d 23Version: 0.4.30
2c5c6d9f 24Release: 5
01a50bbb 25License: LGPL v3+/GPL v3+
79c90bc4 26Group: Libraries
01a50bbb 27Source0: https://download.gimp.org/pub/gegl/0.4/%{name}-%{version}.tar.xz
5c325c2d 28# Source0-md5: 6ae601b8c7cab8af5a36406df0b95ebf
15b83213
JP
29Patch1: %{name}-ruby1.9.patch
30Patch2: %{name}-build.patch
31Patch3: umfpack.patch
01a50bbb 32Patch4: %{name}-link.patch
62e7cf53 33Patch5: %{name}-no-lua.patch
2c5c6d9f 34Patch6: openexr3.patch
5c325c2d 35URL: https://www.gegl.org/
21b17357 36BuildRequires: OpenEXR-devel >= 1.6.1
01a50bbb 37BuildRequires: SDL2-devel >= 2.0.5
52414c2a 38BuildRequires: UMFPACK-devel
6a990593 39BuildRequires: asciidoc
5c325c2d 40BuildRequires: babl-devel >= %{babl_ver}
01a50bbb 41BuildRequires: bash
21b17357 42BuildRequires: cairo-devel >= 1.12.2
88cd9c64 43BuildRequires: enscript
21b17357 44BuildRequires: exiv2-devel >= 0.25
5c325c2d 45# libavcodec >= 55.69.100, libavformat >= 55.48.100, libavutil >= 55.92.100, libswscale >= 2.6.100
6e8b462c 46BuildRequires: ffmpeg-devel >= 2.3
0935008a 47BuildRequires: gcc >= 5:4.7
596a9e34 48BuildRequires: gdk-pixbuf2-devel >= 2.32.0
07c05795 49BuildRequires: gettext-tools >= 0.19.8
1aafda58 50BuildRequires: gexiv2-devel
596a9e34 51BuildRequires: glib2-devel >= 1:2.44.0
64a724f3 52%{?with_introspection:BuildRequires: gobject-introspection-devel >= 1.32.0}
88cd9c64 53BuildRequires: graphviz
8b4c20ed 54BuildRequires: gtk-doc >= 1.0
52414c2a 55BuildRequires: jasper-devel >= 1.900.1
01a50bbb 56BuildRequires: json-glib-devel >= 1.2.6
21b17357 57BuildRequires: lcms2-devel >= 2.8
efc1bf39 58BuildRequires: lensfun-devel >= 0.2.5
01a50bbb
JB
59BuildRequires: libjpeg-devel >= 1.0.0
60BuildRequires: libnsgif-devel
07c05795 61BuildRequires: libpng-devel >= 2:1.6.0
1aafda58 62BuildRequires: libraw-devel >= 0.15.4
21b17357 63BuildRequires: librsvg-devel >= 1:2.40.6
01a50bbb 64BuildRequires: libspiro-devel >= 0.5.0
0935008a 65BuildRequires: libstdc++-devel >= 6:5
1aafda58 66BuildRequires: libtiff-devel >= 4.0.0
01a50bbb 67BuildRequires: libv4l-devel >= 1.0.1
21b17357 68BuildRequires: libwebp-devel >= 0.5.0
4ad808cf 69%if %{with lua}
b0d78941 70BuildRequires: luajit-devel >= 2.0.4
d3bbf51b 71BuildRequires: lua51-devel >= 5.1.5-2
4ad808cf 72%endif
7d5522c0 73BuildRequires: maxflow-devel >= 3.0.4
01a50bbb 74BuildRequires: meson >= 0.50.0
5c325c2d 75BuildRequires: mrg-devel >= %{mrg_ver}
01a50bbb 76BuildRequires: ninja >= 1.5
11e6080a 77BuildRequires: pango-devel >= 1:1.38.0
07c05795 78BuildRequires: perl-base >= 5
88cd9c64 79BuildRequires: pkgconfig
b0d78941 80BuildRequires: poppler-glib-devel >= 0.71.0
01a50bbb
JB
81BuildRequires: python3 >= 1:3.2
82%if %{with introspection}
83# for tests only
84#BuildRequires: python-pygobject3-devel >= 3.2.0
85%endif
7f6dd9a8 86BuildRequires: poly2tri-c-devel
01a50bbb 87BuildRequires: rpmbuild(macros) >= 1.736
fe0ae258 88BuildRequires: ruby >= 1.9
01a50bbb 89BuildRequires: tar >= 1:1.22
5c325c2d
JB
90%if %{with vala}
91BuildRequires: vala >= 2:0.20.0
92BuildRequires: vala-babl >= %{babl_ver}
93%endif
01a50bbb 94BuildRequires: xz
07c05795 95BuildRequires: zlib-devel >= 1.2.0
01a50bbb
JB
96Requires: OpenEXR >= 1.6.1
97Requires: SDL2 >= 2.0.5
5c325c2d 98Requires: babl >= %{babl_ver}
07c05795 99Requires: cairo >= 1.12.2
596a9e34
JB
100Requires: gdk-pixbuf2 >= 2.32.0
101Requires: glib2 >= 1:2.44.0
6827d83c 102Requires: jasper-libs >= 1.900.1
01a50bbb 103Requires: json-glib >= 1.2.6
07c05795 104Requires: lcms2 >= 2.8
efc1bf39 105Requires: lensfun >= 0.2.5
1aafda58 106Requires: libraw >= 0.15.4
21b17357 107Requires: librsvg >= 1:2.40.6
01a50bbb 108Requires: libspiro >= 0.5.0
1aafda58 109Requires: libtiff >= 4.0.0
07c05795 110Requires: libwebp >= 0.5.0
7d5522c0 111Requires: maxflow >= 3.0.4
5c325c2d 112Requires: mrg-libs >= %{mrg_ver}
11e6080a 113Requires: pango >= 1:1.38.0
07c05795
JB
114Requires: poppler-glib >= 0.71.0
115Requires: zlib >= 1.2.0
518498c4 116BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
117
118%description
119GEGL (Generic Graphics Library) is a graph based image processing
120framework.
121
79c90bc4 122GEGL's original design was made to scratch GIMP's itches for a new
518498c4 123compositing and processing core. This core is being designed to have
79c90bc4
JB
124minimal dependencies and a simple well defined API.
125
126%description -l pl.UTF-8
127GEGL (Generic Graphics Library) to oparty na grafice szkielet do
128przetwarzania obrazu.
129
130Pierwotny projekt biblioteki GEGL powstał z myślą o nowym rdzeniu do
131składania i przetwarzania obrazu w GIMP-ie. Rdzeń ten jest
132projektowany tak, by miał minimalne zależności i proste, dobrze
133zdefiniowane API.
518498c4 134
135%package devel
136Summary: Header files for gegl library
137Summary(pl.UTF-8): Pliki nagłówkowe biblioteki gegl
138Group: Development/Libraries
79c90bc4 139Requires: %{name} = %{version}-%{release}
5c325c2d 140Requires: babl-devel >= %{babl_ver}
596a9e34 141Requires: glib2-devel >= 1:2.44.0
01a50bbb 142Requires: json-glib-devel >= 1.2.6
07c05795 143Requires: poly2tri-c-devel
518498c4 144
145%description devel
146Header files for gegl library.
147
148%description devel -l pl.UTF-8
149Pliki nagłówkowe biblioteki gegl.
150
151%package static
152Summary: Static gegl library
153Summary(pl.UTF-8): Statyczna biblioteka gegl
154Group: Development/Libraries
155Requires: %{name}-devel = %{version}-%{release}
156
157%description static
158Static gegl library.
159
160%description static -l pl.UTF-8
161Statyczna biblioteka gegl.
162
c067f164
MB
163%package apidocs
164Summary: gegl library API documentation
165Summary(pl.UTF-8): Dokumentacja API biblioteki gegl
166Group: Documentation
167Requires: gtk-doc-common
38cb6083 168BuildArch: noarch
c067f164
MB
169
170%description apidocs
171gegl library API documentation.
172
173%description apidocs -l pl.UTF-8
174Dokumentacja API biblioteki gegl.
175
efc1bf39
JB
176%package -n vala-gegl
177Summary: Vala API for gegl library
178Summary(pl.UTF-8): API języka Vala dla biblioteki gegl
179Group: Development/Libraries
180Requires: %{name}-devel = %{version}-%{release}
f3156ba0 181BuildArch: noarch
efc1bf39
JB
182
183%description -n vala-gegl
184Vala API for gegl library.
185
186%description -n vala-gegl -l pl.UTF-8
187API języka Vala dla biblioteki gegl.
188
518498c4 189%prep
190%setup -q
15b83213 191%patch1 -p1
fe0ae258 192%patch2 -p1
d7740cee 193%patch3 -p1
01a50bbb 194%patch4 -p1
62e7cf53 195%patch5 -p1
2c5c6d9f 196%patch6 -p1
518498c4 197
198%build
01a50bbb
JB
199CPPFLAGS="%{rpmcppflags} -I/usr/include/umfpack"
200%meson build \
201 %{?with_doc:-Ddocs=true} \
202 %{!?with_introspection:-Dintrospection=false} \
203 %{!?with_lua:-Dlua=disabled} \
204 -Dworkshop=true
205
206%ninja_build -C build
518498c4 207
41be2edd 208%if %{with doc}
b3b10a1a
JB
209rmdir build/docs/operations/RAM
210# possible gegl-tester coredumps?
211rm -f build/docs/operations/core*
41be2edd 212%endif
b3b10a1a 213
518498c4 214%install
215rm -rf $RPM_BUILD_ROOT
216
01a50bbb 217%ninja_install -C build
518498c4 218
00609e3b 219%find_lang %{name}-0.4
69db310d 220
518498c4 221%clean
222rm -rf $RPM_BUILD_ROOT
223
224%post -p /sbin/ldconfig
225%postun -p /sbin/ldconfig
226
00609e3b 227%files -f %{name}-0.4.lang
518498c4 228%defattr(644,root,root,755)
01a50bbb 229%doc AUTHORS MAINTAINERS
518498c4 230%attr(755,root,root) %{_bindir}/gegl
a1e55ceb 231%attr(755,root,root) %{_bindir}/gegl-imgcmp
00609e3b
AM
232%attr(755,root,root) %{_libdir}/libgegl-0.4.so.*.*.*
233%attr(755,root,root) %ghost %{_libdir}/libgegl-0.4.so.0
234%attr(755,root,root) %{_libdir}/libgegl-npd-0.4.so
235%attr(755,root,root) %{_libdir}/libgegl-sc-0.4.so
236%{?with_introspection:%{_libdir}/girepository-1.0/Gegl-0.4.typelib}
237%dir %{_libdir}/gegl-0.4
238%attr(755,root,root) %{_libdir}/gegl-0.4/*.so
5c325c2d 239%{_libdir}/gegl-0.4/dropshadow2.json
00609e3b 240%{_libdir}/gegl-0.4/grey2.json
01a50bbb
JB
241%if %{with lua}
242%dir %{_datadir}/gegl-0.4
243%{_datadir}/gegl-0.4/lua
244%endif
518498c4 245
246%files devel
247%defattr(644,root,root,755)
00609e3b
AM
248%attr(755,root,root) %{_libdir}/libgegl-0.4.so
249%{_includedir}/gegl-0.4
250%{?with_introspection:%{_datadir}/gir-1.0/Gegl-0.4.gir}
251%{_pkgconfigdir}/gegl-0.4.pc
252%{_pkgconfigdir}/gegl-sc-0.4.pc
518498c4 253
4fda8829 254%if %{with static_libs}
518498c4 255%files static
256%defattr(644,root,root,755)
00609e3b
AM
257%{_libdir}/libgegl-0.4.a
258%{_libdir}/libgegl-npd-0.4.a
259%{_libdir}/libgegl-sc-0.4.a
4fda8829 260%endif
c067f164 261
ac3efb70 262%if %{with doc}
c067f164
MB
263%files apidocs
264%defattr(644,root,root,755)
b3b10a1a 265%doc build/docs/{operations,*.html,*.png}
c067f164 266%{_gtkdocdir}/gegl
d7387e88 267%endif
efc1bf39
JB
268
269%if %{with vala}
270%files -n vala-gegl
271%defattr(644,root,root,755)
00609e3b
AM
272%{_datadir}/vala/vapi/gegl-0.4.deps
273%{_datadir}/vala/vapi/gegl-0.4.vapi
efc1bf39 274%endif
This page took 0.117456 seconds and 4 git commands to generate.