From 22ce972691eed8e50daa48d2c40753be4289b36d Mon Sep 17 00:00:00 2001 From: Thierry N Date: Wed, 30 Sep 2009 21:51:49 +0200 Subject: ajout de mplayerplug-in#20091122-1 --- extra/mplayerplug-in/.footprint | 15 +++++++++++++++ extra/mplayerplug-in/.md5sum | 1 + extra/mplayerplug-in/Pkgfile | 25 +++++++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 extra/mplayerplug-in/.footprint create mode 100644 extra/mplayerplug-in/.md5sum create mode 100644 extra/mplayerplug-in/Pkgfile (limited to 'extra') diff --git a/extra/mplayerplug-in/.footprint b/extra/mplayerplug-in/.footprint new file mode 100644 index 000000000..f9aaabb29 --- /dev/null +++ b/extra/mplayerplug-in/.footprint @@ -0,0 +1,15 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/firefox/ +drwxr-xr-x root/root usr/lib/firefox/components/ +-rw-r--r-- root/root usr/lib/firefox/components/mplayerplug-in-dvx.xpt +-rw-r--r-- root/root usr/lib/firefox/components/mplayerplug-in-qt.xpt +-rw-r--r-- root/root usr/lib/firefox/components/mplayerplug-in-rm.xpt +-rw-r--r-- root/root usr/lib/firefox/components/mplayerplug-in-wmp.xpt +-rw-r--r-- root/root usr/lib/firefox/components/mplayerplug-in.xpt +drwxr-xr-x root/root usr/lib/firefox/plugins/ +-rwxr-xr-x root/root usr/lib/firefox/plugins/mplayerplug-in-dvx.so +-rwxr-xr-x root/root usr/lib/firefox/plugins/mplayerplug-in-qt.so +-rwxr-xr-x root/root usr/lib/firefox/plugins/mplayerplug-in-rm.so +-rwxr-xr-x root/root usr/lib/firefox/plugins/mplayerplug-in-wmp.so +-rwxr-xr-x root/root usr/lib/firefox/plugins/mplayerplug-in.so diff --git a/extra/mplayerplug-in/.md5sum b/extra/mplayerplug-in/.md5sum new file mode 100644 index 000000000..d72c0bfea --- /dev/null +++ b/extra/mplayerplug-in/.md5sum @@ -0,0 +1 @@ +18cc5cabf77c023795664e68f247e29f xulrunner-1.9.1.3.en-US.linux-i686.sdk.tar.bz2 diff --git a/extra/mplayerplug-in/Pkgfile b/extra/mplayerplug-in/Pkgfile new file mode 100644 index 000000000..52661350a --- /dev/null +++ b/extra/mplayerplug-in/Pkgfile @@ -0,0 +1,25 @@ +# Description: Plugin mplayer pour navigateur +# URL: http://www.mplayerhq.hu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=mplayerplug-in +version=20091122 +release=1 + +source=(http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.9.1.3/sdk/xulrunner-1.9.1.3.en-US.linux-i686.sdk.tar.bz2) + +build() { + cvs -z3 -d:pserver:anonymous@mplayerplug-in.cvs.sourceforge.net:/cvsroot/mplayerplug-in co mplayerplug-in + + cd $name + mkdir -p $PKG/usr/lib/firefox/{plugins,components} + + ./configure --with--gecko-sdk=/srv/sources/gecko-sdk --enable-x \ + --enable-qt --enable-wmp --enable-rm --enable-gtk2 + + make + cp mplayerplug-in*.so $PKG/usr/lib/firefox/plugins/ + cp mplayerplug-in*.xpt $PKG/usr/lib/firefox/components/ +} -- cgit v1.2.3-54-g00ecf