diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-07-11 15:13:02 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-07-11 15:13:02 +0000 |
commit | 716284e7b4c36020f66e09fed06d189c2c6a4abb (patch) | |
tree | 15ae20d08ece4ab112a45c0caedc456b3fea3107 /multimedia/linux-realplayer | |
parent | a12686df7b40466c8bd8d96b3292a44fa3ecc9d5 (diff) | |
download | ports-716284e7b4c36020f66e09fed06d189c2c6a4abb.tar.gz ports-716284e7b4c36020f66e09fed06d189c2c6a4abb.zip |
Update to version 7.b2
Change maintainer from kris to Vladimir Silyaev
PR: 19589
Submitted by: Vladimir Silyaev <vns@delta.odessa.ua>
Approved by: old maintainer, kris
Notes
Notes:
svn path=/head/; revision=30485
Diffstat (limited to 'multimedia/linux-realplayer')
-rw-r--r-- | multimedia/linux-realplayer/Makefile | 105 | ||||
-rw-r--r-- | multimedia/linux-realplayer/distinfo | 2 | ||||
-rw-r--r-- | multimedia/linux-realplayer/pkg-comment | 2 | ||||
-rw-r--r-- | multimedia/linux-realplayer/pkg-descr | 21 | ||||
-rw-r--r-- | multimedia/linux-realplayer/pkg-message | 6 | ||||
-rw-r--r-- | multimedia/linux-realplayer/pkg-plist | 375 |
6 files changed, 389 insertions, 122 deletions
diff --git a/multimedia/linux-realplayer/Makefile b/multimedia/linux-realplayer/Makefile index c7618b8eb068..320733237d0b 100644 --- a/multimedia/linux-realplayer/Makefile +++ b/multimedia/linux-realplayer/Makefile @@ -6,76 +6,81 @@ # PORTNAME= linux-realplayer -PORTVERSION= 5.0 -CATEGORIES= audio linux +PORTVERSION= 7.b2 +CATEGORIES= audio graphics linux MASTER_SITES= # fetch manually -DISTNAME= rv50_linux20 +DISTNAME= rp${PORTVERSION:R}_linux20_libc6_i386_${PORTVERSION:E} +EXTRACT_SUFX= _rpm -MAINTAINER= kris@FreeBSD.org +MAINTAINER= vns@delta.odessa.ua -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base +BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/misc/rpm2cpio -ONLY_FOR_ARCHS= i386 -NO_CDROM= "Redistribution not allowed" -NO_BUILD= yes -WRKSRC= ${WRKDIR}/rvplayer5.0/ +EXTRACT_CMD= rpm2cpio +EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= | cpio -id --quiet +RADIR= ${PREFIX}/lib/RealPlayer${PORTVERSION:R} +WRKSRC= ${WRKDIR}/usr/lib/RealPlayer${PORTVERSION:R} +PLUGINSDIR= ${PREFIX}/lib/netscape-linux/plugins +RABINDIR= ${PREFIX}/bin STRIP= # Linux binary should not be stripped by INSTALL_PROGRAM as it uses /usr/bin/strip which then brands the binary as a FreeBSD ELF one. -LIBFILES= libdecdnet.so libra14_4.so libra28_8.so libradnet.so \ - librarv10.so librasipr.so librv10dec.so librvcore.so \ - librvplayer.so - -DATAFILES= License.txt Mailcap Mime.types RAObserver.class \ - RAPlayer.class rvplayer.ad - .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DISTNAME}.tar.gz) +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE= may not be automatically fetched due to licensing\ - restrictions. You MUST manually fetch the Linux ELF version after\ + restrictions. You MUST manually fetch the Linux RPM version after\ reading and agreeing to the license at:\ - http://proforma.real.com/real/player/blackjack.html \ + http://www.real.com/player/7/ \ - once ${DISTFILES} has been downloaded, move it to\ ${DISTDIR} and then restart this build. .endif -do-install: - - ${MKDIR} ${PREFIX}/lib/rvplayer5.0/ - ${MKDIR} ${PREFIX}/share/rvplayer5.0/ +ONLY_FOR_ARCHS= i386 +NO_CDROM= "Redistribution not allowed" +NO_BUILD= yes -.for i in ${DATAFILES} - ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/lib/rvplayer5.0/ +do-install: + ${MKDIR} ${RADIR} +.for f in mimeinstall.sh pluginstall.sh postinstall.sh + ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${RADIR} .endfor - -.if !defined(NOPORTSDOCS) - ${MKDIR} ${PREFIX}/share/doc/rvplayer5.0/ - ${CP} -rp ${WRKSRC}/README ${WRKSRC}/index.htm ${WRKSRC}/doc/ \ - ${PREFIX}/share/doc/rvplayer5.0/ -.endif - -.for i in ${LIBFILES} - ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/lib/rvplayer5.0/ +.for f in realplay rpnphelper rpnp.so + ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${RADIR} +.endfor +.for f in LICENSE Mailcap Mime.types README app.kdelnk audiosig.rm \ + firstrun.rm firstrun.smi firstrun.swf mime.kdelnk raclass.zip \ + realplay.desktop rp7.xpm rp7doc.png rp7doc.xpm rp7mini.xpm + ${INSTALL_DATA} ${WRKSRC}/${f} ${RADIR} +.endfor +.for d in Codecs Common Plugins + ${MKDIR} ${RADIR}/${d} + ${INSTALL_PROGRAM} ${WRKSRC}/${d}/*.so* ${RADIR}/${d} .endfor + ${MKDIR} ${RADIR}/Plugins/ExtResources + ${INSTALL_PROGRAM} ${WRKSRC}/Plugins/ExtResources/* ${RADIR}/Plugins/ExtResources/ - ${INSTALL_PROGRAM} ${WRKSRC}/rvplayer ${PREFIX}/bin/ - /compat/linux/usr/bin/strip ${PREFIX}/bin/rvplayer - /usr/bin/brandelf -t Linux ${PREFIX}/bin/rvplayer + ${LN} -sf ${RADIR}/realplay ${RABINDIR} + ${LN} -sf ${RADIR}/rpnphelper ${RABINDIR} - ${INSTALL_DATA} ${WRKSRC}/welcome.rm ${PREFIX}/share/rvplayer5.0/ +.if exists(${PLUGINSDIR}) + ${LN} -sf ${RADIR}/raclass.zip ${PLUGINSDIR} + ${LN} -sf ${RADIR}/rpnp.so ${PLUGINSDIR} +.endif + +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/RealPlayer7 + ${INSTALL_DATA} ${WRKSRC}/Help/readme ${PREFIX}/share/doc/RealPlayer7 + ${INSTALL_DATA} ${WRKSRC}/Help/realplay.htm ${PREFIX}/share/doc/RealPlayer7 + ${MKDIR} ${PREFIX}/share/doc/RealPlayer7/realplay + ${INSTALL_DATA} ${WRKSRC}/Help/realplay/*.htm ${PREFIX}/share/doc/RealPlayer7/realplay + ${MKDIR} ${PREFIX}/share/doc/RealPlayer7/realplay/pics + ${INSTALL_DATA} ${WRKSRC}/Help/realplay/pics/* ${PREFIX}/share/doc/RealPlayer7/realplay/pics +.endif - @${ECHO_MSG} --------------------------------------------------------------- - @${ECHO_MSG} You must add ${PREFIX}/lib/rvplayer5.0 to your - @${ECHO_MSG} LD_LIBRARY_PATH environment variable to use RealPlayer 5.0. - @${ECHO_MSG} - @${ECHO_MSG} To use the Netscape plugin, you must have a Linux version of - @${ECHO_MSG} netscape \(e.g., ${PORTSDIR}/www/linux-netscape4/\) - see - @${ECHO_MSG} ${PREFIX}/share/doc/rvplayer5.0/plugin.htm for instructions. - @${ECHO_MSG} - @${ECHO_MSG} To use rvplayer as an external helper app for Netscape \(any - @${ECHO_MSG} version\), follow the instructions in - @${ECHO_MSG} ${PREFIX}/share/doc/rvplayer5.0/browser.htm. - @${ECHO_MSG} --------------------------------------------------------------- +post-install: + @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> diff --git a/multimedia/linux-realplayer/distinfo b/multimedia/linux-realplayer/distinfo index 93ee8e32d556..789382395039 100644 --- a/multimedia/linux-realplayer/distinfo +++ b/multimedia/linux-realplayer/distinfo @@ -1 +1 @@ -MD5 (rv50_linux20.tar.gz) = 631018a5eeb530dbc8e441fd1236f625 +MD5 (rp7_linux20_libc6_i386_b2_rpm) = 4d64c14d1b4b09f0c914c15cd8053886 diff --git a/multimedia/linux-realplayer/pkg-comment b/multimedia/linux-realplayer/pkg-comment index 3179c2614782..8c42815bf0c3 100644 --- a/multimedia/linux-realplayer/pkg-comment +++ b/multimedia/linux-realplayer/pkg-comment @@ -1 +1 @@ -Linux RealPlayer 5.0 from RealNetworks +Linux RealPlayer 7.0 from RealNetworks diff --git a/multimedia/linux-realplayer/pkg-descr b/multimedia/linux-realplayer/pkg-descr index f9a9ba85e346..09864c12f58a 100644 --- a/multimedia/linux-realplayer/pkg-descr +++ b/multimedia/linux-realplayer/pkg-descr @@ -1,17 +1,10 @@ -This is the Linux version of RealPlayer 5.0 from RealNetworks, the player -for RealAudio and RealVideo streaming broadcasts from the net. It can be -used as a standalone application, an external "helper" app from Netscape, -or a plugin in the Linux version of netscape. - -Playing back video streams such as /usr/local/share/rvplayer5.0/welcome.rm -doesn't seem to work too well on my 4.0-CURRENT machine. +This is the Linux version of RealPlayer 7.0 beta 2 from RealNetworks, +the player for RealAudio and RealVideo streaming broadcasts from the net. +It can be used as a standalone application, an external "helper" app from +Netscape, or a plugin in the Linux version of netscape. Due to license restrictions, this package must be manually downloaded -from: - -http://www.real.com/products/player/50player/downloadrealplayer.html?wp=dl1198&src=download - -WWW: http://www.real.com/products/player/50player/ +from the RealNetworks web site: +http://www.real.com/player/7/ -- Kris Kennaway -<kkennawa@physics.adelaide.edu.au> +WWW: http://www.real.com/player/ diff --git a/multimedia/linux-realplayer/pkg-message b/multimedia/linux-realplayer/pkg-message new file mode 100644 index 000000000000..f5007c43b13c --- /dev/null +++ b/multimedia/linux-realplayer/pkg-message @@ -0,0 +1,6 @@ +************************************************************ +After install goto ${PREFIX}/lib/RealPlayer7 directory +and launch: + ./mimeinstall - for install mime types for the mail and browser + ./plugininstall - for install plugin for the Linux Netscape +************************************************************ diff --git a/multimedia/linux-realplayer/pkg-plist b/multimedia/linux-realplayer/pkg-plist index f347b316dfcf..9de80f9f9721 100644 --- a/multimedia/linux-realplayer/pkg-plist +++ b/multimedia/linux-realplayer/pkg-plist @@ -1,56 +1,319 @@ -bin/rvplayer -lib/rvplayer5.0/License.txt -lib/rvplayer5.0/Mailcap -lib/rvplayer5.0/Mime.types -lib/rvplayer5.0/RAObserver.class -lib/rvplayer5.0/RAPlayer.class -lib/rvplayer5.0/rvplayer.ad -lib/rvplayer5.0/libdecdnet.so -lib/rvplayer5.0/libra14_4.so -lib/rvplayer5.0/libra28_8.so -lib/rvplayer5.0/libradnet.so -lib/rvplayer5.0/librarv10.so -lib/rvplayer5.0/librasipr.so -lib/rvplayer5.0/librv10dec.so -lib/rvplayer5.0/librvcore.so -lib/rvplayer5.0/librvplayer.so -share/doc/rvplayer5.0/gifs/webhelp.gif -share/doc/rvplayer5.0/gifs/config4_1.jpg -share/doc/rvplayer5.0/gifs/config4_2.jpg -share/doc/rvplayer5.0/gifs/download.gif -share/doc/rvplayer5.0/gifs/emhelp.gif -share/doc/rvplayer5.0/gifs/plugin.jpg -share/doc/rvplayer5.0/gifs/prefs.jpg -share/doc/rvplayer5.0/gifs/ra-logo.gif -share/doc/rvplayer5.0/gifs/ra-logo2.gif -share/doc/rvplayer5.0/gifs/realplayer4.jpg -share/doc/rvplayer5.0/gifs/rnlogo.gif -share/doc/rvplayer5.0/gifs/config3.jpg -share/doc/rvplayer5.0/browser.htm -share/doc/rvplayer5.0/configure.htm -share/doc/rvplayer5.0/contents.htm -share/doc/rvplayer5.0/embed.htm -share/doc/rvplayer5.0/freebsd.htm -share/doc/rvplayer5.0/general.htm -share/doc/rvplayer5.0/install.htm -share/doc/rvplayer5.0/intro.htm -share/doc/rvplayer5.0/irix.htm -share/doc/rvplayer5.0/license.htm -share/doc/rvplayer5.0/linux.htm -share/doc/rvplayer5.0/notes.htm -share/doc/rvplayer5.0/notice.html -share/doc/rvplayer5.0/path.htm -share/doc/rvplayer5.0/plugin.htm -share/doc/rvplayer5.0/setup.htm -share/doc/rvplayer5.0/shared.htm -share/doc/rvplayer5.0/solaris.htm -share/doc/rvplayer5.0/sysreq.htm -share/doc/rvplayer5.0/title.html -share/doc/rvplayer5.0/toc.html -share/doc/rvplayer5.0/index.htm -share/doc/rvplayer5.0/README -share/rvplayer5.0/welcome.rm -@dirrm share/rvplayer5.0 -@dirrm share/doc/rvplayer5.0/gifs -@dirrm share/doc/rvplayer5.0 -@dirrm lib/rvplayer5.0 +lib/RealPlayer7/Codecs/14_4.so.6.0 +lib/RealPlayer7/Codecs/28_8.so.6.0 +lib/RealPlayer7/Codecs/cokr.so.6.0 +lib/RealPlayer7/Codecs/cook.so.6.0 +lib/RealPlayer7/Codecs/ddnt.so.6.0 +lib/RealPlayer7/Codecs/dnet.so.6.0 +lib/RealPlayer7/Codecs/drv1.so.6.0 +lib/RealPlayer7/Codecs/drv2.so.6.0 +lib/RealPlayer7/Codecs/drv3.so.6.0 +lib/RealPlayer7/Codecs/dspr.so.6.0 +lib/RealPlayer7/Codecs/rncolor.so.6.0 +lib/RealPlayer7/Codecs/rv10.so.6.0 +lib/RealPlayer7/Codecs/rv20.so.6.0 +lib/RealPlayer7/Codecs/rv30.so.6.0 +lib/RealPlayer7/Codecs/sipr.so.6.0 +lib/RealPlayer7/Common/pnrscmgr.so.6.0 +lib/RealPlayer7/Common/rcacore.so.6.0 +lib/RealPlayer7/Common/rcaembed.so.6.0 +lib/RealPlayer7/Common/rmacore.so.6.0 +lib/RealPlayer7/Plugins/ExtResources/coreres60.xrs +lib/RealPlayer7/Plugins/audplin.so.6.0 +lib/RealPlayer7/Plugins/authmgr.so.6.0 +lib/RealPlayer7/Plugins/bascauth.so.6.0 +lib/RealPlayer7/Plugins/httpfsys.so.6.0 +lib/RealPlayer7/Plugins/memfsys.so.6.0 +lib/RealPlayer7/Plugins/meta.so.6.0 +lib/RealPlayer7/Plugins/mp3f.so.6.0 +lib/RealPlayer7/Plugins/mp3mfpln.so.6.0 +lib/RealPlayer7/Plugins/mp3r.so.6.0 +lib/RealPlayer7/Plugins/pnxres.so.6.0 +lib/RealPlayer7/Plugins/pxcgif2.so.6.0 +lib/RealPlayer7/Plugins/pxcjpeg2.so.6.0 +lib/RealPlayer7/Plugins/pxcpng.so.6.0 +lib/RealPlayer7/Plugins/pxff.so.6.0 +lib/RealPlayer7/Plugins/pxgf.so.6.0 +lib/RealPlayer7/Plugins/pxgr.so.6.0 +lib/RealPlayer7/Plugins/pxjf.so.6.0 +lib/RealPlayer7/Plugins/pxjr.so.6.0 +lib/RealPlayer7/Plugins/pxlive.so.6.0 +lib/RealPlayer7/Plugins/pxpf.so.6.0 +lib/RealPlayer7/Plugins/pxpr.so.6.0 +lib/RealPlayer7/Plugins/pxrend2.so.6.0 +lib/RealPlayer7/Plugins/rarender.so.6.0 +lib/RealPlayer7/Plugins/rcadlg.so.6.0 +lib/RealPlayer7/Plugins/rmffplin.so.6.0 +lib/RealPlayer7/Plugins/rn5auth.so.6.0 +lib/RealPlayer7/Plugins/rtffplin.so.6.0 +lib/RealPlayer7/Plugins/rtrender.so.6.0 +lib/RealPlayer7/Plugins/rvrend.so.6.0 +lib/RealPlayer7/Plugins/sdpplin.so.6.0 +lib/RealPlayer7/Plugins/skinfs.so.6.0 +lib/RealPlayer7/Plugins/smlffpln.so.6.0 +lib/RealPlayer7/Plugins/smlrendr.so.6.0 +lib/RealPlayer7/Plugins/smmrendr.so.6.0 +lib/RealPlayer7/Plugins/smplfsys.so.6.0 +lib/RealPlayer7/Plugins/swff.so.6.0 +lib/RealPlayer7/Plugins/swfrend.so.6.0 +lib/RealPlayer7/Plugins/swfrendp.so.6.0 +lib/RealPlayer7/Plugins/swpf.so.6.0 +lib/RealPlayer7/Plugins/vidplin.so.6.0 +lib/RealPlayer7/Plugins/vsrcplin.so.6.0 +lib/RealPlayer7/Plugins/xlibsite.so.6.0 +lib/RealPlayer7/mimeinstall.sh +lib/RealPlayer7/pluginstall.sh +lib/RealPlayer7/postinstall.sh +lib/RealPlayer7/realplay +lib/RealPlayer7/rpnphelper +lib/RealPlayer7/rpnp.so +lib/RealPlayer7/LICENSE +lib/RealPlayer7/Mailcap +lib/RealPlayer7/Mime.types +lib/RealPlayer7/README +lib/RealPlayer7/app.kdelnk +lib/RealPlayer7/audiosig.rm +lib/RealPlayer7/firstrun.rm +lib/RealPlayer7/firstrun.smi +lib/RealPlayer7/firstrun.swf +lib/RealPlayer7/mime.kdelnk +lib/RealPlayer7/raclass.zip +lib/RealPlayer7/realplay.desktop +lib/RealPlayer7/rp7.xpm +lib/RealPlayer7/rp7doc.png +lib/RealPlayer7/rp7doc.xpm +lib/RealPlayer7/rp7mini.xpm +share/doc/RealPlayer7/realplay/pics/DOCUMENTB.gif +share/doc/RealPlayer7/realplay/pics/RealLogo.gif +share/doc/RealPlayer7/realplay/pics/RealNetx.gif +share/doc/RealPlayer7/realplay/pics/SHED-EXAMPLE.gif +share/doc/RealPlayer7/realplay/pics/back.gif +share/doc/RealPlayer7/realplay/pics/backbutt.gif +share/doc/RealPlayer7/realplay/pics/bckbutt.gif +share/doc/RealPlayer7/realplay/pics/brightness.gif +share/doc/RealPlayer7/realplay/pics/btn_a.gif +share/doc/RealPlayer7/realplay/pics/btn_b.gif +share/doc/RealPlayer7/realplay/pics/btn_c.gif +share/doc/RealPlayer7/realplay/pics/btn_d.gif +share/doc/RealPlayer7/realplay/pics/btn_e.gif +share/doc/RealPlayer7/realplay/pics/btn_f.gif +share/doc/RealPlayer7/realplay/pics/btn_g.gif +share/doc/RealPlayer7/realplay/pics/btn_h.gif +share/doc/RealPlayer7/realplay/pics/btn_i.gif +share/doc/RealPlayer7/realplay/pics/btn_j.gif +share/doc/RealPlayer7/realplay/pics/btn_k.gif +share/doc/RealPlayer7/realplay/pics/btn_l.gif +share/doc/RealPlayer7/realplay/pics/btn_m.gif +share/doc/RealPlayer7/realplay/pics/btn_n.gif +share/doc/RealPlayer7/realplay/pics/btn_o.gif +share/doc/RealPlayer7/realplay/pics/btn_p.gif +share/doc/RealPlayer7/realplay/pics/btn_q.gif +share/doc/RealPlayer7/realplay/pics/btn_r.gif +share/doc/RealPlayer7/realplay/pics/btn_s.gif +share/doc/RealPlayer7/realplay/pics/btn_t.gif +share/doc/RealPlayer7/realplay/pics/btn_u.gif +share/doc/RealPlayer7/realplay/pics/btn_v.gif +share/doc/RealPlayer7/realplay/pics/btn_w.gif +share/doc/RealPlayer7/realplay/pics/btn_x.gif +share/doc/RealPlayer7/realplay/pics/btn_y.gif +share/doc/RealPlayer7/realplay/pics/btn_z.gif +share/doc/RealPlayer7/realplay/pics/callouts.gif +share/doc/RealPlayer7/realplay/pics/channelstab.gif +share/doc/RealPlayer7/realplay/pics/closed2.gif +share/doc/RealPlayer7/realplay/pics/cnt0.gif +share/doc/RealPlayer7/realplay/pics/cnt1.gif +share/doc/RealPlayer7/realplay/pics/colorcontrol.gif +share/doc/RealPlayer7/realplay/pics/compbutt.gif +share/doc/RealPlayer7/realplay/pics/contrast.gif +share/doc/RealPlayer7/realplay/pics/creditroll.gif +share/doc/RealPlayer7/realplay/pics/cursor_hand.gif +share/doc/RealPlayer7/realplay/pics/delete3.gif +share/doc/RealPlayer7/realplay/pics/do-it.gif +share/doc/RealPlayer7/realplay/pics/favicon.gif +share/doc/RealPlayer7/realplay/pics/dropdwnarrow.gif +share/doc/RealPlayer7/realplay/pics/eq-autogainadj.gif +share/doc/RealPlayer7/realplay/pics/eq-on-off.gif +share/doc/RealPlayer7/realplay/pics/eq-onbutton.gif +share/doc/RealPlayer7/realplay/pics/eq-restoredefault.gif +share/doc/RealPlayer7/realplay/pics/eq-slider3.gif +share/doc/RealPlayer7/realplay/pics/eq-smarteq.gif +share/doc/RealPlayer7/realplay/pics/equalizer3.gif +share/doc/RealPlayer7/realplay/pics/favoritestab.gif +share/doc/RealPlayer7/realplay/pics/forward.gif +share/doc/RealPlayer7/realplay/pics/forwardbutt.gif +share/doc/RealPlayer7/realplay/pics/fullplayershed.gif +share/doc/RealPlayer7/realplay/pics/fulltoc.gif +share/doc/RealPlayer7/realplay/pics/fwdbutt.gif +share/doc/RealPlayer7/realplay/pics/g2-status.gif +share/doc/RealPlayer7/realplay/pics/glossary.gif +share/doc/RealPlayer7/realplay/pics/index.gif +share/doc/RealPlayer7/realplay/pics/index_a.gif +share/doc/RealPlayer7/realplay/pics/index_b.gif +share/doc/RealPlayer7/realplay/pics/index_c.gif +share/doc/RealPlayer7/realplay/pics/index_d.gif +share/doc/RealPlayer7/realplay/pics/index_e.gif +share/doc/RealPlayer7/realplay/pics/index_f.gif +share/doc/RealPlayer7/realplay/pics/index_g.gif +share/doc/RealPlayer7/realplay/pics/index_h.gif +share/doc/RealPlayer7/realplay/pics/index_i.gif +share/doc/RealPlayer7/realplay/pics/index_j.gif +share/doc/RealPlayer7/realplay/pics/index_k.gif +share/doc/RealPlayer7/realplay/pics/index_l.gif +share/doc/RealPlayer7/realplay/pics/index_m.gif +share/doc/RealPlayer7/realplay/pics/index_n.gif +share/doc/RealPlayer7/realplay/pics/index_o.gif +share/doc/RealPlayer7/realplay/pics/index_p.gif +share/doc/RealPlayer7/realplay/pics/index_q.gif +share/doc/RealPlayer7/realplay/pics/index_r.gif +share/doc/RealPlayer7/realplay/pics/index_s.gif +share/doc/RealPlayer7/realplay/pics/index_t.gif +share/doc/RealPlayer7/realplay/pics/index_u.gif +share/doc/RealPlayer7/realplay/pics/index_v.gif +share/doc/RealPlayer7/realplay/pics/index_w.gif +share/doc/RealPlayer7/realplay/pics/index_x.gif +share/doc/RealPlayer7/realplay/pics/index_y.gif +share/doc/RealPlayer7/realplay/pics/index_z.gif +share/doc/RealPlayer7/realplay/pics/led-buffer-gauge.gif +share/doc/RealPlayer7/realplay/pics/led-connect-wds.gif +share/doc/RealPlayer7/realplay/pics/led-kbps-wds.gif +share/doc/RealPlayer7/realplay/pics/led-live.gif +share/doc/RealPlayer7/realplay/pics/led-nettraffic-red.gif +share/doc/RealPlayer7/realplay/pics/led-nettrafficgreen.gif +share/doc/RealPlayer7/realplay/pics/led-nettrafficyellow.gif +share/doc/RealPlayer7/realplay/pics/led-pause.gif +share/doc/RealPlayer7/realplay/pics/led-play.gif +share/doc/RealPlayer7/realplay/pics/led-stop.gif +share/doc/RealPlayer7/realplay/pics/led-surestreamdown.gif +share/doc/RealPlayer7/realplay/pics/led-surestreamup.gif +share/doc/RealPlayer7/realplay/pics/led-timeleft.gif +share/doc/RealPlayer7/realplay/pics/led-timer.gif +share/doc/RealPlayer7/realplay/pics/moreinfo.gif +share/doc/RealPlayer7/realplay/pics/mute.gif +share/doc/RealPlayer7/realplay/pics/mute3.gif +share/doc/RealPlayer7/realplay/pics/newchannels.gif +share/doc/RealPlayer7/realplay/pics/next.gif +share/doc/RealPlayer7/realplay/pics/next0.gif +share/doc/RealPlayer7/realplay/pics/next1.gif +share/doc/RealPlayer7/realplay/pics/notice.gif +share/doc/RealPlayer7/realplay/pics/optionsbutt.gif +share/doc/RealPlayer7/realplay/pics/pause.gif +share/doc/RealPlayer7/realplay/pics/play.gif +share/doc/RealPlayer7/realplay/pics/plus2.gif +share/doc/RealPlayer7/realplay/pics/pregain3.gif +share/doc/RealPlayer7/realplay/pics/prev0.gif +share/doc/RealPlayer7/realplay/pics/prev1.gif +share/doc/RealPlayer7/realplay/pics/readme.gif +share/doc/RealPlayer7/realplay/pics/real.gif +share/doc/RealPlayer7/realplay/pics/realplay00000000.gif +share/doc/RealPlayer7/realplay/pics/realplay00000013.gif +share/doc/RealPlayer7/realplay/pics/realplay00000046.gif +share/doc/RealPlayer7/realplay/pics/realplay00000071.gif +share/doc/RealPlayer7/realplay/pics/realplay00090000.gif +share/doc/RealPlayer7/realplay/pics/realplay00090001.gif +share/doc/RealPlayer7/realplay/pics/recbutt.gif +share/doc/RealPlayer7/realplay/pics/recbuttondwn.gif +share/doc/RealPlayer7/realplay/pics/reverb3.gif +share/doc/RealPlayer7/realplay/pics/roomsize3.gif +share/doc/RealPlayer7/realplay/pics/saturation.gif +share/doc/RealPlayer7/realplay/pics/savesettings3.gif +share/doc/RealPlayer7/realplay/pics/scan.gif +share/doc/RealPlayer7/realplay/pics/search.gif +share/doc/RealPlayer7/realplay/pics/settings4.gif +share/doc/RealPlayer7/realplay/pics/sharpness.gif +share/doc/RealPlayer7/realplay/pics/shortcut.gif +share/doc/RealPlayer7/realplay/pics/shorttoc.gif +share/doc/RealPlayer7/realplay/pics/stationstab.gif +share/doc/RealPlayer7/realplay/pics/stop.gif +share/doc/RealPlayer7/realplay/pics/tint.gif +share/doc/RealPlayer7/realplay/pics/unixplay.jpg +share/doc/RealPlayer7/realplay/pics/videocontrols3.gif +share/doc/RealPlayer7/realplay/pics/volslider.gif +share/doc/RealPlayer7/realplay/pics/zoom.gif +share/doc/RealPlayer7/realplay/pics/zoomtest +share/doc/RealPlayer7/realplay/aud_play.htm +share/doc/RealPlayer7/realplay/buffered.htm +share/doc/RealPlayer7/realplay/cinfobar.htm +share/doc/RealPlayer7/realplay/clip_bar.htm +share/doc/RealPlayer7/realplay/clipinfo.htm +share/doc/RealPlayer7/realplay/clipwork.htm +share/doc/RealPlayer7/realplay/compact.htm +share/doc/RealPlayer7/realplay/con_pref.htm +share/doc/RealPlayer7/realplay/configur.htm +share/doc/RealPlayer7/realplay/cont_menu.htm +share/doc/RealPlayer7/realplay/disp_hlp.htm +share/doc/RealPlayer7/realplay/display.htm +share/doc/RealPlayer7/realplay/distort.htm +share/doc/RealPlayer7/realplay/error690.htm +share/doc/RealPlayer7/realplay/error693.htm +share/doc/RealPlayer7/realplay/error698.htm +share/doc/RealPlayer7/realplay/file_menu.htm +share/doc/RealPlayer7/realplay/filetype.htm +share/doc/RealPlayer7/realplay/gen_pref.htm +share/doc/RealPlayer7/realplay/glossary.htm +share/doc/RealPlayer7/realplay/how_to.htm +share/doc/RealPlayer7/realplay/gotoreal.htm +share/doc/RealPlayer7/realplay/help_menu.htm +share/doc/RealPlayer7/realplay/index.htm +share/doc/RealPlayer7/realplay/inner.htm +share/doc/RealPlayer7/realplay/intrface.htm +share/doc/RealPlayer7/realplay/introduction.htm +share/doc/RealPlayer7/realplay/jump_to.htm +share/doc/RealPlayer7/realplay/keyshort.htm +share/doc/RealPlayer7/realplay/loadclip.htm +share/doc/RealPlayer7/realplay/manually.htm +share/doc/RealPlayer7/realplay/menubar.htm +share/doc/RealPlayer7/realplay/menus.htm +share/doc/RealPlayer7/realplay/mute.htm +share/doc/RealPlayer7/realplay/notice.htm +share/doc/RealPlayer7/realplay/panels.htm +share/doc/RealPlayer7/realplay/pause.htm +share/doc/RealPlayer7/realplay/per_pref.htm +share/doc/RealPlayer7/realplay/play.htm +share/doc/RealPlayer7/realplay/play_menu.htm +share/doc/RealPlayer7/realplay/playclip.htm +share/doc/RealPlayer7/realplay/position.htm +share/doc/RealPlayer7/realplay/prx_pref.htm +share/doc/RealPlayer7/realplay/size.htm +share/doc/RealPlayer7/realplay/real_wrk.htm +share/doc/RealPlayer7/realplay/rollcred.htm +share/doc/RealPlayer7/realplay/set_pref.htm +share/doc/RealPlayer7/realplay/slider.htm +share/doc/RealPlayer7/realplay/snd_set.htm +share/doc/RealPlayer7/realplay/stat_bar.htm +share/doc/RealPlayer7/realplay/statist.htm +share/doc/RealPlayer7/realplay/status.htm +share/doc/RealPlayer7/realplay/stop.htm +share/doc/RealPlayer7/realplay/streams.htm +share/doc/RealPlayer7/realplay/sup_pref.htm +share/doc/RealPlayer7/realplay/surestrm.htm +share/doc/RealPlayer7/realplay/sync_snd.htm +share/doc/RealPlayer7/realplay/takefive.htm +share/doc/RealPlayer7/realplay/toc.htm +share/doc/RealPlayer7/realplay/toc_full.htm +share/doc/RealPlayer7/realplay/toc_menu.htm +share/doc/RealPlayer7/realplay/toc_pref.htm +share/doc/RealPlayer7/realplay/toc_strt.htm +share/doc/RealPlayer7/realplay/toc_trbl.htm +share/doc/RealPlayer7/realplay/trn_pref.htm +share/doc/RealPlayer7/realplay/trn_set.htm +share/doc/RealPlayer7/realplay/trouble.htm +share/doc/RealPlayer7/realplay/use_real.htm +share/doc/RealPlayer7/realplay/vid_play.htm +share/doc/RealPlayer7/realplay/video.htm +share/doc/RealPlayer7/realplay/view_menu.htm +share/doc/RealPlayer7/realplay/volume.htm +share/doc/RealPlayer7/realplay/win_ctrl.htm +share/doc/RealPlayer7/realplay/zoom.htm +share/doc/RealPlayer7/realplay/zoomhelp.htm +share/doc/RealPlayer7/readme +share/doc/RealPlayer7/realplay.htm +bin/realplay +bin/rpnphelper +@unexec rm -f lib/netscape-linux/plugins/raclass.zip lib/netscape-linux/plugins/rpnp.so +@dirrm lib/RealPlayer7/Codecs +@dirrm lib/RealPlayer7/Common +@dirrm lib/RealPlayer7/Plugins/ExtResources +@dirrm lib/RealPlayer7/Plugins +@dirrm lib/RealPlayer7 +@dirrm share/doc/RealPlayer7/realplay/pics +@dirrm share/doc/RealPlayer7/realplay +@dirrm share/doc/RealPlayer7 |