wok rev 11964

mplayerplug-in: add xpidl
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 02 13:19:51 2012 +0100 (2012-03-02)
parents 65b49d06c6b1
children 3939cc1ce36d
files mplayerplug-in/receipt mplayerplug-in/stuff/xpidl
line diff
     1.1 --- a/mplayerplug-in/receipt	Thu Mar 01 22:08:36 2012 +0100
     1.2 +++ b/mplayerplug-in/receipt	Fri Mar 02 13:19:51 2012 +0100
     1.3 @@ -47,6 +47,7 @@
     1.4  		--enable-qt \
     1.5  		--enable-rm \
     1.6  		--enable-dvx \
     1.7 +		GECKO_XPIDL="$stuff/xpidl" \
     1.8  		MOZILLA_HOME="/usr/lib/firefox-$FIREFOX_VER" \
     1.9  		GECKO_IDLDIR="/usr/share/idl/firefox-$FIREFOX_VER" &&
    1.10  	make $MAKEFLAGS &&
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/mplayerplug-in/stuff/xpidl	Fri Mar 02 13:19:51 2012 +0100
     2.3 @@ -0,0 +1,3 @@
     2.4 +#!/bin/sh
     2.5 +
     2.6 +exec python /usr/lib/firefox-devel/sdk/bin/xpidl.py "$@"