garnome r6668 - in trunk: . fifth-toe/gthumb fifth-toe/gthumb/files



Author: kbrae
Date: Tue Jul 22 19:33:55 2008
New Revision: 6668
URL: http://svn.gnome.org/viewvc/garnome?rev=6668&view=rev

Log:
	* fifth-toe/gthumb: Add upstream patch to fix missing include with
	libgphoto2 2.4.2. Bug 543584.



Added:
   trunk/fifth-toe/gthumb/files/
   trunk/fifth-toe/gthumb/files/543584-include.diff
Modified:
   trunk/ChangeLog
   trunk/fifth-toe/gthumb/Makefile
   trunk/fifth-toe/gthumb/checksums

Modified: trunk/fifth-toe/gthumb/Makefile
==============================================================================
--- trunk/fifth-toe/gthumb/Makefile	(original)
+++ trunk/fifth-toe/gthumb/Makefile	Tue Jul 22 19:33:55 2008
@@ -2,6 +2,7 @@
 GARVERSION = 2.10.8
 CATEGORIES = fifth-toe
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+PATCHFILES = 543584-include.diff
 
 LIBDEPS = platform/libgnomeui platform/gnome-vfs platform/libglade platform/libbonoboui desktop/libgnomeprintui desktop/gnome-doc-utils
 

Modified: trunk/fifth-toe/gthumb/checksums
==============================================================================
--- trunk/fifth-toe/gthumb/checksums	(original)
+++ trunk/fifth-toe/gthumb/checksums	Tue Jul 22 19:33:55 2008
@@ -1 +1,2 @@
 104ca627037ccacf1aff18cc3923b40e  download/gthumb-2.10.8.tar.bz2
+db74a31131b96e3285b6e6f085215f68  download/543584-include.diff

Added: trunk/fifth-toe/gthumb/files/543584-include.diff
==============================================================================
--- (empty file)
+++ trunk/fifth-toe/gthumb/files/543584-include.diff	Tue Jul 22 19:33:55 2008
@@ -0,0 +1,10 @@
+--- gthumb-2-10/src/dlg-photo-importer.c	2008/07/15 16:19:48	2350
++++ gthumb-2-10/src/dlg-photo-importer.c	2008/07/21 12:07:58	2351
+@@ -25,6 +25,7 @@
+ 
+ #ifdef HAVE_LIBGPHOTO
+ 
++#include <unistd.h>
+ #include <string.h>
+ #include <strings.h>
+ #include <time.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]