Magellan Linux

Annotation of /trunk/eog/patches/eog-2.14.1-lcms-includes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 1534 byte(s)
-import

1 niro 144 diff -Naur eog-2.14.1/libeog/eog-image.c eog-2.14.1-patched/libeog/eog-image.c
2     --- eog-2.14.1/libeog/eog-image.c 2006-03-04 02:50:51.000000000 +0100
3     +++ eog-2.14.1-patched/libeog/eog-image.c 2006-04-16 17:33:33.000000000 +0200
4     @@ -28,7 +28,7 @@
5     #endif
6    
7     #ifdef HAVE_LCMS
8     - #include <lcms.h>
9     + #include <lcms/lcms.h>
10     #ifndef EXIF_TAG_GAMMA
11     #define EXIF_TAG_GAMMA 0xa500
12     #endif
13     diff -Naur eog-2.14.1/libeog/eog-image.h eog-2.14.1-patched/libeog/eog-image.h
14     --- eog-2.14.1/libeog/eog-image.h 2006-03-04 02:50:51.000000000 +0100
15     +++ eog-2.14.1-patched/libeog/eog-image.h 2006-04-16 17:33:43.000000000 +0200
16     @@ -11,7 +11,7 @@
17     #include "eog-job.h"
18    
19     #ifdef HAVE_LCMS
20     -#include <lcms.h>
21     +#include <lcms/lcms.h>
22     #endif
23    
24     G_BEGIN_DECLS
25     diff -Naur eog-2.14.1/libeog/eog-image-private.h eog-2.14.1-patched/libeog/eog-image-private.h
26     --- eog-2.14.1/libeog/eog-image-private.h 2006-03-04 02:50:51.000000000 +0100
27     +++ eog-2.14.1-patched/libeog/eog-image-private.h 2006-04-16 17:33:16.000000000 +0200
28     @@ -7,7 +7,7 @@
29     #endif
30     #include "eog-image.h"
31     #ifdef HAVE_LCMS
32     -#include <lcms.h>
33     +#include <lcms/lcms.h>
34     #endif
35    
36     typedef enum {
37     diff -Naur eog-2.14.1/shell/eog-window.c eog-2.14.1-patched/shell/eog-window.c
38     --- eog-2.14.1/shell/eog-window.c 2006-03-27 04:09:50.000000000 +0200
39     +++ eog-2.14.1-patched/shell/eog-window.c 2006-04-16 17:34:07.000000000 +0200
40     @@ -62,7 +62,7 @@
41     #if HAVE_LCMS
42     #include <X11/Xlib.h>
43     #include <X11/Xatom.h>
44     -#include <lcms.h>
45     +#include <lcms/lcms.h>
46     #endif
47    
48     #include <libgnomeprint/gnome-print.h>