the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: mozplugger
Version: 1.14.2
Revision: 2
Source: http://mozplugger.mozdev.org/files/%n-%v.tar.gz
Source-MD5: 76c4e2cdf14e41b6df1d60bd1a2f249d
License: GPL
Depends: x11
BuildDepends: x11-dev
Recommends: firefox
PatchScript: <<
perl -pi -e 's|\)/etc|\)%p/etc|g' Makefile
perl -pi -e 's|OPERA_DIR|MOZILLA_FIVE_HOME|g;s|/usr/etc|%p/etc|g' mozplugger.c
perl -pi -e 's|OPERA_HOME|MOZILLA_FIVE_HOME|g;s|/etc|%p/etc|g' mozplugger.7
<<
CompileScript: <<
#!/bin/sh -ev
make all prefix=%p XLDFLAGS="-flat_namespace -bundle -L/usr/X11R6/lib -lX11" X11=/usr/X11R6/
<<
InstallScript: <<
#!/bin/sh -ev
make install root=%d prefix=%p
<<
DocFiles: COPYING ChangeLog README
Description: Use X11 applications as plugins for firefox
DescDetail: <<
The goal of the project is to provide a minimalist,
clean and stable general purpose Mozilla plugin module
that allows the user to embed and launch their favourite
application to handle the various different types of media
found on the Internet.
A list of Fink packages that supply executables recognized
by mozplugger contains, among others:
mplayer, totem, gxine, xmms, xv, xpdf, kpdf, evince, gv, xdvi,
kword, abiword, timidity, mikmod, gqview, imagemagick, ...
<<
DescUsage: <<
When %p/bin/firefox (version 3) is started, it loads the
mozplugger plugin automatically. You can verify this by looking
at the URL about:plugins
For configuring mozplugger, copy %p/etc/mozpluggerrc into
~/.mozilla/ and edit the copy. Instructions are given in the
mozplugger manpage and on the web site.
<<
DescPackaging: <<
Previous version by Martin Costabel
<<
Maintainer: Hanspeter Niederstrasser
Homepage: http://mozplugger.mozdev.org