summaryrefslogtreecommitdiffstats
path: root/extra/mplayerplug-in
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-04 22:45:32 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-04 22:45:32 +0100
commit2cbf79b1d1b97774bc9867b48fb180c68bb9050a (patch)
tree73891a94f76e0806d6780e3c3e4495950ae8ff5b /extra/mplayerplug-in
parent382166609b0b0f224d9f6f300c39e7aa899b41c0 (diff)
downloadnutyx-extra-2cbf79b1d1b97774bc9867b48fb180c68bb9050a.tar.gz
nutyx-extra-2cbf79b1d1b97774bc9867b48fb180c68bb9050a.tar.bz2
nutyx-extra-2cbf79b1d1b97774bc9867b48fb180c68bb9050a.tar.xz
nutyx-extra-2cbf79b1d1b97774bc9867b48fb180c68bb9050a.zip
Suppression de paquets obsolètes
Diffstat (limited to 'extra/mplayerplug-in')
-rw-r--r--extra/mplayerplug-in/.footprint15
-rw-r--r--extra/mplayerplug-in/.md5sum1
-rw-r--r--extra/mplayerplug-in/Pkgfile25
3 files changed, 0 insertions, 41 deletions
diff --git a/extra/mplayerplug-in/.footprint b/extra/mplayerplug-in/.footprint
deleted file mode 100644
index f9aaabb29..000000000
--- a/extra/mplayerplug-in/.footprint
+++ /dev/null
@@ -1,15 +0,0 @@
-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
deleted file mode 100644
index d72c0bfea..000000000
--- a/extra/mplayerplug-in/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 52661350a..000000000
--- a/extra/mplayerplug-in/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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/
-}