summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-12-25 09:38:33 +0000
committerjlam <jlam@pkgsrc.org>2000-12-25 09:38:33 +0000
commitfb79893081f7678351e243b3c9376344500506c8 (patch)
tree90e7c610dddfc1100cb3060da3441178cfbe49da /audio
parent17119b823bc81547ef67e78bcdb4a1367ce92fec (diff)
downloadpkgsrc-fb79893081f7678351e243b3c9376344500506c8.tar.gz
Removed this package as the current RealPlayer for UNIX is available as
pkgsrc/audio/realplayer.
Diffstat (limited to 'audio')
-rw-r--r--audio/realplayer7/Makefile98
-rw-r--r--audio/realplayer7/files/md53
-rw-r--r--audio/realplayer7/files/patch-sum6
-rw-r--r--audio/realplayer7/files/realplay.sh7
-rw-r--r--audio/realplayer7/patches/patch-aa73
-rw-r--r--audio/realplayer7/patches/patch-ab13
-rw-r--r--audio/realplayer7/patches/patch-ac15
-rw-r--r--audio/realplayer7/patches/patch-ad10
-rw-r--r--audio/realplayer7/pkg/COMMENT1
-rw-r--r--audio/realplayer7/pkg/DESCR5
-rw-r--r--audio/realplayer7/pkg/INSTALL23
-rw-r--r--audio/realplayer7/pkg/PLIST318
12 files changed, 0 insertions, 572 deletions
diff --git a/audio/realplayer7/Makefile b/audio/realplayer7/Makefile
deleted file mode 100644
index c6d951f0809..00000000000
--- a/audio/realplayer7/Makefile
+++ /dev/null
@@ -1,98 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2000/11/29 15:56:49 hubertf Exp $
-#
-
-DISTNAME= rp7_linux20_libc6_i386_cs1
-PKGNAME= realplayer-7nb3
-WRKSRC= ${WRKDIR}/RealPlayer7
-CATEGORIES= audio
-MASTER_SITES= # empty
-EXTRACT_SUFX= .bin
-
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://www.real.com/products/player/
-
-DEPENDS+= suse_x11>=6.1:../../emulators/suse_x11
-
-RESTRICTED= "Redistribution not permitted"
-NO_SRC_ON_FTP= ${RESTRICTED}
-NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}
-
-ONLY_FOR_PLATFORM= NetBSD-*-i386
-
-CRYPTO= yes
-IS_INTERACTIVE= yes
-NO_CONFIGURE= yes
-RP_INSTALLER= ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
-EXTRACT_CMD= HOME=${WRKDIR} ${RP_INSTALLER}
-XAUTHORITY?= ${HOME}/.Xauthority
-.if exists(${XAUTHORITY})
-EXTRACT_CMD= HOME=${WRKDIR} XAUTHORITY=${XAUTHORITY} ${RP_INSTALLER}
-.else
-EXTRACT_CMD= HOME=${WRKDIR} ${RP_INSTALLER}
-.endif
-CHECK_SHLIBS= no
-
-DOWNLOAD= http://proforma.real.com/real/player/unix/unix.html
-REALPLAYER_HOME= ${PREFIX}/lib/RealPlayer7
-
-NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins
-
-do-fetch:
- @if [ ! -f ${RP_INSTALLER} ]; then \
- ${ECHO_MSG} "==============================================================="; \
- ${ECHO_MSG} " RealPlayer 7 for Linux 2.x (libc6 i386, Self-Extracting) must"; \
- ${ECHO_MSG} " be fetched into ${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 and exit out of the plugin install, and "
- @${ECHO_MSG} " register if you choose to, otherwise cancel and exit. "
- @${ECHO_MSG} ""
- @${ECHO_MSG} " After the introductory clip runs, exit RealPlayer "
- @${ECHO_MSG} " to continue the package installation. "
- @${ECHO_MSG} "-------------------------------------------------------"
- @${ECHO_MSG} ""
- @${ECHO_MSG} "Be sure to read the above! Proceeding in 10 seconds..."
- @sleep 10
- @${CHMOD} +x ${RP_INSTALLER}
-
-do-build:
- cd ${WRKSRC}; \
- ${MV} -f mimeinstall.sh mimeinstall.sh.old; \
- ${SED} -e 's#@@PREFIX@@#'${PREFIX}'#g' \
- -e 's#@@REALPLAYER_HOME@@#'${REALPLAYER_HOME}'#g' \
- < mimeinstall.sh.old > mimeinstall.sh; \
- ${CHMOD} +x mimeinstall.sh
- ${SED} -e 's#@@REALPLAYER_HOME@@#${REALPLAYER_HOME}#g' \
- < ${FILESDIR}/realplay.sh > ${WRKDIR}/realplay.sh
-
-pre-install:
- ${FIND} ${WRKSRC} \
- \( -name "*.orig" -o -name "*.old" \) -exec ${RM} {} \;
-
-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} ${REALPLAYER_HOME}/raclass.zip ${NS_PLUGINS_DIR}
- ${INSTALL_DATA} ${REALPLAYER_HOME}/rpnp.so ${NS_PLUGINS_DIR}
- ${LN} -sf ../lib/RealPlayer7/rpnphelper ${PREFIX}/bin/rpnphelper
- 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
deleted file mode 100644
index c10ee970f46..00000000000
--- a/audio/realplayer7/files/md5
+++ /dev/null
@@ -1,3 +0,0 @@
-$NetBSD: md5,v 1.3 2000/08/15 06:38:36 jlam Exp $
-
-MD5 (rp7_linux20_libc6_i386_cs1.bin) = bcb0365dd488e3558b8797df383215d1
diff --git a/audio/realplayer7/files/patch-sum b/audio/realplayer7/files/patch-sum
deleted file mode 100644
index 01b397d3b3e..00000000000
--- a/audio/realplayer7/files/patch-sum
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: patch-sum,v 1.4 2000/08/22 10:56:39 wiz Exp $
-
-MD5 (patch-aa) = 586c339af8ba70e7d71bce942966a5c2
-MD5 (patch-ab) = 0dabdfc99a51c6062f607ff8c5425c0f
-MD5 (patch-ac) = d01adc878d5ff5e334d99adece6b5fbd
-MD5 (patch-ad) = 6156bd8545b8f359d3fd6a5654e2d58c
diff --git a/audio/realplayer7/files/realplay.sh b/audio/realplayer7/files/realplay.sh
deleted file mode 100644
index 6abc7ed98b9..00000000000
--- a/audio/realplayer7/files/realplay.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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
deleted file mode 100644
index 3909bfcf5b9..00000000000
--- a/audio/realplayer7/patches/patch-aa
+++ /dev/null
@@ -1,73 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2000/08/22 10:56:39 wiz Exp $
-
---- mimeinstall.sh.orig Wed Aug 9 15:53:59 2000
-+++ mimeinstall.sh Tue Aug 15 02:20:41 2000
-@@ -12,9 +12,12 @@
- # 3 mimetypes (space sep)
- # 4 mime.types location
-
-+REALPLAY=@@PREFIX@@/bin/realplay
-+LOC=@@REALPLAYER_HOME@@
-+
- if [ ! -f realplay ] ; then
-- echo "This shell script should only be run from the installed location of the"
-- echo "RealPlayer. Please cd to that directory and try again"
-+ echo "This shell script should only be run from ${LOC}."
-+ echo "Please cd to that directory and try again."
- exit
- fi
-
-@@ -33,7 +36,8 @@
- sed s:__EXT__:$kdestyleexts:g > $filename
- fi
- mkdir -p `dirname $2/$1`
-- cat $filename | sed s:__LOCATION__:`pwd`:g > $2/$1.kdelnk
-+ cat $filename | sed s:__LOCATION__:${LOC}:g \
-+ | sed s:__REALPLAY__:${REALPLAY}:g > $2/$1.kdelnk
- rm $filename
- filesmodified=$2/$1.kdelnk
-
-@@ -50,7 +54,7 @@
- # how come gnome doesn't let you do absolute paths?
- printf "\topen=realplay %%f &\n" >> $GNOMEDEST/realplay.keys
- printf "\tview=realplay %%f &\n" >> $GNOMEDEST/realplay.keys
-- printf "\ticon-filename=`pwd`/rp7doc.png\n" >> $GNOMEDEST/realplay.keys
-+ printf "\ticon-filename=${LOC}/rp7doc.png\n" >> $GNOMEDEST/realplay.keys
- filesmodified="$filesmodified $GNOMEDEST/realplay.keys"
-
- mkdir -p $GNOMEDEST
-@@ -85,7 +89,7 @@
- if [ -f $mailcapdest ] ; then
- grep -v $1 $mailcapdest > /tmp/$$ && cp /tmp/$$ $mailcapdest && rm -f /tmp/$$
- fi
-- echo "$1;`pwd`/realplay \"%u\"" >> $mailcapdest
-+ echo "$1;${REALPLAY} \"%u\"" >> $mailcapdest
- filesmodified="$filesmodified $mailcapdest"
- done
-
-@@ -100,9 +104,6 @@
- exit 1
- }
-
--REALPLAY=`pwd`/realplay
--LOC=`pwd`
--
- if [ "$2" = "global" ];
- then
- STDDEST=global
-@@ -126,11 +127,13 @@
-
- # first install the app
- mkdir -p $KDEAPPDEST
--cat app.kdelnk | sed "s:__LOCATION__:`pwd`:g" > $KDEAPPDEST/RealPlayer.kdelnk
-+cat app.kdelnk | sed "s:__LOCATION__:${LOC}:g" \
-+ | sed "s:__REALPLAY__:${REALPLAY}:g" > $KDEAPPDEST/RealPlayer.kdelnk
- echo "Installed Realplayer link for KDE"
-
- mkdir -p $GNOMEAPPDEST
--cat realplay.desktop | sed "s:__LOCATION__:`pwd`:g" > $GNOMEAPPDEST/realplayer.desktop
-+cat realplay.desktop | sed "s:__LOCATION__:${LOC}:g" \
-+ | sed "s:__REALPLAY__:${REALPLAY}:g" > $GNOMEAPPDEST/realplayer.desktop
- echo "Installed Realplayer link for Gnome"
-
- printf "%-30s%-50s\n" MIMETYPE "INSTALLED LOCATION"
diff --git a/audio/realplayer7/patches/patch-ab b/audio/realplayer7/patches/patch-ab
deleted file mode 100644
index 6254a543835..00000000000
--- a/audio/realplayer7/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2000/08/06 04:34:43 jlam Exp $
-
---- app.kdelnk.orig Wed Jun 7 19:58:28 2000
-+++ app.kdelnk Sat Aug 5 23:50:36 2000
-@@ -6,7 +6,7 @@
- BinaryPattern=realplayer;RealPlayer;
- Name=RealPlayer7
- MimeType=
--Exec=__LOCATION__/realplay
-+Exec=__REALPLAY__
- Icon=__LOCATION__/rp7.xpm
- MiniIcon=__LOCATION__/rp7mini.xpm
- TerminalOptions=
diff --git a/audio/realplayer7/patches/patch-ac b/audio/realplayer7/patches/patch-ac
deleted file mode 100644
index 26bde5a82f0..00000000000
--- a/audio/realplayer7/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2000/08/06 04:34:44 jlam Exp $
-
---- realplay.desktop.orig Wed Jun 7 19:58:28 2000
-+++ realplay.desktop Sat Aug 5 23:51:28 2000
-@@ -1,8 +1,8 @@
-
- [Desktop Entry]
- Name[en_US.ISO8859-1]=RealPlayer
--Comment[en_US.ISO8859-1]=MH Mail Front End
--Exec=__LOCATION__/realplay&
-+Comment[en_US.ISO8859-1]=RealPlayer
-+Exec=__REALPLAY__&
- Icon=__LOCATION__/rp7.xpm
- MiniIcon=__LOCATION__/rp7mini.xpm
- Terminal=false
diff --git a/audio/realplayer7/patches/patch-ad b/audio/realplayer7/patches/patch-ad
deleted file mode 100644
index ff675aea839..00000000000
--- a/audio/realplayer7/patches/patch-ad
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2000/08/06 04:34:44 jlam Exp $
-
---- pluginstall.sh.orig Wed Jun 7 19:58:28 2000
-+++ pluginstall.sh Sun Aug 6 00:03:26 2000
-@@ -30,4 +30,4 @@
- cp ./rpnp.so $HOME/.netscape/plugins
- cp ./raclass.zip $HOME/.netscape/plugins
-
--echo "The Netscape plugin has been sucessfully installed."
-+echo "The Netscape plugin has been successfully installed."
diff --git a/audio/realplayer7/pkg/COMMENT b/audio/realplayer7/pkg/COMMENT
deleted file mode 100644
index d6053199c21..00000000000
--- a/audio/realplayer7/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-RealAudio and RealVideo player
diff --git a/audio/realplayer7/pkg/DESCR b/audio/realplayer7/pkg/DESCR
deleted file mode 100644
index bb84aec2b1a..00000000000
--- a/audio/realplayer7/pkg/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-RealPlayer for Unix allows you to play streaming audio and video over the
-Internet in real-time.
-
-Currently due to linux emulation limitations this linux binary can only
-play from local files.
diff --git a/audio/realplayer7/pkg/INSTALL b/audio/realplayer7/pkg/INSTALL
deleted file mode 100644
index af56983accd..00000000000
--- a/audio/realplayer7/pkg/INSTALL
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: INSTALL,v 1.2 2000/08/15 06:38:37 jlam 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 or GNOME desktop.
-
-==============================================================
-EOF
- ;;
-*)
- ;;
-esac
-exit 0
diff --git a/audio/realplayer7/pkg/PLIST b/audio/realplayer7/pkg/PLIST
deleted file mode 100644
index 0952e775f88..00000000000
--- a/audio/realplayer7/pkg/PLIST
+++ /dev/null
@@ -1,318 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2000/08/15 06:38:37 jlam Exp $
-bin/realplay
-bin/rpnphelper
-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/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/gotoreal.htm
-lib/RealPlayer7/Help/realplay/help_menu.htm
-lib/RealPlayer7/Help/realplay/how_to.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/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/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/favicon.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/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/real_wrk.htm
-lib/RealPlayer7/Help/realplay/rollcred.htm
-lib/RealPlayer7/Help/realplay/set_pref.htm
-lib/RealPlayer7/Help/realplay/size.htm
-lib/RealPlayer7/Help/realplay/slider.htm
-lib/RealPlayer7/Help/realplay/snd_set.htm
-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/LICENSE
-lib/RealPlayer7/Mailcap
-lib/RealPlayer7/Mime.types
-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/ppffplin.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/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/vidplin.so.6.0
-lib/RealPlayer7/Plugins/vsrcplin.so.6.0
-lib/RealPlayer7/Plugins/xlibsite.so.6.0
-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/mimeinstall.sh
-lib/RealPlayer7/pluginstall.sh
-lib/RealPlayer7/raclass.zip
-lib/RealPlayer7/realplay
-lib/RealPlayer7/realplay.desktop
-lib/RealPlayer7/rp7.xpm
-lib/RealPlayer7/rp7doc.png
-lib/RealPlayer7/rp7doc.xpm
-lib/RealPlayer7/rp7mini.xpm
-lib/RealPlayer7/rpnp.so
-lib/RealPlayer7/rpnphelper
-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