Accepting request 621145 from graphics
OBS-URL: https://build.opensuse.org/request/show/621145 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gegl?expand=0&rev=44
This commit is contained in:
commit
8f8a15c92d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a358bc19d20b8ac1daf645cc8b53cdc2ea6f9c98a6036179a57045a26a07f8d
|
||||
size 6781136
|
3
gegl-0.4.4.tar.bz2
Normal file
3
gegl-0.4.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8cb45da736131fe29582b74cf6851102ae013bf99c77413a8bcb02e92e57890
|
||||
size 6817195
|
25
gegl.changes
25
gegl.changes
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 5 11:01:31 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 0.4.4:
|
||||
+ Core:
|
||||
- Point filters with need for format conversion of input are
|
||||
now parallel.
|
||||
- Added swap-reading, swap-writing, swap-read-total and
|
||||
swap-write-total properties to GeglStats.
|
||||
+ Buffer:
|
||||
- Trim tile-cache when shrinking.
|
||||
- Added reading locks to tiles further improving concurrent
|
||||
access tolerance of GeglBuffer.
|
||||
+ Operations:
|
||||
- threshold: operating format changed from linear to
|
||||
perceptual.
|
||||
- unsharp-mask: add rename standard-deviation and scale
|
||||
properties to 'Radius' and 'Amount', add 'Threshold'
|
||||
property.
|
||||
- recursive-transform now supports applying multiple
|
||||
transformations simultanously.
|
||||
- Fixed integer overflow due to logic error in pixelize.
|
||||
- New operation: gegl:abs which negates negative values.
|
||||
- New operation in workshop: selective-hue-saturation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 16 18:12:54 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gegl
|
||||
Version: 0.4.2
|
||||
Version: 0.4.4
|
||||
Release: 0
|
||||
Summary: Generic Graphics Library
|
||||
License: GPL-3.0-or-later AND LGPL-3.0-or-later
|
||||
@ -40,7 +40,7 @@ BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: suitesparse-devel
|
||||
BuildRequires: pkgconfig(OpenEXR) >= 1.6.1
|
||||
BuildRequires: pkgconfig(babl) >= 0.1.48
|
||||
BuildRequires: pkgconfig(babl) >= 0.1.52
|
||||
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