]> git.pld-linux.org Git - packages/gecko-mediaplayer.git/commitdiff
- initial import
authorŁukasz Krotowski <lkrotowski@pld-linux.org>
Thu, 1 Oct 2009 20:10:53 +0000 (20:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gecko-mediaplayer-configure_in.patch -> 1.1
    gecko-mediaplayer-runtime.patch -> 1.1

gecko-mediaplayer-configure_in.patch [new file with mode: 0644]
gecko-mediaplayer-runtime.patch [new file with mode: 0644]

diff --git a/gecko-mediaplayer-configure_in.patch b/gecko-mediaplayer-configure_in.patch
new file mode 100644 (file)
index 0000000..a1aacd2
--- /dev/null
@@ -0,0 +1,13 @@
+--- gecko-mediaplayer-0.9.6/configure.in.org   2009-10-01 21:27:20.136025171 +0200
++++ gecko-mediaplayer-0.9.6/configure.in       2009-10-01 21:33:21.545349927 +0200
+@@ -40,7 +40,9 @@
+         [])
+ if test "$GECKO_CFLAGS" = ""; then
+-PKG_CHECK_MODULES(GECKO, [mozilla-plugin mozilla-xpcom],[
++PKG_CHECK_MODULES(GECKO, [mozilla-plugin],[
++        GECKO_CFLAGS=`$PKG_CONFIG --cflags mozilla-plugin`
++        GECKO_LIBS=`$PKG_CONFIG --libs mozilla-plugin`
+     ],[AC_MSG_WARN([mozilla-plugin not found, trying another])])
+ fi
diff --git a/gecko-mediaplayer-runtime.patch b/gecko-mediaplayer-runtime.patch
new file mode 100644 (file)
index 0000000..bb57255
--- /dev/null
@@ -0,0 +1,12 @@
+Fixes: "undefined symbol: NPP_GetJavaClass" error.
+--- gecko-mediaplayer-0.9.8/src/np_entry.cpp.org       2009-10-01 21:45:45.526566754 +0200
++++ gecko-mediaplayer-0.9.8/src/np_entry.cpp   2009-10-01 21:46:03.568895013 +0200
+@@ -170,7 +170,7 @@
+     pluginFuncs->urlnotify = NewNPP_URLNotifyProc(NPP_URLNotify);
+     pluginFuncs->event = NULL;
+     pluginFuncs->getvalue = NewNPP_GetValueProc(NPP_GetValue);
+-#ifdef OJI
++#if 0
+     pluginFuncs->javaClass = NPP_GetJavaClass();
+ #endif
This page took 0.092257 seconds and 4 git commands to generate.