SOURCES: gthumb-exif.patch (NEW) - libexif 0.6.13 support

freetz freetz at pld-linux.org
Sat Feb 11 12:41:16 CET 2006


Author: freetz                       Date: Sat Feb 11 11:41:16 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- libexif 0.6.13 support

---- Files affected:
SOURCES:
   gthumb-exif.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gthumb-exif.patch
diff -u /dev/null SOURCES/gthumb-exif.patch:1.1
--- /dev/null	Sat Feb 11 12:41:16 2006
+++ SOURCES/gthumb-exif.patch	Sat Feb 11 12:41:11 2006
@@ -0,0 +1,52 @@
+diff -uNpr gthumb-2.7.2.orig/src/dlg-jpegtran.c gthumb-2.7.2/src/dlg-jpegtran.c
+--- gthumb-2.7.2.orig/src/dlg-jpegtran.c	2006-01-04 12:21:56.000000000 +0100
++++ gthumb-2.7.2/src/dlg-jpegtran.c	2006-01-05 09:37:32.000000000 +0100
+@@ -34,10 +34,10 @@
+ #include <glade/glade.h>
+ 
+ #ifdef HAVE_LIBEXIF
+-#include <exif-data.h>
+-#include <exif-content.h>
+-#include <exif-entry.h>
+-#include <exif-utils.h>
++#include <libexif/exif-data.h>
++#include <libexif/exif-content.h>
++#include <libexif/exif-entry.h>
++#include <libexif/exif-utils.h>
+ #include "jpegutils/jpeg-data.h"
+ #endif /* HAVE_LIBEXIF */
+ 
+diff -uNpr gthumb-2.7.2.orig/src/gth-exif-data-viewer.c gthumb-2.7.2/src/gth-exif-data-viewer.c
+--- gthumb-2.7.2.orig/src/gth-exif-data-viewer.c	2006-01-04 12:21:57.000000000 +0100
++++ gthumb-2.7.2/src/gth-exif-data-viewer.c	2006-01-05 09:37:32.000000000 +0100
+@@ -37,9 +37,9 @@
+ #include "image-viewer.h"
+ 
+ #ifdef HAVE_LIBEXIF
+-#include <exif-data.h>
+-#include <exif-content.h>
+-#include <exif-entry.h>
++#include <libexif/exif-data.h>
++#include <libexif/exif-content.h>
++#include <libexif/exif-entry.h>
+ #endif /* HAVE_LIBEXIF */
+ 
+ 
+diff -uNpr gthumb-2.7.2.orig/src/gth-exif-utils.h gthumb-2.7.2/src/gth-exif-utils.h
+--- gthumb-2.7.2.orig/src/gth-exif-utils.h	2006-01-04 12:21:57.000000000 +0100
++++ gthumb-2.7.2/src/gth-exif-utils.h	2006-01-05 09:37:32.000000000 +0100
+@@ -28,10 +28,10 @@
+ 
+ #ifdef HAVE_LIBEXIF
+ 
+-#include <exif-data.h>
+-#include <exif-content.h>
+-#include <exif-entry.h>
+-#include <exif-utils.h>
++#include <libexif/exif-data.h>
++#include <libexif/exif-content.h>
++#include <libexif/exif-entry.h>
++#include <libexif/exif-utils.h>
+ 
+ 
+ typedef enum { /*< skip >*/
================================================================


More information about the pld-cvs-commit mailing list