mplayerplug-in: Updated 3.50 -> 3.55 (Thanks to Predrag Ivanovic's patch). Fixed FS#323.
This commit is contained in:
parent
a45da96ecf
commit
35a6da8fd3
@ -1,2 +1 @@
|
|||||||
a9c3b70ab56d65015b28c6b795491c80 gecko-sdk-i686-pc-linux-gnu-1.8b1.tar.gz
|
cb59d32221cfbd04b6a8b3bb55593484 mplayerplug-in-3.55.tar.gz
|
||||||
7a9306c39f6550090c16b9c1d87e3168 mplayerplug-in-3.50.tar.gz
|
|
||||||
|
@ -1,28 +1,27 @@
|
|||||||
# Description: Embedded video player for Firefox
|
# Description: Embedded video player for Firefox
|
||||||
# URL: http://mplayerplug-in.sourceforge.net
|
# URL: http://mplayerplug-in.sourceforge.net
|
||||||
# Maintainer: unmaintained, maintainer-wanted at crux dot nu
|
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
|
||||||
# Packager: sten, nick dot steeves at shaw dot ca
|
# Packager: sten, nick dot steeves at shaw dot ca
|
||||||
# Depends on: mplayer, firefox, gettext
|
# Depends on: mplayer, xulrunner
|
||||||
|
|
||||||
name=mplayerplug-in
|
name=mplayerplug-in
|
||||||
version=3.50
|
version=3.55
|
||||||
release=1
|
release=1
|
||||||
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \
|
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 () {
|
build () {
|
||||||
cd $name
|
cd $name-$version
|
||||||
|
|
||||||
|
sed -i 's|MOZILLA_HOME=`$PKG_CONFIG --variable=libdir libxul`|MOZILLA_HOME=`$PKG_CONFIG --variable=sdkdir libxul`/bin|' configure
|
||||||
|
sed -i 's|GECKO_IDLDIR=`$PKG_CONFIG --variable=idldir libxul`|GECKO_IDLDIR=`$PKG_CONFIG --variable=idldir libxul`/stable|' configure
|
||||||
|
|
||||||
./configure \
|
./configure --prefix=/usr \
|
||||||
--prefix=/usr \
|
--with-x \
|
||||||
--with-gecko-sdk=$SRC/gecko-sdk \
|
--enable-gtk2 \
|
||||||
--enable-gtk2 \
|
--disable-nls
|
||||||
--disable-nls
|
make
|
||||||
make
|
|
||||||
|
install -d $PKG/usr/lib/firefox/{plugins,components}
|
||||||
mkdir -p $PKG/usr/lib/firefox/plugins
|
cp $SRC/$name-$version/mplayerplug-in*.so $PKG/usr/lib/firefox/plugins
|
||||||
mkdir -p $PKG/usr/lib/firefox/components
|
cp $SRC/$name-$version/mplayerplug-in*.xpt $PKG/usr/lib/firefox/components
|
||||||
|
|
||||||
cp $SRC/$name/mplayerplug-in*.so $PKG/usr/lib/firefox/plugins
|
|
||||||
cp $SRC/$name/mplayerplug-in*.xpt $PKG/usr/lib/firefox/components
|
|
||||||
}
|
}
|
||||||
|
@ -1,29 +1,28 @@
|
|||||||
|
|
||||||
REQUIREMENTS
|
REQUIREMENTS
|
||||||
|
|
||||||
To watch many of the new Quicktime trailers, you'll need to
|
To watch many of the new Quicktime trailers, you'll need to
|
||||||
install:
|
install:
|
||||||
|
|
||||||
- libsndfile
|
- libsndfile
|
||||||
- lame
|
- lame
|
||||||
- id3lib
|
- id3lib
|
||||||
- faad2
|
- faad2
|
||||||
- faac
|
- faac
|
||||||
- liba52
|
- liba52
|
||||||
|
|
||||||
You should then recompile and upgrade mplayer, so that it is
|
You should then recompile and upgrade mplayer, so that it is
|
||||||
built with support for these codecs.
|
built with support for these codecs.
|
||||||
|
|
||||||
To watch videos on sites that only support IE you need to
|
To watch videos on sites that only support IE you need to
|
||||||
install the following Firefox extension:
|
install the following Firefox extension:
|
||||||
|
|
||||||
http://prdownloads.sourceforge.net/mplayerplug-in/mplayerplug-in-0.3.xpi?download
|
http://prdownloads.sourceforge.net/mplayerplug-in/mplayerplug-in-0.4.xpi?download
|
||||||
|
|
||||||
It works by converting OBJECT tags to EMBED ones.
|
It works by converting OBJECT tags to EMBED ones.
|
||||||
|
|
||||||
PRE-INSTALL
|
PRE-INSTALL
|
||||||
|
|
||||||
POST-INSTALL
|
POST-INSTALL
|
||||||
|
|
||||||
PRECAUTION
|
PRECAUTION
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user