automatic version update by autodist [release 0.4.30-1mamba;Sat Aug 28 2021]
This commit is contained in:
parent
8885061827
commit
613cabc068
12
libgegl-0.4.30-libopenexr-3.1.1.patch
Normal file
12
libgegl-0.4.30-libopenexr-3.1.1.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff --git a/operations/external/exr-save.cc b/operations/external/exr-save.cc
|
||||||
|
index 1e8c09d96..87abed511 100644
|
||||||
|
--- a/operations/external/exr-save.cc
|
||||||
|
+++ b/operations/external/exr-save.cc
|
||||||
|
@@ -45,6 +45,7 @@ extern "C" {
|
||||||
|
#include <ImfChromaticities.h>
|
||||||
|
#include <ImfStandardAttributes.h>
|
||||||
|
#include <ImfArray.h>
|
||||||
|
+#include <ImfFrameBuffer.h>
|
||||||
|
#include "ImathRandom.h"
|
||||||
|
|
||||||
|
|
21
libgegl.spec
21
libgegl.spec
@ -2,13 +2,13 @@
|
|||||||
%define apiver %{majver}
|
%define apiver %{majver}
|
||||||
|
|
||||||
Name: libgegl
|
Name: libgegl
|
||||||
Version: 0.4.28
|
Version: 0.4.30
|
||||||
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://gegl.org/
|
URL: https://gegl.org/
|
||||||
Source: http://download.gimp.org/pub/gegl/%{majver}/gegl-%{version}.tar.xz
|
Source: http://download.gimp.org/pub/gegl/%{majver}/gegl-%{version}.tar.xz
|
||||||
Patch0: %{name}-0.1.8-fix_build.patch
|
Patch0: %{name}-0.1.8-fix_build.patch
|
||||||
@ -16,10 +16,10 @@ Patch1: %{name}-0.1.8-ffmpeg.patch
|
|||||||
Patch2: libgegl-0.2.0-liblua-5.2.patch
|
Patch2: libgegl-0.2.0-liblua-5.2.patch
|
||||||
Patch3: libgegl-0.4.8-upstream-openexr-2.3.0.patch
|
Patch3: libgegl-0.4.8-upstream-openexr-2.3.0.patch
|
||||||
Patch4: gegl-0.4.18-arm.patch
|
Patch4: gegl-0.4.18-arm.patch
|
||||||
|
Patch5: libgegl-0.4.30-libopenexr-3.1.1.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libSDL2-devel
|
BuildRequires: libSDL2-devel
|
||||||
BuildRequires: libavcodec-ffmpeg-devel
|
BuildRequires: libavcodec-ffmpeg-devel
|
||||||
BuildRequires: libavformat-ffmpeg-devel
|
BuildRequires: libavformat-ffmpeg-devel
|
||||||
@ -54,8 +54,7 @@ BuildRequires: libluajit-devel
|
|||||||
%endif
|
%endif
|
||||||
Requires: asciidoc
|
Requires: asciidoc
|
||||||
Requires: enscript
|
Requires: enscript
|
||||||
Obsoletes: libgegl02
|
Obsoletes: libgegl02 < 0.4.30
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
#Optional features:
|
#Optional features:
|
||||||
# GEGL docs: yes
|
# GEGL docs: yes
|
||||||
@ -92,7 +91,7 @@ Through babl it provides support for a wide range of color models and pixel stor
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Static libraries and headers for %{name}
|
Summary: Static libraries and headers for %{name}
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Obsoletes: libgegl02-devel
|
Obsoletes: libgegl02-devel < 0.4.30
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
GEGL (Generic Graphics Library) is a graph based image processing framework.
|
GEGL (Generic Graphics Library) is a graph based image processing framework.
|
||||||
@ -105,7 +104,7 @@ This package contains static libraries and header files need for development.
|
|||||||
Summary: %{name} API documentation
|
Summary: %{name} API documentation
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
Provides: %{name}-api
|
Provides: %{name}-api
|
||||||
Obsoletes: %{name}-api
|
Obsoletes: %{name}-api < 0.4.30
|
||||||
|
|
||||||
%description apidocs
|
%description apidocs
|
||||||
%{name} API documentation.
|
%{name} API documentation.
|
||||||
@ -114,6 +113,8 @@ Obsoletes: %{name}-api
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gegl-%{version}
|
%setup -q -n gegl-%{version}
|
||||||
|
%patch5 -p1
|
||||||
|
|
||||||
# workaround for a libtool error
|
# workaround for a libtool error
|
||||||
mkdir -p operations/workshop/external/lib
|
mkdir -p operations/workshop/external/lib
|
||||||
|
|
||||||
@ -181,6 +182,7 @@ install -d %{buildroot}%{_datadir}/pixmaps
|
|||||||
%{_libdir}/gegl-%{apiver}/grey2.json
|
%{_libdir}/gegl-%{apiver}/grey2.json
|
||||||
%dir %{_libdir}/gegl-%{apiver}
|
%dir %{_libdir}/gegl-%{apiver}
|
||||||
%{_libdir}/gegl-%{apiver}/*.so
|
%{_libdir}/gegl-%{apiver}/*.so
|
||||||
|
%{_libdir}/gegl-%{apiver}/dropshadow2.json
|
||||||
%ifnarch arm
|
%ifnarch arm
|
||||||
%dir %{_datadir}/gegl-%{apiver}/lua
|
%dir %{_datadir}/gegl-%{apiver}/lua
|
||||||
%{_datadir}/gegl-%{apiver}/lua/*.lua
|
%{_datadir}/gegl-%{apiver}/lua/*.lua
|
||||||
@ -200,8 +202,8 @@ install -d %{buildroot}%{_datadir}/pixmaps
|
|||||||
%dir %{_includedir}/gegl-%{apiver}/sc
|
%dir %{_includedir}/gegl-%{apiver}/sc
|
||||||
%{_includedir}/gegl-%{apiver}/sc/*.h
|
%{_includedir}/gegl-%{apiver}/sc/*.h
|
||||||
%dir %{_libdir}/gegl-%{apiver}
|
%dir %{_libdir}/gegl-%{apiver}
|
||||||
%{_datadir}/gir-1.0/Gegl-%{apiver}.gir
|
|
||||||
%{_libdir}/libgegl-%{apiver}.so
|
%{_libdir}/libgegl-%{apiver}.so
|
||||||
|
%{_datadir}/gir-1.0/Gegl-%{apiver}.gir
|
||||||
%{_datadir}/vala/vapi/gegl-%{apiver}.deps
|
%{_datadir}/vala/vapi/gegl-%{apiver}.deps
|
||||||
%{_datadir}/vala/vapi/gegl-%{apiver}.vapi
|
%{_datadir}/vala/vapi/gegl-%{apiver}.vapi
|
||||||
%{_libdir}/pkgconfig/gegl-*%{apiver}.pc
|
%{_libdir}/pkgconfig/gegl-*%{apiver}.pc
|
||||||
@ -212,6 +214,9 @@ install -d %{buildroot}%{_datadir}/pixmaps
|
|||||||
%{_datadir}/gtk-doc/html/gegl/*
|
%{_datadir}/gtk-doc/html/gegl/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 28 2021 Automatic Build System <autodist@mambasoft.it> 0.4.30-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 0.4.28-1mamba
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 0.4.28-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user