Accepting request 859178 from home:iznogood:branches:graphics

New stable rel

OBS-URL: https://build.opensuse.org/request/show/859178
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=105
This commit is contained in:
Bjørn Lie 2020-12-29 14:23:23 +00:00 committed by Git OBS Bridge
parent 4d29857028
commit e1ce80f010
4 changed files with 25 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Dec 29 10:39:04 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.4.28:
+ Core: Infrastructure to opt out of listing ops with unmet
runtime dependencies.
+ Build: Set vapi metadata better under meson. Make graphviz' dot
library is a run-time not build time dependency.
+ Operations:
- gegl:convert-space and gegl:cast-space operations fixed, and
added to build.
- icc:load new operation that treats .icc files as images,
permitting loading a space into the graph from file.
+ Workshop: New operation paint-select for an foreground select
tool in development.
- Add disabled pkgconfig(maxflow) BuildRequires: New dependency.
-------------------------------------------------------------------
Tue Sep 22 10:01:30 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -23,7 +23,7 @@
%endif
Name: gegl
Version: 0.4.26
Version: 0.4.28
Release: 0
Summary: Generic Graphics Library
License: GPL-3.0-or-later AND LGPL-3.0-or-later
@ -41,12 +41,12 @@ BuildRequires: libSDL2-devel
BuildRequires: libjpeg-devel
BuildRequires: libspiro-devel
BuildRequires: libstdc++-devel
BuildRequires: meson >= 0.50.0
BuildRequires: meson >= 0.54.0
BuildRequires: pkgconfig
BuildRequires: ruby
BuildRequires: suitesparse-devel
BuildRequires: pkgconfig(OpenEXR) >= 1.6.1
BuildRequires: pkgconfig(babl) >= 0.1.78
BuildRequires: pkgconfig(babl) >= 0.1.84
BuildRequires: pkgconfig(cairo) >= 1.12.2
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.32.0
BuildRequires: pkgconfig(gexiv2)
@ -73,6 +73,7 @@ BuildRequires: pkgconfig(libwebp) >= 0.5.0
BuildRequires: pkgconfig(luajit)
%endif
# TODO: BuildRequires: pkgconfig(mrg)
# TODO: BuildRequires: pkgconfig(maxflow)
BuildRequires: pkgconfig(pango) >= 1.38.0
BuildRequires: pkgconfig(pangocairo) >= 1.38.0
BuildRequires: pkgconfig(poppler-glib) >= 0.71.0
@ -160,6 +161,7 @@ export LD_PRELOAD="/usr/lib64/libgomp.so.1"
%endif
%meson \
-Dmrg=disabled \
-Dmaxflow=disabled \
%if ! %{with luajit}
-Dlua=disabled \
%endif