Dominique Leuenberger 2021-10-16 20:46:55 +00:00 committed by Git OBS Bridge
commit fb3f796e33
4 changed files with 84 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd1bb762368c0dd3175cf05006812dd676949c3707e21f4e6857435cb435989e
size 31546295

3
gimp-2.10.28.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f4dc22cff1ab5f026feaa2ab55e05775b3a11e198186b47bdab79cbfa078826
size 31675862

View File

@ -1,3 +1,81 @@
-------------------------------------------------------------------
Thu Oct 7 12:50:49 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- gimp-tips no longer has translations
-------------------------------------------------------------------
Sat Sep 18 23:03:21 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- Update to 2.10.28
- Core:
- Dashboard now has memory support in OpenBSD.
- Default shortcuts Shift+[ and ] for tool size changed to {
and }.
- Performance improvements for GIMP on macOS Big Sur: these
improvements were actually already applied in our macOS
packages since GIMP 2.10.22, but were applied upstream
directly only now.
- User Interface:
- Dark theme: improve accessibility of GtkRadioButton by adding
a white border on mouse-hover.
- Gray theme: set light background for selected text in Layers
and Paths dockable dialogs to make text visible.
- Dark, Gray and Light themes: remove 3D shadow box around eye
and link toggles in Layers, Channels, and Paths dockable
dialog tree views.
- Plug-ins:
- Improved DDS support and fix some red/blue bit swap for
RGB10A2 DDS. The plug-in version is incremented so that it
is able to catch and correct previously incorrect RGB10A2
images exported by older versions of our plug-in.
- DDS files with "L16" - a 16 bit luminance channel - are now
loaded in 16-bit.
- DICOM images:
* Support for planar configuration. Support for deprecated
* big endian transfer.
- TIFF images:
* Thumbnail storing now done by storing the thumbnail as the
* second
page in the file (through Exiv2) and setting metadata
"Exif.Thumbnail.NewSubfileType" to 1 (reduced resolution
image) instead of storing the thumbnail as a subifd. This
was done because of a Windows bug locking TIFF files with
thumbnail stored as subfid.
* Symmetrically, loading will ignore pages marked as "reduced
resolution image" (i.e. it will consider them as
thumbnails), as well as try to guess if a page (without
subfile type) is a thumbnail when it meets following
criteria: second page with YCbCr PhotometricInterpretation,
old style jpeg compression while the first page has a
different PhotometricInterpretation or compression.
- Script-fu:
- New (dir-make "/dir/name" mode) function to create a
directory.
- Build:
- Fix uninstalled white-border prelight file.
- On Windows, *.rs file extension is not associated with SUN
Raster images anymore. The reason is that this file extension
is mostly used for Rust code files nowadays. If Windows could
detect file formats with "magic numbers" (i.e. byte
identifiers), it would not be a problem, but since it relies
apparently only the extension, it's better to remove this
association.
- Oppositely on Linux and other Unix-like systems using desktop
files, add the image/x-sun-raster MimeType which was
forgotten (there, detection should be fine and not depend on
file extension).
- gimp30-tips.mo is not installed anymore (only used during the
build to generate gimp-tips.xml with multiple language
support).
- --enable-check-update now has an "auto" value, which is the
new default. It is equivalent to "yes" for Windows and macOS
and "no" in all other cases.
- New unit test to check that localizations listed in the
installer script match available po files in
po-windows-installer/.
- "msys*" host value now detected as Windows builds.
- Bumping minimum GEGL to version 0.4.32.
-------------------------------------------------------------------
Thu Sep 16 01:34:27 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>

View File

@ -31,7 +31,7 @@
%bcond_without python_plugin
%endif
Name: gimp
Version: 2.10.24
Version: 2.10.28
Release: 0
Summary: The GNU Image Manipulation Program
License: GPL-3.0-or-later
@ -50,7 +50,7 @@ BuildRequires: fontconfig-devel >= 2.12.4
BuildRequires: gcc-c++
BuildRequires: gdk-pixbuf-loader-rsvg
# For some odd reason build needs gegl executable.
BuildRequires: gegl
BuildRequires: gegl >= 0.4.32
BuildRequires: ghostscript-devel
# Explicitly needed, otherwise ghostscript-mini is used during the
# build, and it's not enough for gimp.
@ -72,7 +72,7 @@ BuildRequires: pkgconfig(cairo) >= 1.12.2
BuildRequires: pkgconfig(cairo-pdf) >= 1.12.2
BuildRequires: pkgconfig(dbus-glib-1) >= 0.70
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.30.8
BuildRequires: pkgconfig(gegl-0.4) >= 0.4.30
BuildRequires: pkgconfig(gegl-0.4) >= 0.4.32
BuildRequires: pkgconfig(gexiv2) >= 0.10.6
BuildRequires: pkgconfig(glib-2.0) >= 2.54.2
BuildRequires: pkgconfig(gtk+-2.0) >= 2.24.32
@ -234,7 +234,6 @@ fi
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export CFLAGS="%{optflags} -fno-strict-aliasing"
export LDFLAGS="%{optflags} -lm"
%configure \
--disable-silent-rules \
--disable-static\
@ -258,7 +257,6 @@ rm %{buildroot}%{_libdir}/gimp/2.0/*/*.*a
%find_lang gimp20-python %{?no_lang_C} gimp20.lang
%find_lang gimp20-script-fu %{?no_lang_C} gimp20.lang
%find_lang gimp20-std-plug-ins %{?no_lang_C} gimp20.lang
%find_lang gimp20-tips %{?no_lang_C} gimp20.lang
echo "%%defattr(-,root,root)" >plugins.list
echo "%%defattr(-,root,root)" >plugins-python.list
for PLUGIN in %{buildroot}%{_libdir}/gimp/2.0/plug-ins/* ; do