diff options
author | Nick Steeves <nick.steeves@shaw.ca> | 2006-03-16 13:42:37 +0000 |
---|---|---|
committer | Nick Steeves <nick.steeves@shaw.ca> | 2006-03-16 13:42:37 +0000 |
commit | 3c0da805fb58b652e9ed01c3242e0721e6735c29 (patch) | |
tree | 6b6ef1ee5407a08055279d5f47cf3055f9b2ccd6 | |
parent | f2a38a50ca30e8ed8177b3389cc2b4500a9e2565 (diff) | |
download | opt-3c0da805fb58b652e9ed01c3242e0721e6735c29.tar.gz opt-3c0da805fb58b652e9ed01c3242e0721e6735c29.tar.xz |
mplayerplug-in: update to 3.21
-rw-r--r-- | mplayerplug-in/.md5sum | 4 | ||||
-rw-r--r-- | mplayerplug-in/Pkgfile | 11 |
2 files changed, 9 insertions, 6 deletions
diff --git a/mplayerplug-in/.md5sum b/mplayerplug-in/.md5sum index 1fa6c4a42..259a44bf4 100644 --- a/mplayerplug-in/.md5sum +++ b/mplayerplug-in/.md5sum @@ -1,2 +1,2 @@ -348a5e018cef41eb50eb406963b7ed93 gecko-sdk-i686-pc-linux-gnu-1.7.10.tar.gz -41970663e6855beb5205077f4cb0ae29 mplayerplug-in-3.11.tar.gz +a9c3b70ab56d65015b28c6b795491c80 gecko-sdk-i686-pc-linux-gnu-1.8b1.tar.gz +3e36aa1a42aa312b312ba7ceaaa75f73 mplayerplug-in-3.21.tar.gz diff --git a/mplayerplug-in/Pkgfile b/mplayerplug-in/Pkgfile index 795b1dbce..f88bf3aa2 100644 --- a/mplayerplug-in/Pkgfile +++ b/mplayerplug-in/Pkgfile @@ -5,16 +5,19 @@ # Depends on: mplayer, firefox name=mplayerplug-in -version=3.11 +version=3.21 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \ - http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.10/gecko-sdk-i686-pc-linux-gnu-1.7.10.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 --with-gecko-sdk=$SRC/gecko-sdk --enable-gtk2 --disable-nls + ./configure --prefix=/usr \ + --with-gecko-sdk=$SRC/gecko-sdk \ + --enable-gtk2 \ + --disable-nls make - + make DESTDIR=$PKG install 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 |