[Pkg-mono-svn-commits] rev 3966 - in moon/trunk/debian: . patches
Jo Shields
directhex-guest at alioth.debian.org
Wed Apr 22 20:45:52 UTC 2009
Author: directhex-guest
Date: 2009-04-22 20:45:52 +0000 (Wed, 22 Apr 2009)
New Revision: 3966
Added:
moon/trunk/debian/patches/moon_fix_gdk_pointer_size.dpatch
Modified:
moon/trunk/debian/changelog
moon/trunk/debian/patches/00list
Log:
Fix for amd64 breakage
Modified: moon/trunk/debian/changelog
===================================================================
--- moon/trunk/debian/changelog 2009-04-14 12:31:05 UTC (rev 3965)
+++ moon/trunk/debian/changelog 2009-04-22 20:45:52 UTC (rev 3966)
@@ -2,8 +2,12 @@
* debian/control:
+ Tweak formatting (Thanks to Gerfried Fuchs)
+ * debian/patches/moon_fix_gdk_pointer_size.dpatch:
+ + Minor fix from Moonlight trunk to fix browser crashes with fullscreen
+ controls on 64-bit platforms such as amd64, caused by missing GDK
+ definitions. Thanks to Rolf Kvinge and Geoff Norton.
- -- Jo Shields <directhex at apebox.org> Mon, 30 Mar 2009 12:23:14 +0100
+ -- Jo Shields <directhex at apebox.org> Wed, 22 Apr 2009 21:43:55 +0100
moon (1.0.1-2) unstable; urgency=low
Modified: moon/trunk/debian/patches/00list
===================================================================
--- moon/trunk/debian/patches/00list 2009-04-14 12:31:05 UTC (rev 3965)
+++ moon/trunk/debian/patches/00list 2009-04-22 20:45:52 UTC (rev 3966)
@@ -1 +1,2 @@
moon_dont_bail_on_unknown_arches
+moon_fix_gdk_pointer_size
Added: moon/trunk/debian/patches/moon_fix_gdk_pointer_size.dpatch
===================================================================
--- moon/trunk/debian/patches/moon_fix_gdk_pointer_size.dpatch (rev 0)
+++ moon/trunk/debian/patches/moon_fix_gdk_pointer_size.dpatch 2009-04-22 20:45:52 UTC (rev 3966)
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## moon_fix_gdk_pointer_size.dpatch by Jo Shields <directhex at apebox.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Ensure that windowless.h loads glib.h, to ensure that
+## DP: GLIB_SIZEOF_VOID_P is defined correctly on 64-bit platforms. This
+## DP: fixes a crashing bug when viewing fullscreen Silverlight sites
+
+ at DPATCH@
+diff -urNad moon-1.0.1~/plugin/windowless.h moon-1.0.1/plugin/windowless.h
+--- moon-1.0.1~/plugin/windowless.h 2009-04-22 21:36:12.000000000 +0100
++++ moon-1.0.1/plugin/windowless.h 2009-04-22 21:36:56.000000000 +0100
+@@ -14,6 +14,8 @@
+ #ifndef __MOON_WINDOWLESS__
+ #define __MOON_WINDOWLESS__
+
++#include <glib.h>
++#include "moonlight.h"
+ #include "runtime.h"
+ #include "plugin.h"
+
More information about the Pkg-mono-svn-commits
mailing list