Accepting request 631198 from home:iznogood:branches:graphics

New stable, needs new babl and gegl also subbed

OBS-URL: https://build.opensuse.org/request/show/631198
OBS-URL: https://build.opensuse.org/package/show/graphics/gimp?expand=0&rev=32
This commit is contained in:
Ismail Dönmez 2018-08-24 08:20:33 +00:00 committed by Git OBS Bridge
parent d2a5cfd206
commit 29fa3aa342
4 changed files with 48 additions and 9 deletions

View File

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

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

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

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Thu Aug 23 20:33:37 UTC 2018 - bjorn.lie@gmail.com
- Update to version 2.10.6:
+ Core:
- Render drawable previews asynchronously.
- Merge the file view filter and file format lists in
GimpFileDialog. The presence of 2 lists was very confusing.
- DLL search priority is now updated before running a plug-in
on Windows, depending on the executable bitness. This gets
rid of one of the last remnant of DLL hell in GIMP, which was
when running 32-bit plug-ins from a 64-bit build of GIMP.
+ Filters:
- New "Little Planet" (gegl:stereographic-projection) filter.
- New "Long Shadow" (gegl:long-shadow) filter.
+ Tools:
- Halt the Measure tool after straightening.
- Add an "orientation" option to the measure tool,
corresponding to the "orientation" property of
GimpToolCompass (i.e., it controls the orientation against
which the angle is measured, when not in 3-point mode.) The
orientation is "auto" by default, so that the angle is always
<= 45 deg. Note that the "orientation" option affects the
tool's "straighten" function, so that the layer is rotated
toward the current orientation.
- Text layers can now represent vertical texts, with 4
variants: left-to-right and right-to-left lines, and forcing
all characters to be upright or following Unicode's vertical
orientation property. See also:
https://www.unicode.org/reports/tr50/
http://www.unicode.org/Public/UCD/latest/ucd/VerticalOrientation.txt
+ User Interface:
- The Dashboard dockable dialog now has an "async" field to the
dashboard's "misc" group, showing the number of async
operations currently in the "running" state.
- New Preferences option to enable/disable layer-group
previews, since these can get quite time-expensive.
+ Updated translations.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 6 17:47:11 UTC 2018 - ecsos@opensuse.org Fri Jul 6 17:47:11 UTC 2018 - ecsos@opensuse.org

View File

@ -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.4 Version: 2.10.6
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
@ -64,12 +64,12 @@ BuildRequires: python-gtk-devel >= 2.10.4
BuildRequires: translation-update-upstream BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: pkgconfig(atk) >= 2.2.0 BuildRequires: pkgconfig(atk) >= 2.2.0
BuildRequires: pkgconfig(babl) >= 0.1.52 BuildRequires: pkgconfig(babl) >= 0.1.56
BuildRequires: pkgconfig(cairo) >= 1.12.2 BuildRequires: pkgconfig(cairo) >= 1.12.2
BuildRequires: pkgconfig(cairo-pdf) >= 1.12.2 BuildRequires: pkgconfig(cairo-pdf) >= 1.12.2
BuildRequires: pkgconfig(dbus-glib-1) >= 0.70 BuildRequires: pkgconfig(dbus-glib-1) >= 0.70
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.30.8 BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.30.8
BuildRequires: pkgconfig(gegl-0.4) >= 0.4.4 BuildRequires: pkgconfig(gegl-0.4) >= 0.4.8
BuildRequires: pkgconfig(gexiv2) >= 0.10.6 BuildRequires: pkgconfig(gexiv2) >= 0.10.6
BuildRequires: pkgconfig(glib-2.0) >= 2.54.2 BuildRequires: pkgconfig(glib-2.0) >= 2.54.2
BuildRequires: pkgconfig(gtk+-2.0) >= 2.24.10 BuildRequires: pkgconfig(gtk+-2.0) >= 2.24.10
@ -269,13 +269,13 @@ install -m 644 -c macros.gimp \
%fdupes %{buildroot}%{_libdir}/gimp/2.0/python/ %fdupes %{buildroot}%{_libdir}/gimp/2.0/python/
%fdupes %{buildroot}%{_datadir}/gimp/2.0/ %fdupes %{buildroot}%{_datadir}/gimp/2.0/
%if 0%{?suse_version} > 1130 %if 0%{?suse_version} < 1500
%post %post
%desktop_database_post %desktop_database_post
%icon_theme_cache_post %icon_theme_cache_post
%endif %endif
%if 0%{?suse_version} > 1130 %if 0%{?suse_version} < 1500
%postun %postun
%desktop_database_postun %desktop_database_postun
%icon_theme_cache_postun %icon_theme_cache_postun
@ -363,7 +363,7 @@ install -m 644 -c macros.gimp \
%files devel %files devel
%doc README.i18n %doc README.i18n
%{_bindir}/gimptool-2.0 %{_bindir}/gimptool-2.0
#{_mandir}/man?/gimptool-2.0%{?ext_man} #{_mandir}/man?/gimptool-2.0%%{?ext_man}
%{_includedir}/gimp-2.0/ %{_includedir}/gimp-2.0/
%{_libdir}/*.so %{_libdir}/*.so
%{_datadir}/aclocal/gimp-2.0.m4 %{_datadir}/aclocal/gimp-2.0.m4