automatic version update by autodist [release 0.4.32-1mamba;Fri Sep 24 2021]
This commit is contained in:
parent
613cabc068
commit
ac08533dde
46
libgegl.spec
46
libgegl.spec
@ -2,7 +2,7 @@
|
|||||||
%define apiver %{majver}
|
%define apiver %{majver}
|
||||||
|
|
||||||
Name: libgegl
|
Name: libgegl
|
||||||
Version: 0.4.30
|
Version: 0.4.32
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
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
|
||||||
@ -42,7 +42,9 @@ BuildRequires: libraw-devel
|
|||||||
BuildRequires: librsvg-devel
|
BuildRequires: librsvg-devel
|
||||||
BuildRequires: libspiro-devel
|
BuildRequires: libspiro-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
%ifnarch arm
|
||||||
BuildRequires: libsuitesparse-devel
|
BuildRequires: libsuitesparse-devel
|
||||||
|
%endif
|
||||||
BuildRequires: libswscale-ffmpeg-devel
|
BuildRequires: libswscale-ffmpeg-devel
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: libwebp-devel
|
BuildRequires: libwebp-devel
|
||||||
@ -56,33 +58,6 @@ Requires: asciidoc
|
|||||||
Requires: enscript
|
Requires: enscript
|
||||||
Obsoletes: libgegl02 < 0.4.30
|
Obsoletes: libgegl02 < 0.4.30
|
||||||
|
|
||||||
#Optional features:
|
|
||||||
# GEGL docs: yes
|
|
||||||
# Build workshop: yes
|
|
||||||
# Build website: yes
|
|
||||||
# SIMD: sse:yes mmx:yes
|
|
||||||
|
|
||||||
#Optional dependencies:
|
|
||||||
# GTK+: yes
|
|
||||||
# GIO: yes
|
|
||||||
# Ruby: yes
|
|
||||||
# Lua: yes
|
|
||||||
# Cairo: yes
|
|
||||||
# Pango: yes
|
|
||||||
# pangocairo: yes
|
|
||||||
# GDKPixbuf: yes
|
|
||||||
# JPEG: yes
|
|
||||||
# PNG: yes
|
|
||||||
# OpenEXR: yes
|
|
||||||
# rsvg: yes
|
|
||||||
# SDL: yes
|
|
||||||
# openraw: yes
|
|
||||||
# asciidoc: yes
|
|
||||||
# enscript: yes
|
|
||||||
# graphviz: yes
|
|
||||||
# avcodec: yes
|
|
||||||
# avformat: yes
|
|
||||||
# V4L: yes
|
|
||||||
%description
|
%description
|
||||||
GEGL provides infrastructure to do demand based cached non destructive image editing on larger than RAM buffers.
|
GEGL provides infrastructure to do demand based cached non destructive image editing on larger than RAM buffers.
|
||||||
Through babl it provides support for a wide range of color models and pixel storage formats for input and output.
|
Through babl it provides support for a wide range of color models and pixel storage formats for input and output.
|
||||||
@ -113,7 +88,7 @@ Obsoletes: %{name}-api < 0.4.30
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gegl-%{version}
|
%setup -q -n gegl-%{version}
|
||||||
%patch5 -p1
|
#%patch5 -p1
|
||||||
|
|
||||||
# workaround for a libtool error
|
# workaround for a libtool error
|
||||||
mkdir -p operations/workshop/external/lib
|
mkdir -p operations/workshop/external/lib
|
||||||
@ -124,7 +99,15 @@ 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 \
|
-Ddocs=true \
|
||||||
|
-Dgtk-doc=true \
|
||||||
|
%endif
|
||||||
|
%ifarch arm
|
||||||
|
-Ddocs=false \
|
||||||
|
-Dgtk-doc=false \
|
||||||
|
-Dumfpack=disabled \
|
||||||
|
%endif
|
||||||
-Dworkshop=true
|
-Dworkshop=true
|
||||||
|
|
||||||
#% configure \
|
#% configure \
|
||||||
@ -208,12 +191,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
|
||||||
%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
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 24 2021 Automatic Build System <autodist@mambasoft.it> 0.4.32-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Aug 28 2021 Automatic Build System <autodist@mambasoft.it> 0.4.30-1mamba
|
* Sat Aug 28 2021 Automatic Build System <autodist@mambasoft.it> 0.4.30-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user