summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-09-30 21:51:49 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-09-30 21:51:49 +0200
commit22ce972691eed8e50daa48d2c40753be4289b36d (patch)
tree91cf883410f878f808126dcbecf7d2c587dd3704 /extra
parent31ff4cce958f0f7baf7cabd8fa032bcb1a88f160 (diff)
downloadnutyx-pakxe-22ce972691eed8e50daa48d2c40753be4289b36d.tar.gz
nutyx-pakxe-22ce972691eed8e50daa48d2c40753be4289b36d.tar.bz2
nutyx-pakxe-22ce972691eed8e50daa48d2c40753be4289b36d.tar.xz
nutyx-pakxe-22ce972691eed8e50daa48d2c40753be4289b36d.zip
ajout de mplayerplug-in#20091122-1
Diffstat (limited to 'extra')
-rw-r--r--extra/mplayerplug-in/.footprint15
-rw-r--r--extra/mplayerplug-in/.md5sum1
-rw-r--r--extra/mplayerplug-in/Pkgfile25
3 files changed, 41 insertions, 0 deletions
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/
+}