- 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
26 lines
999 B
Diff
26 lines
999 B
Diff
diff -up gimp-2.99.18/etc/gimprc.in.cm-system-monitor-profile-by-default gimp-2.99.18/etc/gimprc.in
|
|
--- gimp-2.99.18/etc/gimprc.in.cm-system-monitor-profile-by-default 2024-02-17 18:01:20.000000000 +0100
|
|
+++ gimp-2.99.18/etc/gimprc.in 2024-05-07 14:39:06.468575598 +0200
|
|
@@ -316,9 +316,9 @@
|
|
|
|
# Defines the color management behavior. This is a parameter list.
|
|
#
|
|
-# (color-management
|
|
+(color-management
|
|
# (mode display)
|
|
-# (display-profile-from-gdk no)
|
|
+ (display-profile-from-gdk no)
|
|
# (display-rendering-intent relative-colorimetric)
|
|
# (display-use-black-point-compensation yes)
|
|
# (display-optimize yes)
|
|
@@ -326,7 +326,8 @@
|
|
# (simulation-use-black-point-compensation no)
|
|
# (simulation-optimize yes)
|
|
# (simulation-gamut-check no)
|
|
-# (out-of-gamut-color (color-rgb 1 0 1)))
|
|
+# (out-of-gamut-color (color-rgb 1 0 1))
|
|
+)
|
|
|
|
# Keep a permanent record of all opened and saved files in the Recent
|
|
# Documents list. Possible values are yes and no.
|