- drop buildrequires for the font. really not needed.
- scm scripts seems to also require the typelib for gimp. move the
typelib to the main package including the requires for the
babl/gegl typelibs
- Added 33ab56f55406cc3cbe3cc7c0627340da1c1f2d6a.patch
This properly fixes that gimp doesnt crash if it doesnt find any
fonts.
- guard the gdb buildrequires in a bcond debug_in_build_gimp so we
can easily reenable it for future issues
- replace bitstream-vera-fonts with google-noto-sans-fonts
The actual font it looks for is "Warsaw Gothic" but according to
https://gitlab.gnome.org/GNOME/gimp/-/issues/12640#note_2312400
it should not really need it during the build
- Sync spec file with master package
- add libbacktrace-devel for better backtrace support
- add BR for bitstream-vera-fonts so that at least some fonts
are available for the splash screen. this fixes the build
crash.
- cleanup lua BR as the lua plugin is experimental and shouldnt be
enabled.
- Add gdb.patch and gdb BR to debug
https://gitlab.gnome.org/GNOME/gimp/-/issues/12640
- Import some useful patches from Fedora
gimp-2.99.19-cm-system-monitor-profile-by-default.patch
gimp-2.99.19-external-help-browser.patch
OBS-URL: https://build.opensuse.org/request/show/1237665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp?expand=0&rev=146
- scm scripts seems to also require the typelib for gimp. move the
typelib to the main package including the requires for the
babl/gegl typelibs
- Added 33ab56f55406cc3cbe3cc7c0627340da1c1f2d6a.patch
This properly fixes that gimp doesnt crash if it doesnt find any
fonts.
- guard the gdb buildrequires in a bcond debug_in_build_gimp so we
can easily reenable it for future issues
- replace bitstream-vera-fonts with google-noto-sans-fonts
The actual font it looks for is "Warsaw Gothic" but according to
https://gitlab.gnome.org/GNOME/gimp/-/issues/12640#note_2312400
it should not really need it during the build
- Sync spec file with master package
- add libbacktrace-devel for better backtrace support
- add BR for bitstream-vera-fonts so that at least some fonts
are available for the splash screen. this fixes the build
crash.
- cleanup lua BR as the lua plugin is experimental and shouldnt be
enabled.
- Add gdb.patch and gdb BR to debug
https://gitlab.gnome.org/GNOME/gimp/-/issues/12640
- Import some useful patches from Fedora
gimp-2.99.19-cm-system-monitor-profile-by-default.patch
gimp-2.99.19-external-help-browser.patch
OBS-URL: https://build.opensuse.org/package/show/graphics/gimp?expand=0&rev=79
- Disable jpeg-xl support on SLES < 16.0 (SP6, SP7)
libjxl is only in Leap/PackageHUB but not in SLES.
Leap gets gimp binary rpms from SLES.
(helps to fix bsc#1233157)
- Re-adding dropped references compared to SLES 15 SP6 changelog
CVE-2022-32990 CVE-2023-44441 CVE-2023-44442
CVE-2023-44443 CVE-2023-44444
bsc#1201192 bsc#1217160 bsc#1217161 bsc#1217162 bsc#1217163
OBS-URL: https://build.opensuse.org/request/show/1223644
OBS-URL: https://build.opensuse.org/package/show/graphics/gimp?expand=0&rev=73
- Update to 2.10.38:
* Fixed a crash with newer glib
* Indexed PNGs with transparency are now exported with the correct colors
* Anders Jonsson fixed the input ranges for several filters such as Waves and Distort
* The titlebar customization field now supports UTF-8 characters
* Existing image comments no longer “leak” into newly created images
OBS-URL: https://build.opensuse.org/request/show/1172090
OBS-URL: https://build.opensuse.org/package/show/graphics/gimp?expand=0&rev=70
- Update to 2.10.36:
- New features and improvements
- ASE and ACB palettes support
- New Gradient: FG to Transparent (Hardedge)
- GIF: non-square ratio support
- Text tool: improved formatting behavior when selecting and
changing text on canvas.
- Theme: better feedback when hovering lock buttons (with a white frame)
as well as when activating a lock (a small padlock shows up in the corner).
- Security and bug fixes
- Fixed Vulnerabilities (DDS: ZDI-CAN-22093, PSD: ZDI-CAN-22094,
PSP: ZDI-CAN-22096 and ZDI-CAN-22097)
- Broken Graphics Tablets with recent linuxwacom driver
OBS-URL: https://build.opensuse.org/request/show/1124175
OBS-URL: https://build.opensuse.org/package/show/graphics/gimp?expand=0&rev=69
- Update to 2.10.34:
- Core:
- Check for updates now works on macOS (backported from 2.99.14).
- Update help IDs for better integration with the documentation website.
- Symmetry dockable contents is now shown, yet deactivated, when no images are
opened, improving discoverability (backported from 2.99.14).
- DBus fully disabled on macOS (in some case, it could even freeze GIMP
process when dbus is present yet not responding). Open With feature (e.g.
from file browsers) still work fine as it uses a different code path on
macOS. Other features using dbus (opening files or running batch commands
from a separate GIMP process) won't work, but they probably never did on
macOS anyway.
- "Canvas Size" dialog took too much vertical space and now better uses the
horizontal space by moving the preview and offset fiels to the right side,
and the "Center" button just below (backported from 2.99.8).
- Template selector (backported from 2.99.6) in resize dialog.
- Color scale preferences (0..255/0..100 and LCh/HSV settings in Colors
selection dialogs) are now remembered across sessions.
- Eye icon header added to the item tree views to make it more obvious where
to click for item visibility and links (backported from 2.99.10)
- Revert color proofing behavior changed in 2.10.32 which resulted in
inconsistent past workflows.
- "Lock path strokes" tooltip for the dockable icon was renamed "Lock path".
- Plug-ins:
- DDS: make GUI translatable.
- file-raw: added high bit depth precision export (partial backport from
2.99.12).
- TIFF:
* Various bug fixes;
* better check for invalid resolutions on import;
OBS-URL: https://build.opensuse.org/request/show/1067128
OBS-URL: https://build.opensuse.org/package/show/graphics/gimp?expand=0&rev=64
- Update to 2.10.24
- Core:
- Ignore Pentax and PentaxDng metadata at export because they are
unsupported.
- DBus calls (remote file open, typically with double click on file
browser; and remote command run) are now processed after all command
line files (in case of calls during startup) and in the call order
(FIFO) for consistency. Some timeout has also been added to not spam
the core process with non-processable DBus calls during startup.
- Display profile name in "Color space" field of Image Properties and
improve ellipsis & wrap on dialog fields whose contents' size is not
controllable together with better dialog size management.
- Fix stack overflow when loading very large XCF files on Windows.
- Point snapping now works outside the canvas. This is used for snap
to guides, grid and vectors. Snap to grid only works off-canvas when
"Show All" is enabled because off-canvas grid is not visible
otherwise, though snap to guide and vectors will always work
off-canvas.
- Libgimp:
- Various metadata improvements:
* Improve reading of iptc tags that appear more than once.
- Plug-ins:
- JPEG export will better advertize when metadata export fails,
possibly with relevant error message. Image export would not fail,
but at least we make the person aware metadata is not properly
exported.
- More robust TIFF import and export:
* Better handling of Exif.Thumbnail.* tags on export.
* Import now ignores TIFF pages with invalid directory (rather than
freezing and output an error to warn of possible data loss).
OBS-URL: https://build.opensuse.org/request/show/881984
OBS-URL: https://build.opensuse.org/package/show/graphics/gimp?expand=0&rev=53