Difference between revisions of "NSPluginWrapper"
From CBLFS
Jump to navigationJump to search (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://gwenole.beauchesne.info/projects/nspluginwrapper/files/nspluginwrapper-1.2.0.tar.bz2 |} ---- {{Pac...) |
Weibullguy (talk | contribs) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://gwenole.beauchesne.info/projects/nspluginwrapper/files/nspluginwrapper- | + | | http://gwenole.beauchesne.info/projects/nspluginwrapper/files/nspluginwrapper-{{NSPluginWrapper-Version}}.tar.bz2 |
|} | |} | ||
Line 34: | Line 34: | ||
make install | make install | ||
+ | |||
+ | = Configuring = | ||
+ | |||
+ | Wrapping a plug is as easy as: | ||
+ | |||
+ | nspluginwrapper -i /path/to/plugin.so | ||
+ | |||
+ | [[Category:GUI Clients]] |
Latest revision as of 10:16, 7 March 2009
Download Source: | http://gwenole.beauchesne.info/projects/nspluginwrapper/files/nspluginwrapper-1.2.0.tar.bz2 |
---|
Contents
Introduction to NSPluginWrapper
nspluginwrapper is an Open Source compatibility plugin for Netscape 4 (NPAPI) plugins. That is, it enables you to use plugins on platforms they were not built for. For example, you can use the Adobe Flash plugin on Linux/x86_64, NetBSD and FreeBSD platforms. Another goal of nspluginwrapper is to confine plugins into a specific execution domain, for reliability or security purposes (with SELinux or RSBAC). i.e. a sandbox in Google Chrome terminology.
Project Homepage: http://gwenole.beauchesne.info//en/projects/nspluginwrapper
Dependencies
Required
Optional
Pure64
Is this even possible? Need to check.
Multilib
Compile the package:
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --with-cc="gcc ${BUILD64}" \ --with-cxx="g++ ${BUILD64}" \ --with-x11-prefix="${XORG_PREFIX}" && make
Install the package:
make install
Configuring
Wrapping a plug is as easy as:
nspluginwrapper -i /path/to/plugin.so