rebuilt with libbabl 0.1.102 [release 0.4.42-2mamba;Tue Mar 14 2023]
This commit is contained in:
parent
11730ffb7e
commit
32cbfe640b
24
libgegl.spec
24
libgegl.spec
@ -3,7 +3,7 @@
|
||||
|
||||
Name: libgegl
|
||||
Version: 0.4.42
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: GEGL (Generic Graphics Library) is a graph based image processing framework.
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -49,6 +49,7 @@ BuildRequires: libswscale-ffmpeg-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libwebp-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libbabl-devel >= 0.1.102
|
||||
BuildRequires: libraw-devel >= 0.19.0-1mamba
|
||||
BuildRequires: liblensfun-devel >= 0.3.2-1mamba
|
||||
%ifnarch arm
|
||||
@ -102,13 +103,9 @@ export CFLAGS="%{optflags} -I%{_includedir}/OpenEXR -ldl"
|
||||
export CXXFLAGS="%{optflags} -I%{_includedir}/OpenEXR -ldl"
|
||||
|
||||
%meson \
|
||||
%ifarch x86_64 aarch64
|
||||
-Ddocs=true \
|
||||
-Dgtk-doc=true \
|
||||
%endif
|
||||
%ifarch arm %{ix86}
|
||||
-Ddocs=false \
|
||||
-Dgtk-doc=false \
|
||||
%ifarch arm %{ix86}
|
||||
-Dumfpack=disabled \
|
||||
%endif
|
||||
-Dworkshop=true
|
||||
@ -192,14 +189,17 @@ install -d %{buildroot}%{_datadir}/pixmaps
|
||||
%{_datadir}/vala/vapi/gegl-%{apiver}.vapi
|
||||
%{_libdir}/pkgconfig/gegl-*%{apiver}.pc
|
||||
|
||||
%ifarch x86_64 aarch64
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/gtk-doc/html/gegl
|
||||
%{_datadir}/gtk-doc/html/gegl/*
|
||||
%endif
|
||||
#%ifarch x86_64 aarch64
|
||||
#%files apidocs
|
||||
#%defattr(-,root,root)
|
||||
#%dir %{_datadir}/gtk-doc/html/gegl
|
||||
#%{_datadir}/gtk-doc/html/gegl/*
|
||||
#%endif
|
||||
|
||||
%changelog
|
||||
* Tue Mar 14 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.42-2mamba
|
||||
- rebuilt with libbabl 0.1.102
|
||||
|
||||
* Tue Feb 21 2023 Automatic Build System <autodist@mambasoft.it> 0.4.42-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user