Update to 20050119.
o Add more support DragonFlyBSD. [1] o Add support Helix Real Player. [2] But not tested well. Submitted by: YONETANI Tomokazu <qhwt+dfly@les.ath.cx> [1] Sebastian Strollo <seb@strollo.org> [2]
This commit is contained in:
parent
82f5dbf866
commit
4688fdce04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126835
3 changed files with 13 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= linuxpluginwrapper
|
||||
PORTVERSION= 20050110
|
||||
PORTVERSION= 20050119
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= www linux emulators
|
||||
MASTER_SITES= http://people.FreeBSD.org/~nork/distfiles/ \
|
||||
|
@ -20,6 +20,7 @@ COMMENT= A wrapper allowing use of linux-plugins with native applications
|
|||
|
||||
.if !defined(WITHOUT_PLUGINS)
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/linux-flashplugin6/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin6
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/linux-mozilla/plugins/nphelix.so:${PORTSDIR}/multimedia/linux-realplayer
|
||||
.if ${OSVERSION} >= 500000
|
||||
RUN_DEPENDS+= ${LOCALBASE}/Acrobat5/Browsers/intellinux/nppdf.so:${PORTSDIR}/print/acroread
|
||||
.else
|
||||
|
@ -100,6 +101,10 @@ pre-install:
|
|||
${X11BASE}/lib/browser_plugins/
|
||||
@${LN} -sf ${LOCALBASE}/lib/linux-flashplugin6/libflashplayer.so \
|
||||
${X11BASE}/lib/browser_plugins/
|
||||
@${LN} -sf ${LOCALBASE}/lib/linux-mozilla/plugins/nphelix.so \
|
||||
${X11BASE}/lib/browser_plugins/
|
||||
@${LN} -sf ${LOCALBASE}/lib/linux-mozilla/plugins/nphelix.xpt \
|
||||
${X11BASE}/lib/browser_plugins/
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (linuxpluginwrapper-20050110.tar.gz) = 4280fa60a58d53cb89a04809abb0d83d
|
||||
SIZE (linuxpluginwrapper-20050110.tar.gz) = 17506
|
||||
MD5 (linuxpluginwrapper-20050119.tar.gz) = 46fa66cac56974c20d68232863ada330
|
||||
SIZE (linuxpluginwrapper-20050119.tar.gz) = 17534
|
||||
|
|
|
@ -5,16 +5,21 @@ lib/pluginwrapper/jai.so
|
|||
lib/pluginwrapper/java3d.so
|
||||
lib/pluginwrapper/java3d_snd.so
|
||||
lib/pluginwrapper/pips.so
|
||||
lib/pluginwrapper/realplayer.so
|
||||
%%EXAMPLESDIR%%/libmap.conf-FreeBSD5-stable
|
||||
%%EXAMPLESDIR%%/libmap.conf-FreeBSD5-current
|
||||
%%EXAMPLESDIR%%/libmap.conf-FreeBSD4.x
|
||||
@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
|
||||
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/nphelix.so
|
||||
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/nphelix.so.xpt
|
||||
@unexec /bin/rmdir %%X11BASE%%/lib/browser_plugins 2>/dev/null || true
|
||||
@exec /bin/mkdir -p %%X11BASE%%/lib/browser_plugins 2>/dev/null || true
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/Acrobat5/Browsers/intellinux/nppdf.so %%X11BASE%%/lib/browser_plugins/
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-flashplugin6/flashplayer.xpt %%X11BASE%%/lib/browser_plugins/
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-flashplugin6/libflashplayer.so %%X11BASE%%/lib/browser_plugins/
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-mozilla/plugins/nphelix.so %%X11BASE%%/lib/browser_plugins/
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-mozilla/plugins/nphelix.xpt %%X11BASE%%/lib/browser_plugins/
|
||||
@dirrm lib/pluginwrapper
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
|
|
Loading…
Reference in a new issue