Commit graph

10 commits

Author SHA1 Message Date
xtraeme
7addc357ab Update to 0.9.91.5:
[2007/08/26] nspluginwrapper 0.9.91.5

Fix a memory leak in NPP_Destroy()
Fix DiamondX XEmbed example plugin
Fix focus problems (Debian bug #435912)
Add support for 64-bit plugins (Martin Stransky)
Add support for newer NPAPI 0.17 functions and variables
Add support for broken 64-bit Konqueror versions (run-time detect)

[2007/04/03] nspluginwrapper 0.9.91.4

Dont try to wrap native plugins
Fix build on NetBSD (David Brownlee)
Fix build on DragonFlyBSD (Steve OHara-Smith)
Fix build on Linux systems with SSP enabled by default (Kristian Hermansen)
2007-09-09 17:06:03 +00:00
jlam
fb6d025b53 Use the emulator framework to note that this package installs linux-i386
binaries and libraries.

Add dependencies on the base, gtk2 and x11 Linux modules, which provide
shared libraries needed by npviewer.bin.

Bump the PKGREVISION to 1.
2007-07-31 17:59:28 +00:00
jlam
7c2f0441be Use the standard RPM extraction logic in the extract module instead of
custom code.

Adjust the installation commands to deal with different locations of the
extracted files from the RPMs.
2007-07-31 17:53:56 +00:00
abs
046def525d Note that:
You do not need nspluginwrapper if the ABI of the plugin and browser are the
same, such as running a 32 bit Linux firefox and flash plugin under NetBSD.
2007-06-05 16:25:30 +00:00
xtraeme
403b56254c Add support to install on NetBSD/amd64 and SUSE_COMPAT32.
Do not work yet, but that will help people to test and fix COMPAT_LINUX32.
2007-04-19 16:11:34 +00:00
abs
160e6503eb Mention DragonFlyBSD 2007-04-02 22:41:21 +00:00
abs
ed2354a0f1 Add patches from Steve O'Hara-Smith to enable build on DragonFlyBSD
No change on other platforms, so skipped PKGREVISION bump.  Steve
has already fed the patches back to the author.

Currently the package hardcodes some search paths from /usr/pkg - I have
an sent a question to the author as to how he would best like to handle
those in his framework.
2007-04-02 22:38:44 +00:00
christos
414ae5fe54 use the absolute path of RPM2PKG 2007-03-24 20:27:42 +00:00
hira
bc1fdcc46e USE_TOOLS+=pkg-config. 2007-03-23 08:24:37 +00:00
abs
612176e1f7 Import www/nspluginwrapper-0.9.91.3 into pkgsrc:
nspluginwrapper is an Open Source compatibility plugin for Netscape
4 (NPAPI) plugins. It separates the execution environment of the
plugin from the browser, allowing a plugin compiled for one ABI to
be used in a browser compiled for another.

For example the linux 32bit Adobe Flash plugin can be used in a
native Firefox under Linux/x86_64, NetBSD and FreeBSD platforms.

To install the Linux flash player into a native Firefox browser:
  - Also install multimedia/ns-flash and multimedia/libflashsupport
  - Run "nspluginwrapper -i /usr/pkg/lib/netscape/plugins/libflashplayer.so"
  - Run Firefox

This is working at least under NetBSD/i386 4.0_BETA with native and modular
x11.
2007-03-22 22:33:45 +00:00