forked from Lainports/freebsd-ports
linux-plugins like flash6(almost stable) and acroread5(unstable, you can use only one shot from boot) with native browsers. Flash6 |mozilla | firebird | galeon | ephiphany | opera | konquere ------------+--------+----------+--------+-----------+-------+---------- 4-stable[*] | OK | OK | OK | OK | OK | OK but... 5-current | OK | OK | OK | OK | NG | OK but... For konquere user: Please set plugins directory by hand. Acrobat |mozilla | firebird | galeon | ephiphany | opera | konquere ------------+--------+----------+--------+-----------+-------+---------- 4-stable[*] | ONLY 5-current | ONE SHOT USE [*] patched with http://people.FreeBSD.org/~nork/libmap_4stable.diff [1] port to NetBSD and try to use realplayer plugin. [2] use linux-threads. [3] map libc.so.6 -> pluginwrapper.so idea Submitted by: Takahiro Igarashi <thir@thir.org> [1] Joe Kelsey <joek@mail.flyingcroc.net> [2] t3rra yi <t3rra@hotmail.com> [3] Tested by: members of C BSD Users Group in Tokyo, Japan (C is Capital?) and many many many many many many many people! Desired by: ume as Trekkie Yoshihiko Sarumaru <sarumaru@yamayuri.org> Reviewed by: simokawa, ume, takawata, nectar Repo copied by: joe (cvs) Approved by: marcus (portmgr)
10 lines
665 B
Text
10 lines
665 B
Text
lib/pluginwrapper/flash6.so
|
|
lib/pluginwrapper/acrobat.so
|
|
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/nppdf.so
|
|
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/flashplayer.xpt
|
|
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/libflashplayer.so
|
|
@exec /bin/ln -sf %%LOCALBASE%%/Acrobat5/Browsers/intellinux/nppdf.so %%X11BASE%%/lib/browser_plugins/
|
|
@exec /bin/ln -sf %%LOCALBASE%%/linux-flashplugin6/flashplayer.xpt %%X11BASE%%/lib/browser_plugins/
|
|
@exec /bin/ln -sf %%LOCALBASE%%/linux-flashplugin6/libflashplayer.so %%X11BASE%%/lib/browser_plugins/
|
|
@dirrm lib/pluginwrapper
|
|
@unexec rmdir %%X11BASE%%/lib/browser_plugins 2>/dev/null || true
|