Magellan Linux

Annotation of /trunk/eog/patches/eog-2.12.0-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: 1525 byte(s)
-import

1 niro 144 diff -Naur eog-2.12.0/libeog/eog-image-private.h eog-2.12.0-patched/libeog/eog-image-private.h
2     --- eog-2.12.0/libeog/eog-image-private.h 2005-07-22 15:01:19.000000000 +0000
3     +++ eog-2.12.0-patched/libeog/eog-image-private.h 2005-09-12 23:20:49.000000000 +0000
4     @@ -7,7 +7,7 @@
5     #endif
6     #include "eog-image.h"
7     #if HAVE_LCMS
8     -#include <lcms.h>
9     +#include <lcms/lcms.h>
10     #endif
11    
12     typedef enum {
13     diff -Naur eog-2.12.0/libeog/eog-image.c eog-2.12.0-patched/libeog/eog-image.c
14     --- eog-2.12.0/libeog/eog-image.c 2005-09-05 01:11:55.000000000 +0000
15     +++ eog-2.12.0-patched/libeog/eog-image.c 2005-09-12 23:21:04.000000000 +0000
16     @@ -28,7 +28,7 @@
17     #endif
18    
19     #if HAVE_LCMS
20     - #include <lcms.h>
21     + #include <lcms/lcms.h>
22     #ifndef EXIF_TAG_GAMMA
23     #define EXIF_TAG_GAMMA 0xa500
24     #endif
25     diff -Naur eog-2.12.0/libeog/eog-image.h eog-2.12.0-patched/libeog/eog-image.h
26     --- eog-2.12.0/libeog/eog-image.h 2005-07-22 15:01:19.000000000 +0000
27     +++ eog-2.12.0-patched/libeog/eog-image.h 2005-09-12 23:21:20.000000000 +0000
28     @@ -11,7 +11,7 @@
29     #include "eog-job.h"
30    
31     #if HAVE_LCMS
32     -#include <lcms.h>
33     +#include <lcms/lcms.h>
34     #endif
35    
36     G_BEGIN_DECLS
37     diff -Naur eog-2.12.0/shell/eog-window.c eog-2.12.0-patched/shell/eog-window.c
38     --- eog-2.12.0/shell/eog-window.c 2005-09-05 12:46:58.000000000 +0000
39     +++ eog-2.12.0-patched/shell/eog-window.c 2005-09-12 23:21:42.000000000 +0000
40     @@ -63,7 +63,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>