Accepting request 597895 from home:iznogood:branches:graphics
New stable rel OBS-URL: https://build.opensuse.org/request/show/597895 OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=54
This commit is contained in:
parent
ffd34f39b2
commit
8c7cae1b1e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8b4a93ad2c5187efcc7d9a665ef626a362587eb701eebccf21b13616791e551
|
||||
size 6675564
|
3
gegl-0.3.34.tar.bz2
Normal file
3
gegl-0.3.34.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ca2227655ebf1ab2e252cee3eede219c758336394288ef301b93264b9411304
|
||||
size 6707964
|
25
gegl.changes
25
gegl.changes
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 18 21:05:59 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 0.3.34 (CVE-2018-10114):
|
||||
+ Core: Change GeglParamSpecSeed from int to uint to match the
|
||||
value range of GeglRandom's seed.
|
||||
+ Operations: Limit allocations in ppm-load to 2GB
|
||||
(CVE-2018-10114).
|
||||
- Changes from version 0.3.32:
|
||||
+ Operations:
|
||||
- panorama-projection: added reverse transform, which permits
|
||||
using GIMP for retouching zenith, nadir or other arbitrary
|
||||
gaze directions in equirectangular, also known as 360x180
|
||||
panoramas.
|
||||
- Added abyss-policy to base class for scale ops, making it
|
||||
possible to achieve hard edges on rescaled buffers.
|
||||
+ GeglBuffer:
|
||||
- Improved performance and correctness, avoid incorrectly
|
||||
gamma/ungamma correcting alpha in u8 formats, for a tiny 2-3%
|
||||
performance boost.
|
||||
- Keep track of valid/invalid areas on smaller granularity than
|
||||
tiles in mipmap.
|
||||
- Various micro-optimizations in display paths, with minuscle
|
||||
performance impact.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 1 02:25:38 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gegl
|
||||
Version: 0.3.30
|
||||
Version: 0.3.34
|
||||
Release: 0
|
||||
Summary: Generic Graphics Library
|
||||
License: GPL-3.0-or-later AND LGPL-3.0-or-later
|
||||
@ -39,7 +39,7 @@ BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: suitesparse-devel
|
||||
BuildRequires: pkgconfig(OpenEXR) >= 1.6.1
|
||||
BuildRequires: pkgconfig(babl) >= 0.1.44
|
||||
BuildRequires: pkgconfig(babl) >= 0.1.46
|
||||
BuildRequires: pkgconfig(cairo) >= 1.12.2
|
||||
BuildRequires: pkgconfig(exiv2) >= 0.25
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.32.0
|
||||
|
Loading…
Reference in New Issue
Block a user