Accepting request 1037559 from graphics
- luajit was disabled for riscv64 ppc64 ppc64le, patch it here accordingly (boo#1205102) - Update to version 0.4.40: + Operations: - newsprint: do not drop alpha channel in RGB modes. + Core: - fixes for legacy build, still supporting building latest GEGL for stable GIMP with old babl (not recommended if distros can have recent enough meson). - avoiding possible multi thread race in babl garbage collection, OBS-URL: https://build.opensuse.org/request/show/1037559 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gegl?expand=0&rev=68
This commit is contained in:
commit
691c6a9e2f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e4a33c8430a5042fba8439b595348e71870f0d95fbf885ff553f9020c1bed750
|
|
||||||
size 5722188
|
|
3
gegl-0.4.40.tar.xz
Normal file
3
gegl-0.4.40.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cdde80d15a49dab9a614ef98f804c8ce6e4cfe1339a3c240c34f3fb45436b85d
|
||||||
|
size 5784744
|
19
gegl.changes
19
gegl.changes
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 23 11:13:07 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- luajit was disabled for riscv64 ppc64 ppc64le, patch it here
|
||||||
|
accordingly (boo#1205102)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 22 23:23:08 UTC 2022 - Petr Vorel <pvorel@suse.cz>
|
||||||
|
|
||||||
|
- Update to version 0.4.40:
|
||||||
|
+ Operations:
|
||||||
|
- newsprint: do not drop alpha channel in RGB modes.
|
||||||
|
+ Core:
|
||||||
|
- fixes for legacy build, still supporting building latest GEGL
|
||||||
|
for stable GIMP with old babl (not recommended if distros can
|
||||||
|
have recent enough meson).
|
||||||
|
- avoiding possible multi thread race in babl garbage
|
||||||
|
collection,
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 21 09:23:21 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Thu Jul 21 09:23:21 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -16,12 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
# This is based on the ExcludeArch in https://build.opensuse.org/package/show/openSUSE:Factory/luajit
|
||||||
|
%ifarch riscv64 ppc64 ppc64le
|
||||||
|
%bcond_with luajit
|
||||||
|
%else
|
||||||
%bcond_without luajit
|
%bcond_without luajit
|
||||||
|
%endif
|
||||||
|
|
||||||
%bcond_with gegl_docs
|
%bcond_with gegl_docs
|
||||||
|
|
||||||
Name: gegl
|
Name: gegl
|
||||||
Version: 0.4.38
|
Version: 0.4.40
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user