Accepting request 882816 from graphics

OBS-URL: https://build.opensuse.org/request/show/882816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gegl?expand=0&rev=58
This commit is contained in:
Dominique Leuenberger 2021-04-12 10:36:09 +00:00 committed by Git OBS Bridge
commit e2b8fe3d68
4 changed files with 32 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d110d8577d54cca3b34239315bd37c57ccb27dd4355655074a2d2b3fd897900
size 4966580

3
gegl-0.4.30.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c112782cf4096969e23217ccdfabe42284e35d5435ff0c43d40e4c70faeca8dd
size 5398052

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Mar 29 13:12:47 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
- Update to version 0.4.30:
+ New Operations:
- negative-darkroom: This operation is for artists who use hybrid workflow
technique of analog photography. After scanning a developed negative, this
operation is used to invert the scan to create a positive image by simulating
the light behaviour of darkroom enlarger and common photographic papers.
+ Operations:
- jpg-load,png-load,tiff-load: show ICC relatd problems as warnings.
- rgbe-load : fix handling of exponent=0 in RLE encoded files.
- color-reduction : Added blue-noise modes, the patents are expired for some
years already, also added fix to levels parameters; enabling bi-level.
- fattal02 : ensure gaussian pyramid has at least one level.
- paint-select (in workshop): multi-level banded graphcut, sub-region rather
than full buffer rcomputations and other improvements.
- Drop 93.patch
-------------------------------------------------------------------
Fri Mar 26 08:14:25 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Add 93.patch: fix build with glib 2.67.3.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 29 10:39:04 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com> Tue Dec 29 10:39:04 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
@ -19,7 +43,7 @@ Tue Dec 29 10:39:04 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
Tue Sep 22 10:01:30 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org> Tue Sep 22 10:01:30 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix build on aarch64 by pre-loading libgomp.so.1 to avoid: - Fix build on aarch64 by pre-loading libgomp.so.1 to avoid:
"load error: /usr/lib64/libgomp.so.1: cannot allocate memory "load error: /usr/lib64/libgomp.so.1: cannot allocate memory
in static TLS block" in static TLS block"
------------------------------------------------------------------- -------------------------------------------------------------------

View File

@ -1,7 +1,7 @@
# #
# spec file for package gegl # spec file for package gegl
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,7 @@
%endif %endif
Name: gegl Name: gegl
Version: 0.4.28 Version: 0.4.30
Release: 0 Release: 0
Summary: Generic Graphics Library Summary: Generic Graphics Library
License: GPL-3.0-or-later AND LGPL-3.0-or-later License: GPL-3.0-or-later AND LGPL-3.0-or-later
@ -31,7 +31,6 @@ Group: Productivity/Graphics/Other
URL: http://gegl.org/ URL: http://gegl.org/
Source0: https://download.gimp.org/pub/gegl/0.4/%{name}-%{version}.tar.xz Source0: https://download.gimp.org/pub/gegl/0.4/%{name}-%{version}.tar.xz
Source99: baselibs.conf Source99: baselibs.conf
BuildRequires: ImageMagick BuildRequires: ImageMagick
BuildRequires: asciidoc BuildRequires: asciidoc
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -153,7 +152,7 @@ input and output.
%lang_package -n %{name}-0_4 %lang_package -n %{name}-0_4
%prep %prep
%autosetup -p1 %autosetup
%build %build
%ifarch aarch64 %ifarch aarch64
@ -193,6 +192,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_libdir}/libgegl-sc-0.4.so %{_libdir}/libgegl-sc-0.4.so
%{_libdir}/libgegl-npd-0.4.so %{_libdir}/libgegl-npd-0.4.so
%{_libdir}/gegl-0.4/grey2.json %{_libdir}/gegl-0.4/grey2.json
%{_libdir}/gegl-0.4/dropshadow2.json
%if %{with luajit} %if %{with luajit}
# lua files # lua files
%dir %{_datadir}/gegl-0.4/ %dir %{_datadir}/gegl-0.4/