rpms/gnome-web-photo/devel xulrunner192.patch, NONE, 1.1 gnome-web-photo.spec, 1.32, 1.33

Jan Horak xhorak at fedoraproject.org
Thu Nov 26 10:19:14 UTC 2009


Author: xhorak

Update of /cvs/pkgs/rpms/gnome-web-photo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13303

Modified Files:
	gnome-web-photo.spec 
Added Files:
	xulrunner192.patch 
Log Message:
Fixed xulrunner 1.9.2 build

xulrunner192.patch:
 Writer.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE xulrunner192.patch ---
diff -up gnome-web-photo-0.9/src/Writer.cpp.renderdoc gnome-web-photo-0.9/src/Writer.cpp
--- gnome-web-photo-0.9/src/Writer.cpp.renderdoc	2009-11-26 11:08:22.000000000 +0100
+++ gnome-web-photo-0.9/src/Writer.cpp	2009-11-26 11:16:21.000000000 +0100
@@ -197,7 +197,7 @@ Writer::Write()
       width = NSAppUnitsToIntPixels(cutout.width, p2a);
       height = NSAppUnitsToIntPixels(cutout.height, p2a);
 
-      rv = presShell->RenderDocument(cutout, PR_FALSE, PR_TRUE,
+      rv = presShell->RenderDocument(cutout, nsIPresShell::RENDER_IGNORE_VIEWPORT_SCROLLING,
                                      NS_RGB(255, 255, 255), context);
       if (NS_SUCCEEDED(rv)) {
         imgContext->DrawSurface(surface, gfxSize(width, height));


Index: gnome-web-photo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-web-photo/devel/gnome-web-photo.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- gnome-web-photo.spec	26 Nov 2009 08:48:16 -0000	1.32
+++ gnome-web-photo.spec	26 Nov 2009 10:19:14 -0000	1.33
@@ -24,6 +24,7 @@ BuildRequires: gettext intltool
 
 #Patch0: xulrunner191.patch
 #Patch1: gnome-web-photo-0.6-xulfixbuild.patch
+Patch2: xulrunner192.patch
 
 %description
 gnome-web-photo contains a thumbnailer that will be used by GNOME applications,
@@ -34,6 +35,7 @@ including the file manager, to generate 
 
 #%patch0 -p1 -b .xulrunner191
 #%patch1 -p1 -b .xulfixbuild
+%patch2 -p1 -b .xulrunner192
 
 %build
 #autoreconf




More information about the fedora-extras-commits mailing list