Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/photoprint/files: photoprint-0.4.2_pre2-glib-2.32.patch
Date: Mon, 11 Jun 2012 17:23:28
Message-Id: 20120611172310.1C5BC2004C@flycatcher.gentoo.org
1 radhermit 12/06/11 17:23:10
2
3 Added: photoprint-0.4.2_pre2-glib-2.32.patch
4 Log:
5 Fix gettext regeneration issue (bug #420365) and fix build with glib-2.32.
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-gfx/photoprint/files/photoprint-0.4.2_pre2-glib-2.32.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoprint/files/photoprint-0.4.2_pre2-glib-2.32.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoprint/files/photoprint-0.4.2_pre2-glib-2.32.patch?rev=1.1&content-type=text/plain
14
15 Index: photoprint-0.4.2_pre2-glib-2.32.patch
16 ===================================================================
17 --- photoprint-0.4.2-pre2/gp_cppsupport/gprinter.cpp
18 +++ photoprint-0.4.2-pre2/gp_cppsupport/gprinter.cpp
19 @@ -22,8 +22,6 @@
20 #include <gutenprint/gutenprint.h>
21
22 #include <glib.h>
23 -#include <glib/gstrfuncs.h>
24 -#include <glib/gprintf.h>
25
26 #include "../imagesource/imagesource.h"
27 #include "../imagesource/imagesource_flatten.h"
28 --- photoprint-0.4.2-pre2/gp_cppsupport/gprintersettings.cpp
29 +++ photoprint-0.4.2-pre2/gp_cppsupport/gprintersettings.cpp
30 @@ -13,7 +13,6 @@
31
32 #include <string.h>
33 #include <glib.h>
34 -#include <glib/gprintf.h>
35
36 #include "stp_support/stputil.h"
37 #include "gprintersettings.h"