diff options
author | nork <nork@FreeBSD.org> | 2005-01-19 14:40:45 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-01-19 14:40:45 +0000 |
commit | 255f26e6de91e68d55d3a608f7e85c84a53e70c3 (patch) | |
tree | 4431287c865ff733ed28f196dcde2b337f796efa /www | |
parent | 17740af5a1bbe4ad3260ef83ef913a2b9238a9d0 (diff) | |
download | FreeBSD-ports-255f26e6de91e68d55d3a608f7e85c84a53e70c3.zip FreeBSD-ports-255f26e6de91e68d55d3a608f7e85c84a53e70c3.tar.gz |
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]
Diffstat (limited to 'www')
-rw-r--r-- | www/linuxpluginwrapper/Makefile | 7 | ||||
-rw-r--r-- | www/linuxpluginwrapper/distinfo | 4 | ||||
-rw-r--r-- | www/linuxpluginwrapper/pkg-plist | 5 |
3 files changed, 13 insertions, 3 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index 463dd74..dc74bb5 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/Makefile @@ -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: diff --git a/www/linuxpluginwrapper/distinfo b/www/linuxpluginwrapper/distinfo index 24d30d5..091a5d6 100644 --- a/www/linuxpluginwrapper/distinfo +++ b/www/linuxpluginwrapper/distinfo @@ -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 diff --git a/www/linuxpluginwrapper/pkg-plist b/www/linuxpluginwrapper/pkg-plist index eee3277..2785e63 100644 --- a/www/linuxpluginwrapper/pkg-plist +++ b/www/linuxpluginwrapper/pkg-plist @@ -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%% |