summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-06 04:34:42 +0000
committerjlam <jlam@pkgsrc.org>2000-08-06 04:34:42 +0000
commit7c451ea8d77a64812e424049f077038076aeccc5 (patch)
tree3f90288b0f37843cc17f60b630cb2b4796d5bd91 /audio
parent9d09a539fc0ec356755feead5802187dfd98d9f5 (diff)
downloadpkgsrc-7c451ea8d77a64812e424049f077038076aeccc5.tar.gz
Update realplayer to 7 beta 2, the last free release of RealPlayer for
Linux. Changes from previous version are a new installer name and better installation of KDE and GNOME application links and MIME installation.
Diffstat (limited to 'audio')
-rw-r--r--audio/realplayer7/Makefile48
-rw-r--r--audio/realplayer7/files/md54
-rw-r--r--audio/realplayer7/files/patch-sum7
-rw-r--r--audio/realplayer7/patches/patch-aa99
-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/PLIST151
8 files changed, 216 insertions, 131 deletions
diff --git a/audio/realplayer7/Makefile b/audio/realplayer7/Makefile
index e939f342d8f..cfaacf46eb8 100644
--- a/audio/realplayer7/Makefile
+++ b/audio/realplayer7/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/03/22 08:42:29 rh Exp $
+# $NetBSD: Makefile,v 1.2 2000/08/06 04:34:42 jlam Exp $
#
-DISTNAME= rp7install
-PKGNAME= realplayer-7nb1
+DISTNAME= rp7_linux20_libc6_i386_b2
+PKGNAME= realplayer-7nb2
WRKSRC= ${WRKDIR}/RealPlayer7
CATEGORIES= audio
-MASTER_SITES=
+MASTER_SITES= # empty
EXTRACT_SUFX= .bin
MAINTAINER= packages@netbsd.org
@@ -20,15 +20,16 @@ MIRROR_DISTFILE= no
IS_INTERACTIVE= yes
NO_CONFIGURE= yes
-EXTRACT_CMD= HOME=${WRKDIR} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
+RP_INSTALLER= ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
+EXTRACT_CMD= HOME=${WRKDIR} ${RP_INSTALLER}
-DOWNLOAD= http://proforma.real.com/real/player/linuxplayer.html
+DOWNLOAD= ${HOMEPAGE}
REALPLAYER_HOME= ${PREFIX}/lib/RealPlayer7
-NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins
+NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins
do-fetch:
- @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
+ @if [ ! -f ${RP_INSTALLER} ]; then \
${ECHO_MSG} "==============================================================="; \
${ECHO_MSG} " RealPlayer 7 for Linux 2.0/2.2 must be fetched into"; \
${ECHO_MSG} " ${DISTDIR} from"; \
@@ -47,26 +48,28 @@ pre-extract:
@${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} " 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} ""
- @${CHMOD} +x ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
+ @${CHMOD} +x ${RP_INSTALLER}
-post-patch:
+do-build:
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
+ ${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
-do-build:
- ${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
@@ -74,10 +77,9 @@ do-install:
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}
+ ${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
- ${SETENV} PKG_PREFIX=${PREFIX} \
- ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
+ 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
index b7655bc34a3..3f7f33f0f0f 100644
--- a/audio/realplayer7/files/md5
+++ b/audio/realplayer7/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 2000/03/22 08:42:29 rh Exp $
+$NetBSD: md5,v 1.2 2000/08/06 04:34:43 jlam Exp $
-MD5 (rp7install.bin) = 78bfc834c2810ae7bd236180e8624703
+MD5 (rp7_linux20_libc6_i386_b2.bin) = 3faa9f28531f7ef8c762c902fa4e4b39
diff --git a/audio/realplayer7/files/patch-sum b/audio/realplayer7/files/patch-sum
index b1288a3affb..07410748eaa 100644
--- a/audio/realplayer7/files/patch-sum
+++ b/audio/realplayer7/files/patch-sum
@@ -1,3 +1,6 @@
-$NetBSD: patch-sum,v 1.1.1.1 2000/03/22 08:42:29 rh Exp $
+$NetBSD: patch-sum,v 1.2 2000/08/06 04:34:43 jlam Exp $
-MD5 (patch-aa) = 2e6f28729b786b15a6ea60f97c4b2b4e
+MD5 (patch-aa) = e25e7b43c8bed8dd913e263e099d2a00
+MD5 (patch-ab) = 0dabdfc99a51c6062f607ff8c5425c0f
+MD5 (patch-ac) = d01adc878d5ff5e334d99adece6b5fbd
+MD5 (patch-ad) = 6156bd8545b8f359d3fd6a5654e2d58c
diff --git a/audio/realplayer7/patches/patch-aa b/audio/realplayer7/patches/patch-aa
index ad366394cba..a3f20f54144 100644
--- a/audio/realplayer7/patches/patch-aa
+++ b/audio/realplayer7/patches/patch-aa
@@ -1,42 +1,73 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/03/22 08:42:30 rh Exp $
+$NetBSD: patch-aa,v 1.2 2000/08/06 04:34:43 jlam Exp $
---- mimeinstall.sh.orig Sat Mar 11 17:17:22 2000
-+++ mimeinstall.sh Mon Mar 20 20:03:14 2000
-@@ -17,8 +17,8 @@
- }
+--- mimeinstall.sh.orig Wed Jun 7 19:58:28 2000
++++ mimeinstall.sh Sat Aug 5 23:57:15 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;@@PREFIX@@/bin/realplay %u" >> $mailcapdest
+ filesmodified="$filesmodified $mailcapdest"
+ done
+
+@@ -100,9 +104,6 @@
+ exit 1
+ }
-REALPLAY=`pwd`/realplay
-LOC=`pwd`
-+REALPLAY=@@PREFIX@@/bin/realplay
-+LOC=@@PREFIX@@/lib/RealPlayer7
+-
+ 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"
- if [ -f "$HOME/.mime.types" ] ; then
-@@ -42,7 +42,7 @@
- fi
-
+ 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"
--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
+ printf "%-30s%-50s\n" MIMETYPE "INSTALLED LOCATION"
diff --git a/audio/realplayer7/patches/patch-ab b/audio/realplayer7/patches/patch-ab
new file mode 100644
index 00000000000..6254a543835
--- /dev/null
+++ b/audio/realplayer7/patches/patch-ab
@@ -0,0 +1,13 @@
+$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
new file mode 100644
index 00000000000..26bde5a82f0
--- /dev/null
+++ b/audio/realplayer7/patches/patch-ac
@@ -0,0 +1,15 @@
+$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
new file mode 100644
index 00000000000..ff675aea839
--- /dev/null
+++ b/audio/realplayer7/patches/patch-ad
@@ -0,0 +1,10 @@
+$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/PLIST b/audio/realplayer7/pkg/PLIST
index 23df052f33a..7ebc4b44e62 100644
--- a/audio/realplayer7/pkg/PLIST
+++ b/audio/realplayer7/pkg/PLIST
@@ -1,74 +1,25 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2000/03/22 08:42:29 rh Exp $
+@comment $NetBSD: PLIST,v 1.2 2000/08/06 04:34:44 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/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/Common/rmacore.so.6.0
lib/RealPlayer7/Help/readme
lib/RealPlayer7/Help/realplay.htm
lib/RealPlayer7/Help/realplay/aud_play.htm
@@ -91,9 +42,9 @@ 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/how_to.htm
lib/RealPlayer7/Help/realplay/index.htm
lib/RealPlayer7/Help/realplay/inner.htm
lib/RealPlayer7/Help/realplay/intrface.htm
@@ -109,17 +60,6 @@ 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
@@ -166,7 +106,6 @@ 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
@@ -175,6 +114,7 @@ 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
@@ -267,6 +207,17 @@ 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
@@ -293,10 +244,70 @@ 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/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/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/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/rpnp.so
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