diff options
author | Simon Gloßner <viper@hometux.de> | 2006-09-06 23:10:13 +0000 |
---|---|---|
committer | Simon Gloßner <viper@hometux.de> | 2006-09-06 23:10:13 +0000 |
commit | 70c94ed25d6f8fa5fa212eece8619dbeec29b283 (patch) | |
tree | d656bfc3bc7fad79a33a4b4008fa6ceccd6684c4 /mplayerplug-in | |
parent | af5b497b3fd3815e875508b41334e1cf5f9f9557 (diff) | |
download | opt-70c94ed25d6f8fa5fa212eece8619dbeec29b283.tar.gz opt-70c94ed25d6f8fa5fa212eece8619dbeec29b283.tar.xz |
Adopted eject, libpcre, mplayerplug-in and tightvnc from Nick.
Diffstat (limited to 'mplayerplug-in')
-rw-r--r-- | mplayerplug-in/.footprint | 4 | ||||
-rw-r--r-- | mplayerplug-in/.md5sum | 2 | ||||
-rw-r--r-- | mplayerplug-in/Pkgfile | 14 | ||||
-rw-r--r-- | mplayerplug-in/README | 37 |
4 files changed, 35 insertions, 22 deletions
diff --git a/mplayerplug-in/.footprint b/mplayerplug-in/.footprint index 752be8ba5..f9aaabb29 100644 --- a/mplayerplug-in/.footprint +++ b/mplayerplug-in/.footprint @@ -2,13 +2,13 @@ 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-gmp.xpt +-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-gmp.so +-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 diff --git a/mplayerplug-in/.md5sum b/mplayerplug-in/.md5sum index ac077adae..5dfc10939 100644 --- a/mplayerplug-in/.md5sum +++ b/mplayerplug-in/.md5sum @@ -1,2 +1,2 @@ a9c3b70ab56d65015b28c6b795491c80 gecko-sdk-i686-pc-linux-gnu-1.8b1.tar.gz -fb99a2efeacd5aed8b92ae0bb33c708a mplayerplug-in-3.25.tar.gz +be26b17cde385c7a34fc634d2c88c5c9 mplayerplug-in-3.31.tar.gz diff --git a/mplayerplug-in/Pkgfile b/mplayerplug-in/Pkgfile index ce39b68ca..331af3184 100644 --- a/mplayerplug-in/Pkgfile +++ b/mplayerplug-in/Pkgfile @@ -1,24 +1,28 @@ # Description: Embedded video player for Firefox # URL: http://mplayerplug-in.sourceforge.net -# Maintainer: sten, nick dot steeves at shaw dot ca -# Packager: +# Maintainer: Simon Gloßner, viper at hometux dot de +# Packager: sten, nick dot steeves at shaw dot ca # Depends on: mplayer, firefox name=mplayerplug-in -version=3.25 +version=3.31 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \ http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.8b1/gecko-sdk-i686-pc-linux-gnu-1.8b1.tar.gz) build () { cd $name - ./configure --prefix=/usr \ + + ./configure \ + --prefix=/usr \ --with-gecko-sdk=$SRC/gecko-sdk \ --enable-gtk2 \ --disable-nls make + mkdir -p $PKG/usr/lib/firefox/plugins - mv $SRC/$name/mplayerplug-in*.so $PKG/usr/lib/firefox/plugins mkdir -p $PKG/usr/lib/firefox/components + + mv $SRC/$name/mplayerplug-in*.so $PKG/usr/lib/firefox/plugins mv $SRC/$name/mplayerplug-in*.xpt $PKG/usr/lib/firefox/components } diff --git a/mplayerplug-in/README b/mplayerplug-in/README index 4972ccc74..86f0e2dd6 100644 --- a/mplayerplug-in/README +++ b/mplayerplug-in/README @@ -1,20 +1,29 @@ -PRE-INSTALL -To watch many of the new Quicktime trailers, you'll need to install: +REQUIREMENTS + + To watch many of the new Quicktime trailers, you'll need to + install: + + - libsndfile + - lame + - id3lib + - faad2 + - faac + - liba52 + + You should then recompile and upgrade mplayer, so that is built + with support for these codecs. -libsndfile -lame -id3lib -faad2 -faac -liba52 + To watch videos on sites that only support IE you need to + install the following Firefox extension: -You should then recompile and upgrade mplayer, so that is built with support -for these codecs. + http://prdownloads.sourceforge.net/mplayerplug-in/mplayerplug-in-0.3.xpi?download + + It works by converting OBJECT tags to EMBED ones. + +PRE-INSTALL -To watch videos on sites that only support IE you need to install the -following Firefox extension: +POST-INSTALL -http://prdownloads.sourceforge.net/mplayerplug-in/mplayerplug-in-0.2.1.xpi?download +PRECAUTION -It works by converting OBJECT tags to EMBED ones. |