# HG changeset patch # User Pascal Bellard # Date 1330690791 -3600 # Node ID 7229b146289bf8cf295ea093bc2e561043c02f3d # Parent 65b49d06c6b1bfb41570b4dc5f80dde5e9695c6f mplayerplug-in: add xpidl diff -r 65b49d06c6b1 -r 7229b146289b mplayerplug-in/receipt --- a/mplayerplug-in/receipt Thu Mar 01 22:08:36 2012 +0100 +++ b/mplayerplug-in/receipt Fri Mar 02 13:19:51 2012 +0100 @@ -47,6 +47,7 @@ --enable-qt \ --enable-rm \ --enable-dvx \ + GECKO_XPIDL="$stuff/xpidl" \ MOZILLA_HOME="/usr/lib/firefox-$FIREFOX_VER" \ GECKO_IDLDIR="/usr/share/idl/firefox-$FIREFOX_VER" && make $MAKEFLAGS && diff -r 65b49d06c6b1 -r 7229b146289b mplayerplug-in/stuff/xpidl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mplayerplug-in/stuff/xpidl Fri Mar 02 13:19:51 2012 +0100 @@ -0,0 +1,3 @@ +#!/bin/sh + +exec python /usr/lib/firefox-devel/sdk/bin/xpidl.py "$@"