Accepting request 250471 from GNOME:Apps
Update to 2.8.14 OBS-URL: https://build.opensuse.org/request/show/250471 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp?expand=0&rev=91
This commit is contained in:
parent
f6a87e830d
commit
72ec0e099e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e7fd8b19f989138d826003c75f56bd5b6f136eef597e86e3978ede0bba470ae6
|
|
||||||
size 20343461
|
|
3
gimp-2.8.14.tar.bz2
Normal file
3
gimp-2.8.14.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d82a958641c9c752d68e35f65840925c08e314cea90222ad845892a40e05b22d
|
||||||
|
size 20440077
|
@ -1,28 +0,0 @@
|
|||||||
From 6c73f28b6d87a2afd11974552a075bffec52347f Mon Sep 17 00:00:00 2001
|
|
||||||
From: Michael Natterer <mitch@gimp.org>
|
|
||||||
Date: Fri, 29 Nov 2013 20:57:46 +0000
|
|
||||||
Subject: Bug 719560 - Build failure with freetype 2.5.1
|
|
||||||
|
|
||||||
Apply patch from su-v that fixes the freetype include to
|
|
||||||
the madness devised and recommended by freetype.
|
|
||||||
---
|
|
||||||
(limited to 'app/text/gimpfont.c')
|
|
||||||
|
|
||||||
diff --git a/app/text/gimpfont.c b/app/text/gimpfont.c
|
|
||||||
index 4045ca9..66c6e52 100644
|
|
||||||
--- a/app/text/gimpfont.c
|
|
||||||
+++ b/app/text/gimpfont.c
|
|
||||||
@@ -28,7 +28,9 @@
|
|
||||||
|
|
||||||
#define PANGO_ENABLE_ENGINE 1 /* Argh */
|
|
||||||
#include <pango/pango-ot.h>
|
|
||||||
-#include <freetype/tttables.h>
|
|
||||||
+
|
|
||||||
+#include <ft2build.h>
|
|
||||||
+#include FT_TRUETYPE_TABLES_H
|
|
||||||
|
|
||||||
#include "text-types.h"
|
|
||||||
|
|
||||||
--
|
|
||||||
cgit v0.9.2
|
|
||||||
|
|
30
gimp.changes
30
gimp.changes
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 20 16:05:27 UTC 2014 - mailaender@opensuse.org
|
||||||
|
|
||||||
|
- update to version 2.8.14:
|
||||||
|
+ Fix libtool versioning (forgot to bump gimp_interface_age).
|
||||||
|
- Changes from Version 2.8.12:
|
||||||
|
+ Core:
|
||||||
|
- Fix brush sizes when used from plug-ins.
|
||||||
|
- Make XCF loading more robust against broken files.
|
||||||
|
+ GUI:
|
||||||
|
- Make sure the widget direction matches the GUI language.
|
||||||
|
- Remove the option to disable the warning when closing a
|
||||||
|
modified image.
|
||||||
|
- Fix canvas overlay widgets (like the text options) for
|
||||||
|
tablets.
|
||||||
|
- Make DND work between images in one dockable.
|
||||||
|
+ Libgimp: Make gimp_image_get_name() return the string used for
|
||||||
|
the image title.
|
||||||
|
+ Plug-ins:
|
||||||
|
- Make script-fu-server more secure by listening to 127.0.0.1
|
||||||
|
by default and add a warning about changing that IP. This
|
||||||
|
breaks the procedure's API, but for security reasons.
|
||||||
|
- Bring back proper script-fu translations.
|
||||||
|
+ General:
|
||||||
|
- Add Jenkins tutorial.
|
||||||
|
- Documentation updates.
|
||||||
|
- Bug fixes.
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop gimp-use-recommended-freetype-include.patch: fixed upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 11 17:18:44 UTC 2013 - hrvoje.senjan@gmail.com
|
Wed Dec 11 17:18:44 UTC 2013 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gimp
|
# spec file for package gimp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,19 +20,17 @@
|
|||||||
%global apiver 2.0
|
%global apiver 2.0
|
||||||
|
|
||||||
Name: gimp
|
Name: gimp
|
||||||
Version: 2.8.10
|
Version: 2.8.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GNU Image Manipulation Program
|
Summary: The GNU Image Manipulation Program
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: Productivity/Graphics/Bitmap Editors
|
Group: Productivity/Graphics/Bitmap Editors
|
||||||
Url: http://www.gimp.org/
|
Url: http://www.gimp.org/
|
||||||
Source: ftp://ftp.gimp.org/pub/gimp/stable/%{name}-%{version}.tar.bz2
|
Source: http://download.gimp.org/pub/gimp/v2.8/%{name}-%{version}.tar.bz2
|
||||||
Source1: macros.gimp
|
Source1: macros.gimp
|
||||||
# openSUSE palette file
|
# openSUSE palette file
|
||||||
Source2: openSUSE.gpl
|
Source2: openSUSE.gpl
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
# PATCH-FIX-UPSTREAM gimp-use-recommended-freetype-include.patch bgo#719560 hrvoje.senjan@gmail.com -- Use freetype upstream recommended #include style, taken from git
|
|
||||||
Patch0: gimp-use-recommended-freetype-include.patch
|
|
||||||
BuildRequires: aalib-devel
|
BuildRequires: aalib-devel
|
||||||
BuildRequires: alsa-devel >= 1.0.0
|
BuildRequires: alsa-devel >= 1.0.0
|
||||||
BuildRequires: babl-devel >= 0.1.10
|
BuildRequires: babl-devel >= 0.1.10
|
||||||
@ -224,7 +222,6 @@ This package contains the help browser for the GIMP.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
translation-update-upstream po-libgimp gimp20-libgimp
|
translation-update-upstream po-libgimp gimp20-libgimp
|
||||||
translation-update-upstream po-python gimp20-python
|
translation-update-upstream po-python gimp20-python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user