commit 41c598ed49cbb64502a594017efba16d7314af20 Author: Simon Gloßner <viper@hometux.de> Date: Wed Dec 20 11:14:56 2006 +0100 mplayerplug-in: updated to 3.35 diff --git a/mplayerplug-in/.md5sum b/mplayerplug-in/.md5sum index 5dfc109..dbda0a1 100644 --- a/mplayerplug-in/.md5sum +++ b/mplayerplug-in/.md5sum @@ -1,2 +1,2 @@ a9c3b70ab56d65015b28c6b795491c80 gecko-sdk-i686-pc-linux-gnu-1.8b1.tar.gz -be26b17cde385c7a34fc634d2c88c5c9 mplayerplug-in-3.31.tar.gz +5efa01fa433ee4c7118e534c36198e72 mplayerplug-in-3.35.tar.gz diff --git a/mplayerplug-in/Pkgfile b/mplayerplug-in/Pkgfile index 331af31..7305731 100644 --- a/mplayerplug-in/Pkgfile +++ b/mplayerplug-in/Pkgfile @@ -2,10 +2,10 @@ # URL: http://mplayerplug-in.sourceforge.net # Maintainer: Simon Gloßner, viper at hometux dot de # Packager: sten, nick dot steeves at shaw dot ca -# Depends on: mplayer, firefox +# Depends on: mplayer, firefox, gettext name=mplayerplug-in -version=3.31 +version=3.35 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-s...) @@ -23,6 +23,6 @@ build () { mkdir -p $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 + cp $SRC/$name/mplayerplug-in*.so $PKG/usr/lib/firefox/plugins + cp $SRC/$name/mplayerplug-in*.xpt $PKG/usr/lib/firefox/components }