Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/camorama/files: camorama-0.19-glib-232.patch
Date: Wed, 02 May 2012 20:59:01
Message-Id: 20120502205839.3A4C52004C@flycatcher.gentoo.org
1 eva 12/05/02 20:58:39
2
3 Added: camorama-0.19-glib-232.patch
4 Log:
5 Fix build issues with glib-2.32 and drop SCROLLKEEPER_UPDATE which had no effect since there is no scrollkeeper usage at all in the package.
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-video/camorama/files/camorama-0.19-glib-232.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/camorama/files/camorama-0.19-glib-232.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/camorama/files/camorama-0.19-glib-232.patch?rev=1.1&content-type=text/plain
14
15 Index: camorama-0.19-glib-232.patch
16 ===================================================================
17 diff -Nu a/src/camorama-stock-items.h b/src/camorama-stock-items.h
18 --- a/src/camorama-stock-items.h 2007-06-14 16:05:33.000000000 +0200
19 +++ b/src/camorama-stock-items.h 2012-05-02 22:40:21.000000000 +0200
20 @@ -1,7 +1,7 @@
21 #ifndef CAMORAMA_STOCK_ITEMS_H
22 #define CAMORAMA_STOCK_ITEMS_H
23
24 -#include <glib/gmacros.h>
25 +#include <glib.h>
26
27 G_BEGIN_DECLS
28
29 diff -Nu a/src/glib-helpers.h b/src/glib-helpers.h
30 --- a/src/glib-helpers.h 2007-06-14 16:05:33.000000000 +0200
31 +++ b/src/glib-helpers.h 2012-05-02 22:46:06.000000000 +0200
32 @@ -24,7 +24,7 @@
33 #ifndef GLIB_HELPERS_H
34 #define GLIB_HELPERS_H
35
36 -#include <glib/gmacros.h>
37 +#include <glib.h>
38
39 G_BEGIN_DECLS