summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-03-22 08:42:29 +0000
committerrh <rh@pkgsrc.org>2000-03-22 08:42:29 +0000
commit6161e52dfa7e1773ca86f58f6fdb96422db7b78b (patch)
treecfe38290d1c95145b7d6d025a127ead3b712c36e
parent5657c179282c4f15110b01424b354ab12c195598 (diff)
downloadpkgsrc-6161e52dfa7e1773ca86f58f6fdb96422db7b78b.tar.gz
Initial import of realplayer7, the current beta version of RealAudio
and RealVideo for Linux. This package was submitted in PR 9652 by John Darrow, thanks!
-rw-r--r--audio/realplayer7/Makefile83
-rw-r--r--audio/realplayer7/files/md53
-rw-r--r--audio/realplayer7/files/patch-sum3
-rw-r--r--audio/realplayer7/files/realplay.sh7
-rw-r--r--audio/realplayer7/patches/patch-aa42
-rw-r--r--audio/realplayer7/pkg/COMMENT1
-rw-r--r--audio/realplayer7/pkg/DESCR2
-rw-r--r--audio/realplayer7/pkg/INSTALL23
-rw-r--r--audio/realplayer7/pkg/PLIST309
9 files changed, 473 insertions, 0 deletions
diff --git a/audio/realplayer7/Makefile b/audio/realplayer7/Makefile
new file mode 100644
index 00000000000..e939f342d8f
--- /dev/null
+++ b/audio/realplayer7/Makefile
@@ -0,0 +1,83 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/03/22 08:42:29 rh Exp $
+#
+
+DISTNAME= rp7install
+PKGNAME= realplayer-7nb1
+WRKSRC= ${WRKDIR}/RealPlayer7
+CATEGORIES= audio
+MASTER_SITES=
+EXTRACT_SUFX= .bin
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.real.com/products/player/
+
+DEPENDS+= suse_linux>=6.1:../../emulators/suse_linux
+
+ONLY_FOR_PLATFORM= NetBSD-*-i386
+NO_CDROM= "Redistribution not permitted"
+RESTRICTED= "Export-controlled"
+MIRROR_DISTFILE= no
+IS_INTERACTIVE= yes
+
+NO_CONFIGURE= yes
+EXTRACT_CMD= HOME=${WRKDIR} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
+
+DOWNLOAD= http://proforma.real.com/real/player/linuxplayer.html
+REALPLAYER_HOME= ${PREFIX}/lib/RealPlayer7
+
+NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins
+
+do-fetch:
+ @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
+ ${ECHO_MSG} "==============================================================="; \
+ ${ECHO_MSG} " RealPlayer 7 for Linux 2.0/2.2 must be fetched into"; \
+ ${ECHO_MSG} " ${DISTDIR} from"; \
+ ${ECHO_MSG} " ${DOWNLOAD}."; \
+ ${ECHO_MSG} "==============================================================="; \
+ ${FALSE}; \
+ fi
+
+pre-extract:
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "-------------------------------------------------------"
+ @${ECHO_MSG} " Now running the RealPlayer7 installation script. "
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} " Please choose 'Accept', then make sure the destination"
+ @${ECHO_MSG} " directory is ${WRKSRC}"
+ @${ECHO_MSG} " (it should be the first or second choice on the "
+ @${ECHO_MSG} " drop-down menu), then press Finish. "
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} " Then cancel out of the plugin install, and register "
+ @${ECHO_MSG} " if you choose to, otherwise cancel. "
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} " After the introductory clip runs, exit RealPlayer "
+ @${ECHO_MSG} " to continue the package installation. "
+ @${ECHO_MSG} "-------------------------------------------------------"
+ @${ECHO_MSG} ""
+ @${CHMOD} +x ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
+
+post-patch:
+ cd ${WRKSRC}; \
+ ${MV} -f mimeinstall.sh mimeinstall.sh.old; \
+ ${SED} -e 's#@@PREFIX@@#'${PREFIX}'#g' \
+ < mimeinstall.sh.old >mimeinstall.sh; \
+ ${CHMOD} +x mimeinstall.sh; \
+ ${RM} mimeinstall.sh.orig mimeinstall.sh.old
+
+do-build:
+ ${SED} -e 's#@@REALPLAYER_HOME@@#${REALPLAYER_HOME}#g' \
+ <${FILESDIR}/realplay.sh >${WRKDIR}/realplay.sh
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/realplay.sh ${PREFIX}/bin/realplay
+ cd ${WRKDIR}; ${PAX} -rw RealPlayer7 ${PREFIX}/lib
+
+post-install:
+ ${INSTALL_DATA_DIR} ${NS_PLUGINS_DIR}
+ ${INSTALL_DATA} ${PREFIX}/lib/RealPlayer7/raclass.zip ${NS_PLUGINS_DIR}
+ ${INSTALL_DATA} ${PREFIX}/lib/RealPlayer7/rpnp.so ${NS_PLUGINS_DIR}
+ ${LN} -sf ../lib/RealPlayer7/rpnphelper ${PREFIX}/bin/rpnphelper
+ ${SETENV} PKG_PREFIX=${PREFIX} \
+ ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/realplayer7/files/md5 b/audio/realplayer7/files/md5
new file mode 100644
index 00000000000..b7655bc34a3
--- /dev/null
+++ b/audio/realplayer7/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/03/22 08:42:29 rh Exp $
+
+MD5 (rp7install.bin) = 78bfc834c2810ae7bd236180e8624703
diff --git a/audio/realplayer7/files/patch-sum b/audio/realplayer7/files/patch-sum
new file mode 100644
index 00000000000..b1288a3affb
--- /dev/null
+++ b/audio/realplayer7/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1.1.1 2000/03/22 08:42:29 rh Exp $
+
+MD5 (patch-aa) = 2e6f28729b786b15a6ea60f97c4b2b4e
diff --git a/audio/realplayer7/files/realplay.sh b/audio/realplayer7/files/realplay.sh
new file mode 100644
index 00000000000..6abc7ed98b9
--- /dev/null
+++ b/audio/realplayer7/files/realplay.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+#
+# $NetBSD: realplay.sh,v 1.1.1.1 2000/03/22 08:42:29 rh Exp $
+#
+REALPLAYER_HOME=@@REALPLAYER_HOME@@ ; export REALPLAYER_HOME
+LD_LIBRARY_PATH=${REALPLAYER_HOME}:${LD_LIBRARY_PATH} ; export LD_LIBRARY_PATH
+exec ${REALPLAYER_HOME}/realplay "$@"
diff --git a/audio/realplayer7/patches/patch-aa b/audio/realplayer7/patches/patch-aa
new file mode 100644
index 00000000000..ad366394cba
--- /dev/null
+++ b/audio/realplayer7/patches/patch-aa
@@ -0,0 +1,42 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/03/22 08:42:30 rh Exp $
+
+--- mimeinstall.sh.orig Sat Mar 11 17:17:22 2000
++++ mimeinstall.sh Mon Mar 20 20:03:14 2000
+@@ -17,8 +17,8 @@
+ }
+
+
+-REALPLAY=`pwd`/realplay
+-LOC=`pwd`
++REALPLAY=@@PREFIX@@/bin/realplay
++LOC=@@PREFIX@@/lib/RealPlayer7
+
+
+ if [ -f "$HOME/.mime.types" ] ; then
+@@ -42,7 +42,7 @@
+ fi
+
+
+-if [ "%1" = "MP3" ] ; then
++if [ "$1" = "MP3" ] ; then
+ if [ -f "$HOME/.mime.types" ] ; then
+ if grep x-pn-mp3 $HOME/.mime.types > /dev/null 2>&1 ; then
+ echo "Found MP3 mimetype in $HOME/.mime.types"
+@@ -71,7 +71,7 @@
+ audio/vnd.rn-realaudio;$REALPLAY %u
+ application/smil;$REALPLAY %u
+ EOF
+- if [ "%1" = "MP3" ] ; then
++ if [ "$1" = "MP3" ] ; then
+ echo "Added MP3 mimetype to $HOME/.mailcap"
+ cat >> $HOME/.mailcap << EOF
+ audio/x-pn-mp3;$REALPLAY %u
+@@ -84,7 +84,7 @@
+ audio/vnd.rn-realaudio;$REALPLAY %u
+ application/smil;$REALPLAY %u
+ EOF
+- if [ "%1" = "MP3" ] ; then
++ if [ "$1" = "MP3" ] ; then
+ echo "Added MP3 mimetype to $HOME/.mailcap"
+ cat >> $HOME/.mailcap << EOF
+ audio/x-pn-mp3;$REALPLAY %u
diff --git a/audio/realplayer7/pkg/COMMENT b/audio/realplayer7/pkg/COMMENT
new file mode 100644
index 00000000000..d6053199c21
--- /dev/null
+++ b/audio/realplayer7/pkg/COMMENT
@@ -0,0 +1 @@
+RealAudio and RealVideo player
diff --git a/audio/realplayer7/pkg/DESCR b/audio/realplayer7/pkg/DESCR
new file mode 100644
index 00000000000..f5717384dab
--- /dev/null
+++ b/audio/realplayer7/pkg/DESCR
@@ -0,0 +1,2 @@
+RealPlayer for Unix allows you to play streaming audio and video over the
+Internet in real-time.
diff --git a/audio/realplayer7/pkg/INSTALL b/audio/realplayer7/pkg/INSTALL
new file mode 100644
index 00000000000..5387ff8b0aa
--- /dev/null
+++ b/audio/realplayer7/pkg/INSTALL
@@ -0,0 +1,23 @@
+#!/bin/sh
+#
+# $NetBSD: INSTALL,v 1.1.1.1 2000/03/22 08:42:29 rh Exp $
+
+case $2 in
+POST-INSTALL)
+ cat << EOF
+==============================================================
+
+Please be sure to read ${PKG_PREFIX}/lib/RealPlayer7/LICENSE.
+
+Users can run ${PKG_PREFIX}/lib/RealPlayer7/mimeinstall.sh to
+install the RealPlayer MIME types into their .mime.types and
+.mailcap files and to install a RealPlayer icon and MIME types
+into their KDE desktop.
+
+==============================================================
+EOF
+ ;;
+*)
+ ;;
+esac
+exit 0
diff --git a/audio/realplayer7/pkg/PLIST b/audio/realplayer7/pkg/PLIST
new file mode 100644
index 00000000000..23df052f33a
--- /dev/null
+++ b/audio/realplayer7/pkg/PLIST
@@ -0,0 +1,309 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/03/22 08:42:29 rh Exp $
+bin/realplay
+bin/rpnphelper
+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/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/sipr.so.6.0
+lib/RealPlayer7/Codecs/14_4.so.6.0
+lib/RealPlayer7/Codecs/28_8.so.6.0
+lib/RealPlayer7/Common/rmacore.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/Plugins/ExtResources/coreres60.xrs
+lib/RealPlayer7/Plugins/rcadlg.so.6.0
+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/rn5auth.so.6.0
+lib/RealPlayer7/Plugins/meta.so.6.0
+lib/RealPlayer7/Plugins/mp3r.so.6.0
+lib/RealPlayer7/Plugins/mp3f.so.6.0
+lib/RealPlayer7/Plugins/memfsys.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/pxff.so.6.0
+lib/RealPlayer7/Plugins/pxgf.so.6.0
+lib/RealPlayer7/Plugins/pxgr.so.6.0
+lib/RealPlayer7/Plugins/pxpf.so.6.0
+lib/RealPlayer7/Plugins/pxpr.so.6.0
+lib/RealPlayer7/Plugins/pxcpng.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/pxrend2.so.6.0
+lib/RealPlayer7/Plugins/rarender.so.6.0
+lib/RealPlayer7/Plugins/rmffplin.so.6.0
+lib/RealPlayer7/Plugins/rtrender.so.6.0
+lib/RealPlayer7/Plugins/rtffplin.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/vsrcplin.so.6.0
+lib/RealPlayer7/Plugins/swfrend.so.6.0
+lib/RealPlayer7/Plugins/vidplin.so.6.0
+lib/RealPlayer7/Plugins/xlibsite.so.6.0
+lib/RealPlayer7/README
+lib/RealPlayer7/LICENSE
+lib/RealPlayer7/Mailcap
+lib/RealPlayer7/Mime.types
+lib/RealPlayer7/rp7.xpm
+lib/RealPlayer7/mimeinstall.sh
+lib/RealPlayer7/pluginstall.sh
+lib/RealPlayer7/firstrun.smi
+lib/RealPlayer7/firstrun.swf
+lib/RealPlayer7/firstrun.rm
+lib/RealPlayer7/audiosig.rm
+lib/RealPlayer7/Help/readme
+lib/RealPlayer7/Help/realplay.htm
+lib/RealPlayer7/Help/realplay/aud_play.htm
+lib/RealPlayer7/Help/realplay/buffered.htm
+lib/RealPlayer7/Help/realplay/cinfobar.htm
+lib/RealPlayer7/Help/realplay/clip_bar.htm
+lib/RealPlayer7/Help/realplay/clipinfo.htm
+lib/RealPlayer7/Help/realplay/clipwork.htm
+lib/RealPlayer7/Help/realplay/compact.htm
+lib/RealPlayer7/Help/realplay/con_pref.htm
+lib/RealPlayer7/Help/realplay/configur.htm
+lib/RealPlayer7/Help/realplay/cont_menu.htm
+lib/RealPlayer7/Help/realplay/disp_hlp.htm
+lib/RealPlayer7/Help/realplay/display.htm
+lib/RealPlayer7/Help/realplay/distort.htm
+lib/RealPlayer7/Help/realplay/error690.htm
+lib/RealPlayer7/Help/realplay/error693.htm
+lib/RealPlayer7/Help/realplay/error698.htm
+lib/RealPlayer7/Help/realplay/file_menu.htm
+lib/RealPlayer7/Help/realplay/filetype.htm
+lib/RealPlayer7/Help/realplay/gen_pref.htm
+lib/RealPlayer7/Help/realplay/glossary.htm
+lib/RealPlayer7/Help/realplay/how_to.htm
+lib/RealPlayer7/Help/realplay/gotoreal.htm
+lib/RealPlayer7/Help/realplay/help_menu.htm
+lib/RealPlayer7/Help/realplay/index.htm
+lib/RealPlayer7/Help/realplay/inner.htm
+lib/RealPlayer7/Help/realplay/intrface.htm
+lib/RealPlayer7/Help/realplay/introduction.htm
+lib/RealPlayer7/Help/realplay/jump_to.htm
+lib/RealPlayer7/Help/realplay/keyshort.htm
+lib/RealPlayer7/Help/realplay/loadclip.htm
+lib/RealPlayer7/Help/realplay/manually.htm
+lib/RealPlayer7/Help/realplay/menubar.htm
+lib/RealPlayer7/Help/realplay/menus.htm
+lib/RealPlayer7/Help/realplay/mute.htm
+lib/RealPlayer7/Help/realplay/notice.htm
+lib/RealPlayer7/Help/realplay/panels.htm
+lib/RealPlayer7/Help/realplay/pause.htm
+lib/RealPlayer7/Help/realplay/per_pref.htm
+lib/RealPlayer7/Help/realplay/play.htm
+lib/RealPlayer7/Help/realplay/play_menu.htm
+lib/RealPlayer7/Help/realplay/playclip.htm
+lib/RealPlayer7/Help/realplay/position.htm
+lib/RealPlayer7/Help/realplay/prx_pref.htm
+lib/RealPlayer7/Help/realplay/size.htm
+lib/RealPlayer7/Help/realplay/real_wrk.htm
+lib/RealPlayer7/Help/realplay/rollcred.htm
+lib/RealPlayer7/Help/realplay/set_pref.htm
+lib/RealPlayer7/Help/realplay/slider.htm
+lib/RealPlayer7/Help/realplay/snd_set.htm
+lib/RealPlayer7/Help/realplay/pics/DOCUMENTB.gif
+lib/RealPlayer7/Help/realplay/pics/RealLogo.gif
+lib/RealPlayer7/Help/realplay/pics/RealNetx.gif
+lib/RealPlayer7/Help/realplay/pics/SHED-EXAMPLE.gif
+lib/RealPlayer7/Help/realplay/pics/back.gif
+lib/RealPlayer7/Help/realplay/pics/backbutt.gif
+lib/RealPlayer7/Help/realplay/pics/bckbutt.gif
+lib/RealPlayer7/Help/realplay/pics/brightness.gif
+lib/RealPlayer7/Help/realplay/pics/btn_a.gif
+lib/RealPlayer7/Help/realplay/pics/btn_b.gif
+lib/RealPlayer7/Help/realplay/pics/btn_c.gif
+lib/RealPlayer7/Help/realplay/pics/btn_d.gif
+lib/RealPlayer7/Help/realplay/pics/btn_e.gif
+lib/RealPlayer7/Help/realplay/pics/btn_f.gif
+lib/RealPlayer7/Help/realplay/pics/btn_g.gif
+lib/RealPlayer7/Help/realplay/pics/btn_h.gif
+lib/RealPlayer7/Help/realplay/pics/btn_i.gif
+lib/RealPlayer7/Help/realplay/pics/btn_j.gif
+lib/RealPlayer7/Help/realplay/pics/btn_k.gif
+lib/RealPlayer7/Help/realplay/pics/btn_l.gif
+lib/RealPlayer7/Help/realplay/pics/btn_m.gif
+lib/RealPlayer7/Help/realplay/pics/btn_n.gif
+lib/RealPlayer7/Help/realplay/pics/btn_o.gif
+lib/RealPlayer7/Help/realplay/pics/btn_p.gif
+lib/RealPlayer7/Help/realplay/pics/btn_q.gif
+lib/RealPlayer7/Help/realplay/pics/btn_r.gif
+lib/RealPlayer7/Help/realplay/pics/btn_s.gif
+lib/RealPlayer7/Help/realplay/pics/btn_t.gif
+lib/RealPlayer7/Help/realplay/pics/btn_u.gif
+lib/RealPlayer7/Help/realplay/pics/btn_v.gif
+lib/RealPlayer7/Help/realplay/pics/btn_w.gif
+lib/RealPlayer7/Help/realplay/pics/btn_x.gif
+lib/RealPlayer7/Help/realplay/pics/btn_y.gif
+lib/RealPlayer7/Help/realplay/pics/btn_z.gif
+lib/RealPlayer7/Help/realplay/pics/callouts.gif
+lib/RealPlayer7/Help/realplay/pics/channelstab.gif
+lib/RealPlayer7/Help/realplay/pics/closed2.gif
+lib/RealPlayer7/Help/realplay/pics/cnt0.gif
+lib/RealPlayer7/Help/realplay/pics/cnt1.gif
+lib/RealPlayer7/Help/realplay/pics/colorcontrol.gif
+lib/RealPlayer7/Help/realplay/pics/compbutt.gif
+lib/RealPlayer7/Help/realplay/pics/contrast.gif
+lib/RealPlayer7/Help/realplay/pics/creditroll.gif
+lib/RealPlayer7/Help/realplay/pics/cursor_hand.gif
+lib/RealPlayer7/Help/realplay/pics/delete3.gif
+lib/RealPlayer7/Help/realplay/pics/do-it.gif
+lib/RealPlayer7/Help/realplay/pics/favicon.gif
+lib/RealPlayer7/Help/realplay/pics/dropdwnarrow.gif
+lib/RealPlayer7/Help/realplay/pics/eq-autogainadj.gif
+lib/RealPlayer7/Help/realplay/pics/eq-on-off.gif
+lib/RealPlayer7/Help/realplay/pics/eq-onbutton.gif
+lib/RealPlayer7/Help/realplay/pics/eq-restoredefault.gif
+lib/RealPlayer7/Help/realplay/pics/eq-slider3.gif
+lib/RealPlayer7/Help/realplay/pics/eq-smarteq.gif
+lib/RealPlayer7/Help/realplay/pics/equalizer3.gif
+lib/RealPlayer7/Help/realplay/pics/favoritestab.gif
+lib/RealPlayer7/Help/realplay/pics/forward.gif
+lib/RealPlayer7/Help/realplay/pics/forwardbutt.gif
+lib/RealPlayer7/Help/realplay/pics/fullplayershed.gif
+lib/RealPlayer7/Help/realplay/pics/fulltoc.gif
+lib/RealPlayer7/Help/realplay/pics/fwdbutt.gif
+lib/RealPlayer7/Help/realplay/pics/g2-status.gif
+lib/RealPlayer7/Help/realplay/pics/glossary.gif
+lib/RealPlayer7/Help/realplay/pics/index.gif
+lib/RealPlayer7/Help/realplay/pics/index_a.gif
+lib/RealPlayer7/Help/realplay/pics/index_b.gif
+lib/RealPlayer7/Help/realplay/pics/index_c.gif
+lib/RealPlayer7/Help/realplay/pics/index_d.gif
+lib/RealPlayer7/Help/realplay/pics/index_e.gif
+lib/RealPlayer7/Help/realplay/pics/index_f.gif
+lib/RealPlayer7/Help/realplay/pics/index_g.gif
+lib/RealPlayer7/Help/realplay/pics/index_h.gif
+lib/RealPlayer7/Help/realplay/pics/index_i.gif
+lib/RealPlayer7/Help/realplay/pics/index_j.gif
+lib/RealPlayer7/Help/realplay/pics/index_k.gif
+lib/RealPlayer7/Help/realplay/pics/index_l.gif
+lib/RealPlayer7/Help/realplay/pics/index_m.gif
+lib/RealPlayer7/Help/realplay/pics/index_n.gif
+lib/RealPlayer7/Help/realplay/pics/index_o.gif
+lib/RealPlayer7/Help/realplay/pics/index_p.gif
+lib/RealPlayer7/Help/realplay/pics/index_q.gif
+lib/RealPlayer7/Help/realplay/pics/index_r.gif
+lib/RealPlayer7/Help/realplay/pics/index_s.gif
+lib/RealPlayer7/Help/realplay/pics/index_t.gif
+lib/RealPlayer7/Help/realplay/pics/index_u.gif
+lib/RealPlayer7/Help/realplay/pics/index_v.gif
+lib/RealPlayer7/Help/realplay/pics/index_w.gif
+lib/RealPlayer7/Help/realplay/pics/index_x.gif
+lib/RealPlayer7/Help/realplay/pics/index_y.gif
+lib/RealPlayer7/Help/realplay/pics/index_z.gif
+lib/RealPlayer7/Help/realplay/pics/led-buffer-gauge.gif
+lib/RealPlayer7/Help/realplay/pics/led-connect-wds.gif
+lib/RealPlayer7/Help/realplay/pics/led-kbps-wds.gif
+lib/RealPlayer7/Help/realplay/pics/led-live.gif
+lib/RealPlayer7/Help/realplay/pics/led-nettraffic-red.gif
+lib/RealPlayer7/Help/realplay/pics/led-nettrafficgreen.gif
+lib/RealPlayer7/Help/realplay/pics/led-nettrafficyellow.gif
+lib/RealPlayer7/Help/realplay/pics/led-pause.gif
+lib/RealPlayer7/Help/realplay/pics/led-play.gif
+lib/RealPlayer7/Help/realplay/pics/led-stop.gif
+lib/RealPlayer7/Help/realplay/pics/led-surestreamdown.gif
+lib/RealPlayer7/Help/realplay/pics/led-surestreamup.gif
+lib/RealPlayer7/Help/realplay/pics/led-timeleft.gif
+lib/RealPlayer7/Help/realplay/pics/led-timer.gif
+lib/RealPlayer7/Help/realplay/pics/moreinfo.gif
+lib/RealPlayer7/Help/realplay/pics/mute.gif
+lib/RealPlayer7/Help/realplay/pics/mute3.gif
+lib/RealPlayer7/Help/realplay/pics/newchannels.gif
+lib/RealPlayer7/Help/realplay/pics/next.gif
+lib/RealPlayer7/Help/realplay/pics/next0.gif
+lib/RealPlayer7/Help/realplay/pics/next1.gif
+lib/RealPlayer7/Help/realplay/pics/notice.gif
+lib/RealPlayer7/Help/realplay/pics/optionsbutt.gif
+lib/RealPlayer7/Help/realplay/pics/pause.gif
+lib/RealPlayer7/Help/realplay/pics/play.gif
+lib/RealPlayer7/Help/realplay/pics/plus2.gif
+lib/RealPlayer7/Help/realplay/pics/pregain3.gif
+lib/RealPlayer7/Help/realplay/pics/prev0.gif
+lib/RealPlayer7/Help/realplay/pics/prev1.gif
+lib/RealPlayer7/Help/realplay/pics/readme.gif
+lib/RealPlayer7/Help/realplay/pics/real.gif
+lib/RealPlayer7/Help/realplay/pics/realplay00000000.gif
+lib/RealPlayer7/Help/realplay/pics/realplay00000013.gif
+lib/RealPlayer7/Help/realplay/pics/realplay00000046.gif
+lib/RealPlayer7/Help/realplay/pics/realplay00000071.gif
+lib/RealPlayer7/Help/realplay/pics/realplay00090000.gif
+lib/RealPlayer7/Help/realplay/pics/realplay00090001.gif
+lib/RealPlayer7/Help/realplay/pics/recbutt.gif
+lib/RealPlayer7/Help/realplay/pics/recbuttondwn.gif
+lib/RealPlayer7/Help/realplay/pics/reverb3.gif
+lib/RealPlayer7/Help/realplay/pics/roomsize3.gif
+lib/RealPlayer7/Help/realplay/pics/saturation.gif
+lib/RealPlayer7/Help/realplay/pics/savesettings3.gif
+lib/RealPlayer7/Help/realplay/pics/scan.gif
+lib/RealPlayer7/Help/realplay/pics/search.gif
+lib/RealPlayer7/Help/realplay/pics/settings4.gif
+lib/RealPlayer7/Help/realplay/pics/sharpness.gif
+lib/RealPlayer7/Help/realplay/pics/shortcut.gif
+lib/RealPlayer7/Help/realplay/pics/shorttoc.gif
+lib/RealPlayer7/Help/realplay/pics/stationstab.gif
+lib/RealPlayer7/Help/realplay/pics/stop.gif
+lib/RealPlayer7/Help/realplay/pics/tint.gif
+lib/RealPlayer7/Help/realplay/pics/unixplay.jpg
+lib/RealPlayer7/Help/realplay/pics/videocontrols3.gif
+lib/RealPlayer7/Help/realplay/pics/volslider.gif
+lib/RealPlayer7/Help/realplay/pics/zoom.gif
+lib/RealPlayer7/Help/realplay/pics/zoomtest
+lib/RealPlayer7/Help/realplay/stat_bar.htm
+lib/RealPlayer7/Help/realplay/statist.htm
+lib/RealPlayer7/Help/realplay/status.htm
+lib/RealPlayer7/Help/realplay/stop.htm
+lib/RealPlayer7/Help/realplay/streams.htm
+lib/RealPlayer7/Help/realplay/sup_pref.htm
+lib/RealPlayer7/Help/realplay/surestrm.htm
+lib/RealPlayer7/Help/realplay/sync_snd.htm
+lib/RealPlayer7/Help/realplay/takefive.htm
+lib/RealPlayer7/Help/realplay/toc.htm
+lib/RealPlayer7/Help/realplay/toc_full.htm
+lib/RealPlayer7/Help/realplay/toc_menu.htm
+lib/RealPlayer7/Help/realplay/toc_pref.htm
+lib/RealPlayer7/Help/realplay/toc_strt.htm
+lib/RealPlayer7/Help/realplay/toc_trbl.htm
+lib/RealPlayer7/Help/realplay/trn_pref.htm
+lib/RealPlayer7/Help/realplay/trn_set.htm
+lib/RealPlayer7/Help/realplay/trouble.htm
+lib/RealPlayer7/Help/realplay/use_real.htm
+lib/RealPlayer7/Help/realplay/vid_play.htm
+lib/RealPlayer7/Help/realplay/video.htm
+lib/RealPlayer7/Help/realplay/view_menu.htm
+lib/RealPlayer7/Help/realplay/volume.htm
+lib/RealPlayer7/Help/realplay/win_ctrl.htm
+lib/RealPlayer7/Help/realplay/zoom.htm
+lib/RealPlayer7/Help/realplay/zoomhelp.htm
+lib/RealPlayer7/rpnphelper
+lib/RealPlayer7/raclass.zip
+lib/RealPlayer7/rpnp.so
+lib/RealPlayer7/realplay
+lib/netscape/plugins/raclass.zip
+lib/netscape/plugins/rpnp.so
+@dirrm lib/RealPlayer7/Plugins/ExtResources
+@dirrm lib/RealPlayer7/Plugins
+@dirrm lib/RealPlayer7/Help/realplay/pics
+@dirrm lib/RealPlayer7/Help/realplay
+@dirrm lib/RealPlayer7/Help
+@dirrm lib/RealPlayer7/Common
+@dirrm lib/RealPlayer7/Codecs
+@dirrm lib/RealPlayer7