Accepting request 770097 from home:iznogood:branches:graphics
- Update to version 0.4.20: + Build: Improvements and refinements of meson builds and CI. Fixing major issues for OSX and win32. + Buffer: - Pass O_BINARY where relevant on windows, fixing crashes occuring when swap is used. - Avoid 32bit overflows in computations for gegl_buffer_set and gegl_buffer_get. + Core: - Avoid running more thread jobs than there are pixels to process. - Faster teardown of buffer caches when bounding box shrinks. - Only do in-place processing if ROI fits in input abyss. + Operations: - Improved edge handling for gegl:distance-transform. - gegl:crop removed workaround for incorrect in-place handling. - Drop gegl-0.4.18_allow_unknown_arch.patch: Fixed upstream. - No longer recommend -lang: supplements are in use. OBS-URL: https://build.opensuse.org/request/show/770097 OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=92
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gegl
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -23,7 +23,7 @@
|
||||
%endif
|
||||
|
||||
Name: gegl
|
||||
Version: 0.4.18
|
||||
Version: 0.4.20
|
||||
Release: 0
|
||||
Summary: Generic Graphics Library
|
||||
License: GPL-3.0-or-later AND LGPL-3.0-or-later
|
||||
@@ -31,8 +31,6 @@ Group: Productivity/Graphics/Other
|
||||
URL: http://gegl.org/
|
||||
Source0: https://download.gimp.org/pub/gegl/0.4/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
# PATCH-FIX-OPENSUSE -- allow building on architectures without CPU optimizations
|
||||
Patch: gegl-0.4.18_allow_unknown_arch.patch
|
||||
|
||||
BuildRequires: ImageMagick
|
||||
BuildRequires: asciidoc
|
||||
@@ -48,7 +46,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: ruby
|
||||
BuildRequires: suitesparse-devel
|
||||
BuildRequires: pkgconfig(OpenEXR) >= 1.6.1
|
||||
BuildRequires: pkgconfig(babl) >= 0.1.62
|
||||
BuildRequires: pkgconfig(babl) >= 0.1.74
|
||||
BuildRequires: pkgconfig(cairo) >= 1.12.2
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.32.0
|
||||
BuildRequires: pkgconfig(gexiv2)
|
||||
@@ -97,7 +95,6 @@ input and output.
|
||||
%package -n %{name}-0_4
|
||||
Summary: Generic Graphics Library
|
||||
Group: System/Libraries
|
||||
Recommends: %{name}-0_4-lang
|
||||
|
||||
%description -n %{name}-0_4
|
||||
GEGL provides infrastructure to do demand based cached non destructive
|
||||
|
Reference in New Issue
Block a user