Accepting request 1149012 from graphics

OBS-URL: https://build.opensuse.org/request/show/1149012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gegl?expand=0&rev=74
This commit is contained in:
Ana Guerrero 2024-02-23 15:40:47 +00:00 committed by Git OBS Bridge
commit d7b4869519
4 changed files with 32 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Feb 22 01:59:19 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
- Update to version 0.4.48:
+ Core:
- GeglColor extended with GBytes API, and space aware accesors
for RGB and CMYK. Better runtime handling of mismatched GEGL
ops in graphs.
+ Build:
- Use gi-docgen
- Updated vendored libraries
- ctx has been updated from upstream.
+ Operations:
- dropshadow: Fix shrinking with negative-grow radius.
- mantiuk: opt out of OpenMP when building with clang.
- voroni: fix crash.
- shuffle-search: in progress (in workshop, not built by
default) brute-force dither optimizer.
- prepare gi-docgen documentation. disabled for now.
-------------------------------------------------------------------
Tue Feb 20 10:19:01 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -26,7 +26,7 @@
%bcond_with gegl_docs
Name: gegl
Version: 0.4.46
Version: 0.4.48
Release: 0
Summary: Generic Graphics Library
License: GPL-3.0-or-later AND LGPL-3.0-or-later
@ -45,6 +45,9 @@ BuildRequires: libspiro-devel
BuildRequires: libstdc++-devel
BuildRequires: meson >= 0.54.0
BuildRequires: pkgconfig
%if %{with gegl_docs}
BuildRequires: python3-gi-docgen
%endif
BuildRequires: ruby
BuildRequires: suitesparse-devel
BuildRequires: (pkgconfig(babl) or pkgconfig(babl-0.1))
@ -172,9 +175,11 @@ export LD_PRELOAD="/usr/lib64/libgomp.so.1"
-Dworkshop=true \
-Djasper=disabled \
%if %{with gegl_docs}
-Ddocs=true \
-Ddocs=true \
-Dgi-docgen=enabled \
%else
-Ddocs=false \
-Ddocs=false \
-Dgi-docgen=disabled \
%endif
%{nil}
%meson_build
@ -229,7 +234,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files doc
%doc AUTHORS docs/ChangeLog NEWS
%if %{with gegl_docs}
%doc %{_datadir}/gtk-doc/html/gegl/
%doc %{_datadir}/gegl-0.4/
%endif
%files -n %{name}-0_4-lang -f %{name}-0.4.lang