Accepting request 881968 from home:polslinux:branches:graphics
- 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 OBS-URL: https://build.opensuse.org/request/show/881968 OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=108
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
%endif
|
||||
|
||||
Name: gegl
|
||||
Version: 0.4.28
|
||||
Version: 0.4.30
|
||||
Release: 0
|
||||
Summary: Generic Graphics Library
|
||||
License: GPL-3.0-or-later AND LGPL-3.0-or-later
|
||||
@@ -31,9 +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-UPSTREAM 93.patch dimstar@opensuse.org -- Fix build with glib 2.67.3
|
||||
Patch0: https://gitlab.gnome.org/GNOME/gegl/-/merge_requests/93.patch
|
||||
|
||||
BuildRequires: ImageMagick
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: gcc-c++
|
||||
@@ -155,7 +152,7 @@ input and output.
|
||||
%lang_package -n %{name}-0_4
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%ifarch aarch64
|
||||
@@ -195,6 +192,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%{_libdir}/libgegl-sc-0.4.so
|
||||
%{_libdir}/libgegl-npd-0.4.so
|
||||
%{_libdir}/gegl-0.4/grey2.json
|
||||
%{_libdir}/gegl-0.4/dropshadow2.json
|
||||
%if %{with luajit}
|
||||
# lua files
|
||||
%dir %{_datadir}/gegl-0.4/
|
||||
|
Reference in New Issue
Block a user