# HG changeset patch # User Pascal Bellard # Date 1320602339 -3600 # Node ID 4659d024408c22d3e307467f3bdbe4ee7c9e9c3f # Parent b818f163d451c7acf5548e5f1bc283212d0f97ba Add from wok-undigest: mplayerplug-in diff -r b818f163d451 -r 4659d024408c mplayerplug-in/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mplayerplug-in/receipt Sun Nov 06 18:58:59 2011 +0100 @@ -0,0 +1,82 @@ +# SliTaz package receipt. + +PACKAGE="mplayerplug-in" +VERSION="3.55" +CATEGORY="multimedia" +SHORT_DESC="a browser plugin that uses mplayer to play videos from websites" +MAINTAINER="jozee@slitaz.org" +DEPENDS="mplayer xorg-libXpm gtk+ gcc-lib-base" +BUILD_DEPENDS="mplayer gtk+-dev xorg-libXpm-dev firefox-dev libIDL gettext" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://mplayerplug-in.sourceforge.net/" +WGET_URL="http://downloads.sourceforge.net/mplayerplug-in/$TARBALL" +TAGS="player audio video browser" + +get_firefox_version() +{ + FIREFOX_VER=`cat $1/var/lib/tazpkg/installed/firefox/receipt | \ + grep VERSION= | cut -d \" -f 2` +} + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + sed -i 's/npupp\.h/npfunctions.h/' */np* + cp $stuff/slitaz-hack.h include + grep -q slitaz-hack include/npplat.h || sed -i \ + 's/ne _NPPLAT_H_/ne _NPPLAT_H_\n#include "slitaz-hack.h"/' \ + include/npplat.h + while read file; do + [ -f done.$file ] && continue + echo "Apply $file..." + patch -p1 < $stuff/$PACKAGE-$VERSION-$file || return 1 + touch done.$file + done < 1) +@@ -454,7 +454,7 @@ void remove_quotes(char *url) + // in cleanup routines (like destroyCB and shut), when we know that + // the player thread is not running, it is safe to call without locking + +-int sendCommand(nsPluginInstance * instance, char *command) ++int sendCommand(nsPluginInstance * instance, const char *command) + { + int retval; + char buffer[1024]; + +--- mplayerplug-in-3.55/Source/plugin-ui.cpp Thu Jun 12 14:18:01 2008 ++++ mplayerplug-in-3.55/Source/plugin-ui.cpp Fri Jun 12 14:25:35 2009 +@@ -283,12 +283,7 @@ + int term, chop; + int PercentRedraw; + +- if (0) { +- printf("Widget: %p\n", w); +- printf("Message: %s\n", message); +- } +- +- if (DEBUG > 1) ++ if (DEBUG > 1) + printf("state = %i, height = %i width = %i\n", instance->state, + instance->movie_height, instance->movie_width); + diff -r b818f163d451 -r 4659d024408c mplayerplug-in/stuff/mplayerplug-in-3.55-static-iid-accessor.u --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mplayerplug-in/stuff/mplayerplug-in-3.55-static-iid-accessor.u Sun Nov 06 18:58:59 2011 +0100 @@ -0,0 +1,38 @@ +--- mplayerplug-in-3.55/Source/nsIScriptableMplayerPlugin.h ++++ mplayerplug-in-3.55/Source/nsIScriptableMplayerPlugin.h +@@ -25,7 +25,7 @@ + class NS_NO_VTABLE nsIScriptableWMPPlugin : public nsISupports { + public: + +- NS_DEFINE_STATIC_IID_ACCESSOR(NS_ISCRIPTABLEWMPPLUGIN_IID) ++ NS_DECLARE_STATIC_IID_ACCESSOR(NS_ISCRIPTABLEWMPPLUGIN_IID) + + /* void play (); */ + NS_IMETHOD Play(void) = 0; +@@ -38,6 +38,8 @@ + + }; + ++NS_DEFINE_STATIC_IID_ACCESSOR(nsIScriptableWMPPlugin, NS_ISCRIPTABLEWMPPLUGIN_IID) ++ + /* Use this macro when declaring classes that implement this interface. */ + #define NS_DECL_NSISCRIPTABLEWMPPLUGIN \ + NS_IMETHOD Play(void); \ +@@ -120,7 +122,7 @@ + class NS_NO_VTABLE nsIScriptableMplayerPlugin : public nsISupports { + public: + +- NS_DEFINE_STATIC_IID_ACCESSOR(NS_ISCRIPTABLEMPLAYERPLUGIN_IID) ++ NS_DECLARE_STATIC_IID_ACCESSOR(NS_ISCRIPTABLEMPLAYERPLUGIN_IID) + + /* void Play (); */ + NS_IMETHOD Play(void) = 0; +@@ -249,6 +251,8 @@ + + }; + ++NS_DEFINE_STATIC_IID_ACCESSOR(nsIScriptableMplayerPlugin, NS_ISCRIPTABLEMPLAYERPLUGIN_IID) ++ + /* Use this macro when declaring classes that implement this interface. */ + #define NS_DECL_NSISCRIPTABLEMPLAYERPLUGIN \ + NS_IMETHOD Play(void); \ diff -r b818f163d451 -r 4659d024408c mplayerplug-in/stuff/slitaz-hack.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mplayerplug-in/stuff/slitaz-hack.h Sun Nov 06 18:58:59 2011 +0100 @@ -0,0 +1,28 @@ +#define int16 int16_t +#define uint16 uint16_t +#define int32 int32_t +#define uint32 uint32_t + +#define CallNPN_GetURLNotifyProc(FUNC, ARG1, ARG2, ARG3, ARG4) (*(FUNC))((ARG1), (ARG2), (ARG3), (ARG4)) +#define CallNPN_GetURLProc(FUNC, ARG1, ARG2, ARG3) (*(FUNC))((ARG1), (ARG2), (ARG3)) +#define CallNPN_PostURLNotifyProc(FUNC, ARG1, ARG2, ARG3, ARG4, ARG5, ARG6, ARG7) (*(FUNC))((ARG1), (ARG2), (ARG3), (ARG4), (ARG5), (ARG6), (ARG7)) +#define CallNPN_PostURLProc(FUNC, ARG1, ARG2, ARG3, ARG4, ARG5, ARG6) (*(FUNC))((ARG1), (ARG2), (ARG3), (ARG4), (ARG5), (ARG6)) +#define CallNPN_RequestReadProc(FUNC, stream, range) (*(FUNC))((stream), (range)) +#define CallNPN_NewStreamProc(FUNC, npp, type, window, stream) (*(FUNC))((npp), (type), (window), (stream)) +#define CallNPN_WriteProc(FUNC, npp, stream, len, buffer) (*(FUNC))((npp), (stream), (len), (buffer)) +#define CallNPN_DestroyStreamProc(FUNC, npp, stream, reason) (*(FUNC))((npp), (stream), (reason)) +#define CallNPN_StatusProc(FUNC, npp, msg) (*(FUNC))((npp), (msg)) +#define CallNPN_UserAgentProc(FUNC, ARG1) (*(FUNC))((ARG1)) +#define CallNPN_MemAllocProc(FUNC, ARG1) (*(FUNC))((ARG1)) +#define CallNPN_MemFreeProc(FUNC, ARG1) (*(FUNC))((ARG1)) +#define CallNPN_MemFlushProc(FUNC, ARG1) (*(FUNC))((ARG1)) +#define CallNPN_ReloadPluginsProc(FUNC, ARG1) (*(FUNC))((ARG1)) +#define CallNPN_GetValueProc(FUNC, ARG1, ARG2, ARG3) (*(FUNC))((ARG1), (ARG2), (ARG3)) +#define CallNPN_SetValueProc(FUNC, ARG1, ARG2, ARG3) (*(FUNC))((ARG1), (ARG2), (ARG3)) +#define CallNPN_InvalidateRectProc(FUNC, ARG1, ARG2) (*(FUNC))((ARG1), (ARG2)) +#define CallNPN_InvalidateRegionProc(FUNC, ARG1, ARG2) (*(FUNC))((ARG1), (ARG2)) +#define CallNPN_ForceRedrawProc(FUNC, ARG1) (*(FUNC))((ARG1)) + +#include +#include +