Accepting request 647498 from home:seanlew:branches:graphics
Update gimp to 2.10.8 OBS-URL: https://build.opensuse.org/request/show/647498 OBS-URL: https://build.opensuse.org/package/show/graphics/gimp?expand=0&rev=34
This commit is contained in:
parent
891adf3b8f
commit
ab525b2aa9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4ec8071f828e918384cf7bc7d1219210467c84655123f802bc55a8bf2415101f
|
|
||||||
size 31447973
|
|
3
gimp-2.10.8.tar.bz2
Normal file
3
gimp-2.10.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d849c1cf35244938ae82e521b92b720ab48b8e9ed092d5de92c2464ef5244b9b
|
||||||
|
size 31954568
|
47
gimp.changes
47
gimp.changes
@ -1,3 +1,50 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 09 06:33:32 UTC 2018 - sean@suspend.net
|
||||||
|
|
||||||
|
- Update to vesion 2.10.8:
|
||||||
|
+Core:
|
||||||
|
- Use adaptive chunk size in GimpProjectio nwhen rendering the
|
||||||
|
projection asynchronously, rather than using a fixed chunk size.
|
||||||
|
This provides a better trade-off between throughput and
|
||||||
|
responsiveness dynamically, based on how fast the processing is.
|
||||||
|
+Tools:
|
||||||
|
- In all selection tools, show error on attempt to
|
||||||
|
subtract-from/intersect-with empty selection.
|
||||||
|
- Fix text along path not working with vertical text.
|
||||||
|
- Fix Text tool's frame position when undoing a move operation.
|
||||||
|
- Streamline Text tool's drawing blocking/unblocking logic.
|
||||||
|
- When moving a text layer using the text tool (through alt-drag),
|
||||||
|
don't change the layer's box mode to "fixed", which is unnecessary,
|
||||||
|
since the layer's size isn't affected.
|
||||||
|
- Transform and deformation operations now maintain color for fully
|
||||||
|
transparent pixels, making unerase and curves manipulation of alpha
|
||||||
|
channel more reliable.
|
||||||
|
- All transform tools now apply changes when you asve or export/overwrite
|
||||||
|
an image without pressing Enter first to confirm changes.
|
||||||
|
- Heal, Dodge/Burn, Smudge and Convovle tools now adjust the processed
|
||||||
|
buffer and mask_buffer regions according to the changes made to the
|
||||||
|
application region, as calculated by intersecting it with the
|
||||||
|
drawable and mask extents. This fixes wrong application position
|
||||||
|
when painting on a drawable whose origin is above/to the left of the
|
||||||
|
image's origin, and there's a selection active.
|
||||||
|
+Plug-ins:
|
||||||
|
- Port all plug-ins to the new iterator API in GEGL.
|
||||||
|
- Improve automatic detection of HEIC/HEIF files.
|
||||||
|
- Improve RawTherapee discovery by looking up registry key (should
|
||||||
|
become useful with RawTherapee 5.5 and more).
|
||||||
|
+Usability:
|
||||||
|
- Compatibility information in the Save dialog is now more understandable.
|
||||||
|
The minimum GIMP version for the XCD file is always written down when it
|
||||||
|
is GIMP 2.8 or over. The list of features warranting the minimum version
|
||||||
|
is now listed in an expander container rather than as tooltip, which
|
||||||
|
makes it more discoverable. The warning on compression is now displayed
|
||||||
|
as its own text under the checkbox and not as additional text to the minimum GIMP version label.
|
||||||
|
+CLI:
|
||||||
|
- New self-explanatory --enable-win32-debug-console CLI option
|
||||||
|
+Translations:
|
||||||
|
- Updated translations: Danish, Dutch, Finnish, German, Hungarian,
|
||||||
|
Italian, Polish, Portugese (Brazil), Spanish, Swedish, Ukranian.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 17 07:59:13 UTC 2018 - ecsos@opensuse.org
|
Mon Sep 17 07:59:13 UTC 2018 - ecsos@opensuse.org
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global abiver 4
|
%global abiver 4
|
||||||
%global apiver 2.0
|
%global apiver 2.0
|
||||||
Name: gimp
|
Name: gimp
|
||||||
Version: 2.10.6
|
Version: 2.10.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GNU Image Manipulation Program
|
Summary: The GNU Image Manipulation Program
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user