From d84dba78db93f4c30ea58d77c93464e1d83984be Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 24 Oct 2010 11:53:15 +0200 Subject: [PATCH] xulrunner: finish update to 1.9.2.11. --- .../mozilla-ps-pdf-simplify-operators.patch | 42 ------------------- srcpkgs/xulrunner/template | 2 + 2 files changed, 2 insertions(+), 42 deletions(-) delete mode 100644 srcpkgs/xulrunner/patches/mozilla-ps-pdf-simplify-operators.patch diff --git a/srcpkgs/xulrunner/patches/mozilla-ps-pdf-simplify-operators.patch b/srcpkgs/xulrunner/patches/mozilla-ps-pdf-simplify-operators.patch deleted file mode 100644 index 23739f76fe9..00000000000 --- a/srcpkgs/xulrunner/patches/mozilla-ps-pdf-simplify-operators.patch +++ /dev/null @@ -1,42 +0,0 @@ -https://bugzilla.mozilla.org/show_bug.cgi?id=435313 - -Index: mozilla/gfx/thebes/public/gfxPDFSurface.h -=================================================================== -RCS file: /cvsroot/mozilla/gfx/thebes/public/gfxPDFSurface.h,v -retrieving revision 1.13 -diff -d -u -p -r1.13 gfxPDFSurface.h ---- gfx/thebes/public/gfxPDFSurface.h 19 Mar 2008 20:51:42 -0000 1.13 -+++ gfx/thebes/public/gfxPDFSurface.h 23 May 2008 00:50:31 -0000 -@@ -63,7 +63,11 @@ public: - // this is in points! - const gfxSize& GetSize() const { return mSize; } - -- virtual PRInt32 GetDefaultContextFlags() const { return gfxContext::FLAG_DISABLE_SNAPPING; } -+ virtual PRInt32 GetDefaultContextFlags() const -+ { -+ return gfxContext::FLAG_SIMPLIFY_OPERATORS | -+ gfxContext::FLAG_DISABLE_SNAPPING; -+ } - - private: - nsCOMPtr mStream; -Index: mozilla/gfx/thebes/public/gfxPSSurface.h -=================================================================== -RCS file: /cvsroot/mozilla/gfx/thebes/public/gfxPSSurface.h,v -retrieving revision 1.13 -diff -d -u -p -r1.13 gfxPSSurface.h ---- gfx/thebes/public/gfxPSSurface.h 19 Mar 2008 20:51:42 -0000 1.13 -+++ gfx/thebes/public/gfxPSSurface.h 23 May 2008 00:50:31 -0000 -@@ -63,7 +63,11 @@ public: - // this is in points! - const gfxSize& GetSize() const { return mSize; } - -- virtual PRInt32 GetDefaultContextFlags() const { return gfxContext::FLAG_DISABLE_SNAPPING; } -+ virtual PRInt32 GetDefaultContextFlags() const -+ { -+ return gfxContext::FLAG_SIMPLIFY_OPERATORS | -+ gfxContext::FLAG_DISABLE_SNAPPING; -+ } - - private: - nsCOMPtr mStream; diff --git a/srcpkgs/xulrunner/template b/srcpkgs/xulrunner/template index 9ae6205d898..5fcf46a84fd 100644 --- a/srcpkgs/xulrunner/template +++ b/srcpkgs/xulrunner/template @@ -50,6 +50,7 @@ Add_dependency run libXt Add_dependency run libXext Add_dependency run glibc Add_dependency run libstdc++ +Add_dependency run gdk-pixbuf Add_dependency run gtk+ Add_dependency run alsa-lib Add_dependency run sqlite @@ -78,6 +79,7 @@ Add_dependency build pango-devel Add_dependency build atk-devel Add_dependency build libXt-devel Add_dependency build libXext-devel +Add_dependency build gdk-pixbuf-devel Add_dependency build gtk+-devel Add_dependency build pixman-devel Add_dependency build alsa-lib-devel