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