packages: gpac/gpac-xulrunner.patch - some more xulrunner fixes
lisu
lisu at pld-linux.org
Sun Jan 22 17:20:19 CET 2012
Author: lisu Date: Sun Jan 22 16:20:19 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- some more xulrunner fixes
---- Files affected:
packages/gpac:
gpac-xulrunner.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/gpac/gpac-xulrunner.patch
diff -u packages/gpac/gpac-xulrunner.patch:1.2 packages/gpac/gpac-xulrunner.patch:1.3
--- packages/gpac/gpac-xulrunner.patch:1.2 Sun May 29 21:55:01 2011
+++ packages/gpac/gpac-xulrunner.patch Sun Jan 22 17:20:14 2012
@@ -19,6 +19,15 @@
#include "npplat.h"
#include "nsIOsmozilla.h"
+@@ -104,7 +104,7 @@
+
+ // global to get plugins name & description
+ NPError NS_PluginGetValue(NPPVariable aVariable, void *aValue);
+-char* NPP_GetMIMEDescription(void);
++NPP_GET_MIME_CONST char* NPP_GetMIMEDescription(void);
+
+
+ //#define NO_GPAC
--- gpac/applications/osmozilla/osmozilla.cpp.orig 2008-10-06 17:17:57.000000000 +0200
+++ gpac/applications/osmozilla/osmozilla.cpp 2011-03-20 10:12:46.068709568 +0100
@@ -856,19 +856,19 @@
@@ -232,3 +241,14 @@
#include <nsIServiceManager.h>
int main( void ) { return 0; }
EOF
+--- gpac/applications/osmozilla/osmozilla.cpp~ 2012-01-22 17:15:26.902074831 +0100
++++ gpac/applications/osmozilla/osmozilla.cpp 2012-01-22 17:17:43.514543060 +0100
+@@ -91,7 +91,7 @@
+ "application/x-gpac::GPAC plugin;" \
+
+
+-char* NPP_GetMIMEDescription(void)
++NPP_GET_MIME_CONST char* NPP_GetMIMEDescription(void)
+ {
+ return GPAC_PLUGIN_MIMETYPES;
+ }
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gpac/gpac-xulrunner.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list