Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Description: <short summary of the patch>
- TODO: Put a short summary on the line above and replace this paragraph
- with a longer explanation of this change. Complete the meta-information
- with other relevant fields (see below for details). To make it easier, the
- information below has been extracted from the changelog. Adjust it or drop
- it.
- .
- gimp (2.9.1.325-0trusty3~ppa) trusty; urgency=high
- .
- * https://git.gnome.org/browse/gimp/commit/?c72bc50e5d1f50eb0ee0a13dbc5d6d9a60dc6e78
- Author: Otto Meier <[email protected]>
- ---
- The information above should follow the Patch Tagging Guidelines, please
- checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
- are templates for supplementary fields that you might want to add:
- Origin: <vendor|upstream|other>, <url of original patch>
- Bug: <url in upstream bugtracker>
- Bug-Debian: https://bugs.debian.org/<bugnumber>
- Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
- Forwarded: <no|not-needed|url proving that it has been forwarded>
- Reviewed-By: <name and email of someone who approved the patch>
- Last-Update: <YYYY-MM-DD>
- --- gimp-2.9.1.325.orig/app/sanity.c
- +++ gimp-2.9.1.325/app/sanity.c
- @@ -326,7 +326,7 @@ sanity_check_gdk_pixbuf (void)
- {
- #define GDK_PIXBUF_REQUIRED_MAJOR 2
- #define GDK_PIXBUF_REQUIRED_MINOR 30
- -#define GDK_PIXBUF_REQUIRED_MICRO 8
- +#define GDK_PIXBUF_REQUIRED_MICRO 7
- if (! sanity_check_version (gdk_pixbuf_major_version, GDK_PIXBUF_REQUIRED_MAJOR,
- gdk_pixbuf_minor_version, GDK_PIXBUF_REQUIRED_MINOR,
- --- gimp-2.9.1.325.orig/configure.ac
- +++ gimp-2.9.1.325/configure.ac
- @@ -48,7 +48,7 @@ m4_define([gegl_required_version], [0.3.
- m4_define([glib_required_version], [2.40.0])
- m4_define([atk_required_version], [2.2.0])
- m4_define([gtk_required_version], [2.24.10])
- -m4_define([gdk_pixbuf_required_version], [2.30.8])
- +m4_define([gdk_pixbuf_required_version], [2.30.7])
- m4_define([cairo_required_version], [1.12.2])
- m4_define([cairo_pdf_required_version], [1.12.2])
- m4_define([pangocairo_required_version], [1.29.4])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement