Bug 74229 - multimedia/linux-realplayer: Update to Realplayer 10
Summary: multimedia/linux-realplayer: Update to Realplayer 10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-22 08:00 UTC by Craig Rodrigues
Modified: 2004-12-15 21:06 UTC (History)
0 users

See Also:


Attachments
file.diff (6.23 KB, patch)
2004-11-22 08:00 UTC, Craig Rodrigues
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Rodrigues 2004-11-22 08:00:49 UTC
Update to Realplayer 10
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2004-12-13 14:10:59 UTC
State Changed
From-To: open->feedback


Sorry for the delay! 

In the meantime, RealPlayer has been upgraded to 10.0.1, 
and version 10 is no more fetchable. 

Could you please update this PR to the newer version? 

P.S.: dont forget to update pkg-plist! 



Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2004-12-13 14:10:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry


Take it.
Comment 3 Craig Rodrigues 2004-12-13 16:43:28 UTC
diff -urN multimedia/linux-realplayer.orig/Makefile multimedia/linux-realplayer/Makefile
--- multimedia/linux-realplayer.orig/Makefile	Sat Nov  6 21:58:22 2004
+++ multimedia/linux-realplayer/Makefile	Mon Dec 13 10:59:47 2004
@@ -6,26 +6,35 @@
 #
 
 PORTNAME=	linux-realplayer
-PORTVERSION=	8.cs2
-PORTREVISION=	5
+PORTVERSION=	10
+PORTREVISION=	1
 CATEGORIES=	multimedia audio linux
-MASTER_SITES=	http://docs.real.com/docs/playerpatch/unix/:update
-DISTFILES=	${MAINDIST} ${UPDATEDIST:S/$/:update/}
-EXTRACT_ONLY=	${UPDATEDIST}
+MASTER_SITES=	https://helixcommunity.org/download.php/643/
+DISTNAME=	RealPlayer${PORTVERSION}GOLD
+EXTRACT_SUFX=	.rpm
+EXTRACT_ONLY=
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Linux RealPlayer 8.0 from RealNetworks
+COMMENT=	Linux RealPlayer 10 from RealNetworks
 
 EXTRACT_DEPENDS=	rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio
-RUN_DEPENDS=	${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \
-		${LINUXBASE}/usr/lib/libesd.so.0:${PORTSDIR}/audio/linux-esound
-
-MAINDIST=	rp${PORTVERSION:R}_linux20_libc6_i386_${PORTVERSION:E}_rpm
-UPDATEDIST=	rv9_libc6_i386_cs2.tgz
-
-RADIR=		${PREFIX}/lib/RealPlayer${PORTVERSION:R}
-WRKSRC=		${WRKDIR}/usr/lib/RealPlayer${PORTVERSION:R}
-PLUGINSDIR=	${PREFIX}/lib/netscape-linux/plugins
+RUN_DEPENDS=	\
+	${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base-8 \
+	${LINUXBASE}/usr/lib/libstdc++.so.5:${PORTSDIR}/emulators/linux_base-8 \
+	${LINUXBASE}/usr/lib/libesd.so.0:${PORTSDIR}/audio/linux-esound \
+	${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \
+	${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0:${PORTSDIR}/x11-toolkits/linux-gtk2 \
+	${LINUXBASE}/usr/lib/libpango-1.0.so.0:${PORTSDIR}/x11-toolkits/linux-pango \
+	${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 \
+	${LINUXBASE}/usr/X11R6/lib/libXrandr.so.2:${PORTSDIR}/x11/linux-XFree86-libs \
+	${LINUXBASE}/usr/lib/libatk-1.0.so.0:${PORTSDIR}/accessibility/linux-atk \
+	${LINUXBASE}/usr/lib/libjpeg.so.62.0.0:${PORTSDIR}/graphics/linux-jpeg \
+	${LINUXBASE}/usr/lib/libpng.so.3:${PORTSDIR}/graphics/linux-png \
+	${LINUXBASE}/usr/lib/libjpeg.so.62.0.0:${PORTSDIR}/graphics/linux-tiff
+
+RADIR=		${PREFIX}/RealPlayer
+WRKSRC=		${WRKDIR}/usr/local/RealPlayer
+PLUGINSDIR=	${PREFIX}/lib/linux-mozilla/plugins
 RABINDIR=	${PREFIX}/bin
 
 # Linux binary should not be stripped by INSTALL_PROGRAM
@@ -36,65 +45,36 @@
 
 .if !exists(${DISTDIR}/${MAINDIST})
 IGNORE=		may not be automatically fetched due to licensing\
-		restrictions.  You MUST manually fetch the Linux RPM version after\
-		reading and agreeing to the license at:\
+		restrictions.  You MUST manually fetch the Linux RPM version from \
+		${MASTER_SITES} after reading and agreeing to the license at:\
 		http://forms.real.com/real/player/blackjack.html \
 		- once ${DISTFILES} has been downloaded, move it to\
 		${DISTDIR} and then restart this build.
 .endif
 
 USE_REINPLACE=	yes
+REINPLACE_ARGS=	-i ""
 ONLY_FOR_ARCHS=	i386
 NO_CDROM=	"Redistribution not allowed"
 NO_BUILD=	yes
 
 post-extract:
-	cd ${WRKDIR}; rpm2cpio.pl ${DISTDIR}/${MAINDIST} | ${CPIO} -id --quiet
+	cd ${WRKDIR}; rpm2cpio.pl ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | ${CPIO} -id --quiet
 
 post-patch:
 	${REINPLACE_CMD} -e \
-		"s@/usr/lib@${PREFIX}/lib@" ${WRKSRC}/postinstall.sh
+		"s@/bin/true@/usr/bin/true@" ${WRKSRC}/realplay
 
 do-install:
 	${MKDIR} ${RADIR}
-.for f in mimeinstall.sh pluginstall.sh postinstall.sh
-	${INSTALL_SCRIPT} ${WRKSRC}/${f} ${RADIR}
-.endfor
-.for f in realplay rpnp.so
-	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${RADIR}
-.endfor
-.for f in LICENSE Mailcap Mime.types README app.kdelnk audiosig.rm \
-	firstrun.rm 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} ${WRKDIR}/rv9/codecs/drv4.so.6.0 ${RADIR}/Codecs/
-	${INSTALL_PROGRAM} ${WRKDIR}/rv9/codecs/rv40.so.6.0 ${RADIR}/Codecs/
+	cd ${WRKSRC} && ${FIND} . | \
+		${CPIO} -pdm -L -R ${BINOWN}:${BINGRP} ${RADIR}
 
 	${LN} -sf ${RADIR}/realplay ${RABINDIR}
 
 .if exists(${PLUGINSDIR})
-	${LN} -sf ${RADIR}/raclass.zip ${PLUGINSDIR}
-	${LN} -sf ${RADIR}/rpnp.so ${PLUGINSDIR}
+	${LN} -sf ${RADIR}/mozilla/nphelix.so ${PLUGINSDIR}
+	${LN} -sf ${RADIR}/mozilla/nphelix.xpt ${PLUGINSDIR}
 .endif
-
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${PREFIX}/share/doc/RealPlayer8
-	${INSTALL_DATA} ${WRKSRC}/Help/readme ${PREFIX}/share/doc/RealPlayer8
-	${INSTALL_DATA} ${WRKSRC}/Help/realplay.htm ${PREFIX}/share/doc/RealPlayer8
-	${MKDIR} ${PREFIX}/share/doc/RealPlayer8/realplay
-	${INSTALL_DATA} ${WRKSRC}/Help/realplay/*.htm ${PREFIX}/share/doc/RealPlayer8/realplay
-	${MKDIR} ${PREFIX}/share/doc/RealPlayer8/realplay/pics
-	${INSTALL_DATA} ${WRKSRC}/Help/realplay/pics/* ${PREFIX}/share/doc/RealPlayer8/realplay/pics
-.endif
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.post.mk>
diff -urN multimedia/linux-realplayer.orig/distinfo multimedia/linux-realplayer/distinfo
--- multimedia/linux-realplayer.orig/distinfo	Fri Aug 27 00:46:57 2004
+++ multimedia/linux-realplayer/distinfo	Mon Dec 13 11:00:06 2004
@@ -1,4 +1,2 @@
-MD5 (rp8_linux20_libc6_i386_cs2_rpm) = d3fe263a8df91c17e6917f7ccd8288c6
-SIZE (rp8_linux20_libc6_i386_cs2_rpm) = 5124844
-MD5 (rv9_libc6_i386_cs2.tgz) = b2fd9f4148edfd8e2a714dd57634ae1b
-SIZE (rv9_libc6_i386_cs2.tgz) = 814305
+MD5 (RealPlayer10GOLD.rpm) = 1e5522aa0d27b90ea7d4cadd1a41dee1
+SIZE (RealPlayer10GOLD.rpm) = 8180515
diff -urN multimedia/linux-realplayer.orig/pkg-message multimedia/linux-realplayer/pkg-message
--- multimedia/linux-realplayer.orig/pkg-message	Thu Feb  1 04:44:53 2001
+++ multimedia/linux-realplayer/pkg-message	Wed Dec 31 19:00:00 1969
@@ -1,22 +0,0 @@
-************************************************************
-HINT: 
-
-If you experience crashes, try setting the
-audio driver option under
-
-   view->Preference->Performance->Audio Driver Options
-
-to 
-
-   "Enable support for old OSS drivers"
- 
-
-Take the following hint  with a grain of salt:
-
-After install goto ${PREFIX}/lib/RealPlayer8 directory
-(as user) and launch:
-  ./mimeinstall.sh - for install mime types for the mail and 
-                     browser
-  ./pluginstall.sh - for install plugin for the Linux 
-                       Netscape
-************************************************************
diff -urN multimedia/linux-realplayer.orig/pkg-plist multimedia/linux-realplayer/pkg-plist
--- multimedia/linux-realplayer.orig/pkg-plist	Mon Mar  3 08:18:43 2003
+++ multimedia/linux-realplayer/pkg-plist	Mon Dec 13 11:39:00 2004
@@ -1,316 +1,226 @@
-bin/realplay
-lib/RealPlayer8/Codecs/14_4.so.6.0
-lib/RealPlayer8/Codecs/28_8.so.6.0
-lib/RealPlayer8/Codecs/atrc.so.6.0
-lib/RealPlayer8/Codecs/cook.so.6.0
-lib/RealPlayer8/Codecs/ddnt.so.6.0
-lib/RealPlayer8/Codecs/dnet.so.6.0
-lib/RealPlayer8/Codecs/drv1.so.6.0
-lib/RealPlayer8/Codecs/drv2.so.6.0
-lib/RealPlayer8/Codecs/drv3.so.6.0
-lib/RealPlayer8/Codecs/drv4.so.6.0
-lib/RealPlayer8/Codecs/dspr.so.6.0
-lib/RealPlayer8/Codecs/rncolor.so.6.0
-lib/RealPlayer8/Codecs/rv10.so.6.0
-lib/RealPlayer8/Codecs/rv20.so.6.0
-lib/RealPlayer8/Codecs/rv30.so.6.0
-lib/RealPlayer8/Codecs/rv40.so.6.0
-lib/RealPlayer8/Codecs/sipr.so.6.0
-lib/RealPlayer8/Codecs/tokr.so.6.0
-lib/RealPlayer8/Common/pnrscmgr.so.6.0
-lib/RealPlayer8/Common/rcacore.so.6.0
-lib/RealPlayer8/Common/rcaembed.so.6.0
-lib/RealPlayer8/Common/rmacore.so.6.0
-lib/RealPlayer8/LICENSE
-lib/RealPlayer8/Mailcap
-lib/RealPlayer8/Mime.types
-lib/RealPlayer8/Plugins/ExtResources/coreres60.xrs
-lib/RealPlayer8/Plugins/audplin.so.6.0
-lib/RealPlayer8/Plugins/authmgr.so.6.0
-lib/RealPlayer8/Plugins/bascauth.so.6.0
-lib/RealPlayer8/Plugins/httpfsys.so.6.0
-lib/RealPlayer8/Plugins/memfsys.so.6.0
-lib/RealPlayer8/Plugins/meta.so.6.0
-lib/RealPlayer8/Plugins/mp3f.so.6.0
-lib/RealPlayer8/Plugins/mp3mfpln.so.6.0
-lib/RealPlayer8/Plugins/mp3r.so.6.0
-lib/RealPlayer8/Plugins/pnxres.so.6.0
-lib/RealPlayer8/Plugins/ppffplin.so.6.0
-lib/RealPlayer8/Plugins/pxcgif2.so.6.0
-lib/RealPlayer8/Plugins/pxcjpeg2.so.6.0
-lib/RealPlayer8/Plugins/pxcpng.so.6.0
-lib/RealPlayer8/Plugins/pxff.so.6.0
-lib/RealPlayer8/Plugins/pxgf.so.6.0
-lib/RealPlayer8/Plugins/pxgr.so.6.0
-lib/RealPlayer8/Plugins/pxjf.so.6.0
-lib/RealPlayer8/Plugins/pxjr.so.6.0
-lib/RealPlayer8/Plugins/pxpf.so.6.0
-lib/RealPlayer8/Plugins/pxpr.so.6.0
-lib/RealPlayer8/Plugins/pxrend2.so.6.0
-lib/RealPlayer8/Plugins/rarender.so.6.0
-lib/RealPlayer8/Plugins/rcadlg.so.6.0
-lib/RealPlayer8/Plugins/rmffplin.so.6.0
-lib/RealPlayer8/Plugins/rn5auth.so.6.0
-lib/RealPlayer8/Plugins/rtffplin.so.6.0
-lib/RealPlayer8/Plugins/rtrender.so.6.0
-lib/RealPlayer8/Plugins/rvrend.so.6.0
-lib/RealPlayer8/Plugins/sdpplin.so.6.0
-lib/RealPlayer8/Plugins/skinfs.so.6.0
-lib/RealPlayer8/Plugins/smlffpln.so.6.0
-lib/RealPlayer8/Plugins/smlrendr.so.6.0
-lib/RealPlayer8/Plugins/smmrendr.so.6.0
-lib/RealPlayer8/Plugins/smplfsys.so.6.0
-lib/RealPlayer8/Plugins/swff.so.6.0
-lib/RealPlayer8/Plugins/swfrend.so.6.0
-lib/RealPlayer8/Plugins/vidplin.so.6.0
-lib/RealPlayer8/Plugins/vsrcplin.so.6.0
-lib/RealPlayer8/Plugins/xlibsite.so.6.0
-lib/RealPlayer8/README
-lib/RealPlayer8/app.kdelnk
-lib/RealPlayer8/audiosig.rm
-lib/RealPlayer8/firstrun.rm
-lib/RealPlayer8/mime.kdelnk
-lib/RealPlayer8/mimeinstall.sh
-lib/RealPlayer8/pluginstall.sh
-lib/RealPlayer8/postinstall.sh
-lib/RealPlayer8/raclass.zip
-lib/RealPlayer8/realplay
-lib/RealPlayer8/realplay.desktop
-lib/RealPlayer8/rp7.xpm
-lib/RealPlayer8/rp7doc.png
-lib/RealPlayer8/rp7doc.xpm
-lib/RealPlayer8/rp7mini.xpm
-lib/RealPlayer8/rpnp.so
-%%PORTDOCS%%share/doc/RealPlayer8/readme
-%%PORTDOCS%%share/doc/RealPlayer8/realplay.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/aud_play.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/buffered.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/cinfobar.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/clip_bar.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/clipinfo.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/clipwork.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/compact.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/con_pref.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/configur.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/cont_menu.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/disp_hlp.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/display.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/distort.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/error690.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/error693.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/error698.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/file_menu.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/filetype.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/gen_pref.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/glossary.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/gotoreal.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/help_menu.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/how_to.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/index.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/inner.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/intrface.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/introduction.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/jump_to.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/keyshort.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/loadclip.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/manually.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/menubar.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/menus.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/mute.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/notice.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/panels.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pause.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/per_pref.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/DOCUMENTB.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/RealLogo.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/RealNetx.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/SHED-EXAMPLE.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/back.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/backbutt.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/bckbutt.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/brightness.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_a.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_b.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_c.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_d.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_e.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_f.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_g.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_h.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_i.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_j.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_k.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_l.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_m.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_n.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_o.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_p.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_q.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_r.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_s.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_t.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_u.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_v.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_w.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_x.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_y.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/btn_z.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/callouts.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/channelstab.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/closed2.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/cnt0.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/cnt1.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/colorcontrol.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/compbutt.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/contrast.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/creditroll.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/cursor_hand.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/delete3.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/do-it.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/dropdwnarrow.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-autogainadj.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-on-off.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-onbutton.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-restoredefault.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-slider3.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/eq-smarteq.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/equalizer3.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/favicon.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/favoritestab.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/forward.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/forwardbutt.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/fullplayershed.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/fulltoc.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/fwdbutt.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/g2-status.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/glossary.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_a.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_b.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_c.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_d.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_e.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_f.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_g.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_h.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_i.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_j.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_k.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_l.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_m.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_n.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_o.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_p.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_q.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_r.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_s.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_t.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_u.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_v.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_w.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_x.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_y.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/index_z.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-buffer-gauge.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-connect-wds.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-kbps-wds.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-live.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-nettraffic-red.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-nettrafficgreen.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-nettrafficyellow.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-pause.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-play.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-stop.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-surestreamdown.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-surestreamup.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-timeleft.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/led-timer.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/moreinfo.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/mute.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/mute3.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/newchannels.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/next.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/next0.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/next1.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/notice.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/optionsbutt.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/pause.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/play.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/plus2.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/pregain3.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/prev0.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/prev1.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/readme.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/real.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00000000.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00000013.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00000046.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00000071.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00090000.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/realplay00090001.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/recbutt.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/recbuttondwn.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/reverb3.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/roomsize3.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/saturation.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/savesettings3.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/scan.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/search.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/settings4.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/sharpness.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/shortcut.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/shorttoc.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/stationstab.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/stop.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/tint.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/unixplay.jpg
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/videocontrols3.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/volslider.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/zoom.gif
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/pics/zoomtest
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/play.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/play_menu.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/playclip.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/position.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/prx_pref.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/real_wrk.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/rollcred.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/set_pref.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/size.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/slider.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/snd_set.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/stat_bar.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/statist.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/status.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/stop.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/streams.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/sup_pref.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/surestrm.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/sync_snd.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/takefive.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc_full.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc_menu.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc_pref.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc_strt.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/toc_trbl.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/trn_pref.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/trn_set.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/trouble.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/use_real.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/vid_play.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/video.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/view_menu.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/volume.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/win_ctrl.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/zoom.htm
-%%PORTDOCS%%share/doc/RealPlayer8/realplay/zoomhelp.htm
-@unexec rm -f %D/lib/netscape-linux/plugins/raclass.zip %D/lib/netscape-linux/plugins/rpnp.so
-@dirrm lib/RealPlayer8/Plugins/ExtResources
-@dirrm lib/RealPlayer8/Plugins
-@dirrm lib/RealPlayer8/Common
-@dirrm lib/RealPlayer8/Codecs
-@dirrm lib/RealPlayer8
-%%PORTDOCS%%@dirrm share/doc/RealPlayer8/realplay/pics
-%%PORTDOCS%%@dirrm share/doc/RealPlayer8/realplay
-%%PORTDOCS%%@dirrm share/doc/RealPlayer8
+%%PORTDOCS%%RealPlayer/LICENSE
+%%PORTDOCS%%RealPlayer/README
+RealPlayer/codecs/amrn.so
+RealPlayer/codecs/amrw.so
+RealPlayer/codecs/atrc.so
+RealPlayer/codecs/colorcvt.so
+RealPlayer/codecs/cook.so
+RealPlayer/codecs/cvt1.so
+RealPlayer/codecs/drv1.so
+RealPlayer/codecs/drv2.so
+RealPlayer/codecs/drvc.so
+RealPlayer/codecs/raac.so
+RealPlayer/codecs/rv10.so
+RealPlayer/codecs/rv20.so
+RealPlayer/codecs/rv30.so
+RealPlayer/codecs/rv40.so
+RealPlayer/codecs/sipr.so
+RealPlayer/common/clntcore.so
+RealPlayer/common/clntxres.so
+RealPlayer/lib/libgtkhx.so
+RealPlayer/mozilla/nphelix.so
+RealPlayer/mozilla/nphelix.xpt
+RealPlayer/plugins/aacff.so
+RealPlayer/plugins/amrff.so
+RealPlayer/plugins/audplin.so
+RealPlayer/plugins/aufformat.so
+RealPlayer/plugins/authmgr.so
+RealPlayer/plugins/clbascauth.so
+RealPlayer/plugins/giffformat.so
+RealPlayer/plugins/gifrender.so
+RealPlayer/plugins/h263render.so
+RealPlayer/plugins/httpfsys.so
+RealPlayer/plugins/hxsdp.so
+RealPlayer/plugins/hxxml.so
+RealPlayer/plugins/jpgfformat.so
+RealPlayer/plugins/jpgrender.so
+RealPlayer/plugins/memfsys.so
+RealPlayer/plugins/mp3fformat.so
+RealPlayer/plugins/mp3metaff.so
+RealPlayer/plugins/mp3render.so
+RealPlayer/plugins/mp4arender.so
+RealPlayer/plugins/mp4fformat.so
+RealPlayer/plugins/oggfformat.so
+RealPlayer/plugins/pcmrend.so
+RealPlayer/plugins/pngfformat.so
+RealPlayer/plugins/pngrender.so
+RealPlayer/plugins/ramfformat.so
+RealPlayer/plugins/ramrender.so
+RealPlayer/plugins/rarender.so
+RealPlayer/plugins/rmfformat.so
+RealPlayer/plugins/rn5auth.so
+RealPlayer/plugins/rpfformat.so
+RealPlayer/plugins/rpgifplin.so
+RealPlayer/plugins/rpjpgplin.so
+RealPlayer/plugins/rppngplin.so
+RealPlayer/plugins/rprender.so
+RealPlayer/plugins/rtfformat.so
+RealPlayer/plugins/rtrender.so
+RealPlayer/plugins/rvxrender.so
+RealPlayer/plugins/sdpplin.so
+RealPlayer/plugins/smlfformat.so
+RealPlayer/plugins/smlrender.so
+RealPlayer/plugins/smmrender.so
+RealPlayer/plugins/smplfsys.so
+RealPlayer/plugins/swfformat.so
+RealPlayer/plugins/swfrender.so
+RealPlayer/plugins/theorarend.so
+RealPlayer/plugins/vidsite.so
+RealPlayer/plugins/vorbisrend.so
+RealPlayer/plugins/vsrcplin.so
+RealPlayer/plugins/vsrlocal.so
+RealPlayer/plugins/wbmpfformat.so
+RealPlayer/plugins/wbmprend.so
+RealPlayer/postinst/confscript.sh
+RealPlayer/postinst/postinst.sh
+RealPlayer/realplay
+RealPlayer/realplay.bin
+RealPlayer/share/default/clipinfo.png
+RealPlayer/share/default/congestion.png
+RealPlayer/share/default/fastforward.png
+RealPlayer/share/default/next.png
+RealPlayer/share/default/pause.png
+RealPlayer/share/default/play.png
+RealPlayer/share/default/prefs_advanced.png
+RealPlayer/share/default/prefs_connection.png
+RealPlayer/share/default/prefs_content.png
+RealPlayer/share/default/prefs_hardware.png
+RealPlayer/share/default/prefs_internet.png
+RealPlayer/share/default/prefs_mediatypes.png
+RealPlayer/share/default/prefs_playback.png
+RealPlayer/share/default/prefs_proxy.png
+RealPlayer/share/default/prefs_raw.png
+RealPlayer/share/default/prefs_transport.png
+RealPlayer/share/default/previous.png
+RealPlayer/share/default/rewind.png
+RealPlayer/share/default/stop.png
+RealPlayer/share/default/tactoggle.png
+RealPlayer/share/default/volume_high.png
+RealPlayer/share/default/volume_low.png
+RealPlayer/share/default/volume_mid.png
+RealPlayer/share/default/volume_mute.png
+RealPlayer/share/default/volume_off.png
+RealPlayer/share/default/volume_popup_high.png
+RealPlayer/share/default/volume_popup_low.png
+RealPlayer/share/default/volume_popup_mid.png
+RealPlayer/share/default/volume_popup_mute.png
+RealPlayer/share/default/volume_popup_off.png
+%%PORTDOCS%%RealPlayer/share/hxplay_help.html
+RealPlayer/share/icons/mime-application-generic_192x192.png
+RealPlayer/share/icons/mime-application-generic_48x48.png
+RealPlayer/share/icons/mime-application-ogg_192x192.png
+RealPlayer/share/icons/mime-application-ogg_48x48.png
+RealPlayer/share/icons/mime-application-ram_192x192.png
+RealPlayer/share/icons/mime-application-ram_48x48.png
+RealPlayer/share/icons/mime-application-rm_192x192.png
+RealPlayer/share/icons/mime-application-rm_48x48.png
+RealPlayer/share/icons/mime-application-rpm_192x192.png
+RealPlayer/share/icons/mime-application-rpm_48x48.png
+RealPlayer/share/icons/mime-application-smil_192x192.png
+RealPlayer/share/icons/mime-application-smil_48x48.png
+RealPlayer/share/icons/mime-audio-aiff_192x192.png
+RealPlayer/share/icons/mime-audio-aiff_48x48.png
+RealPlayer/share/icons/mime-audio-au_192x192.png
+RealPlayer/share/icons/mime-audio-au_48x48.png
+RealPlayer/share/icons/mime-audio-generic_192x192.png
+RealPlayer/share/icons/mime-audio-generic_48x48.png
+RealPlayer/share/icons/mime-audio-mp3_192x192.png
+RealPlayer/share/icons/mime-audio-mp3_48x48.png
+RealPlayer/share/icons/mime-audio-mp4_192x192.png
+RealPlayer/share/icons/mime-audio-mp4_48x48.png
+RealPlayer/share/icons/mime-audio-ogg_192x192.png
+RealPlayer/share/icons/mime-audio-ogg_48x48.png
+RealPlayer/share/icons/mime-audio-ra_192x192.png
+RealPlayer/share/icons/mime-audio-ra_48x48.png
+RealPlayer/share/icons/mime-audio-wav_192x192.png
+RealPlayer/share/icons/mime-audio-wav_48x48.png
+RealPlayer/share/icons/mime-text-realtext_192x192.png
+RealPlayer/share/icons/mime-text-realtext_48x48.png
+RealPlayer/share/icons/mime-video-avi_192x192.png
+RealPlayer/share/icons/mime-video-avi_48x48.png
+RealPlayer/share/icons/mime-video-generic_192x192.png
+RealPlayer/share/icons/mime-video-generic_48x48.png
+RealPlayer/share/icons/mime-video-mov_192x192.png
+RealPlayer/share/icons/mime-video-mov_48x48.png
+RealPlayer/share/icons/mime-video-ogg_192x192.png
+RealPlayer/share/icons/mime-video-ogg_48x48.png
+RealPlayer/share/icons/mime-video-rv_48x48.png
+RealPlayer/share/icons/mime-video-rv_192x192.png
+RealPlayer/share/icons/mime-video-swf_192x192.png
+RealPlayer/share/icons/mime-video-swf_48x48.png
+RealPlayer/share/icons/realplay_16x16.png
+RealPlayer/share/icons/realplay_192x192.png
+RealPlayer/share/icons/realplay_32x32.png
+RealPlayer/share/icons/realplay_48x48.png
+%%PORTDOCS%%RealPlayer/share/locale/de/LICENSE
+%%PORTDOCS%%RealPlayer/share/locale/de/README
+RealPlayer/share/locale/de/player.mo
+RealPlayer/share/locale/de/widget.mo
+%%PORTDOCS%%RealPlayer/share/locale/es/LICENSE
+%%PORTDOCS%%RealPlayer/share/locale/es/README
+RealPlayer/share/locale/es/player.mo
+RealPlayer/share/locale/es/widget.mo
+%%PORTDOCS%%RealPlayer/share/locale/fr/LICENSE
+%%PORTDOCS%%RealPlayer/share/locale/fr/README
+RealPlayer/share/locale/fr/player.mo
+RealPlayer/share/locale/fr/widget.mo
+%%PORTDOCS%%RealPlayer/share/locale/it/LICENSE
+%%PORTDOCS%%RealPlayer/share/locale/it/README
+RealPlayer/share/locale/it/player.mo
+RealPlayer/share/locale/it/widget.mo
+%%PORTDOCS%%RealPlayer/share/locale/ja/LICENSE
+%%PORTDOCS%%RealPlayer/share/locale/ja/README
+RealPlayer/share/locale/ja/player.mo
+RealPlayer/share/locale/ja/widget.mo
+%%PORTDOCS%%RealPlayer/share/locale/ko/LICENSE
+%%PORTDOCS%%RealPlayer/share/locale/ko/README
+RealPlayer/share/locale/ko/player.mo
+RealPlayer/share/locale/ko/widget.mo
+%%PORTDOCS%%RealPlayer/share/locale/pt_BR/LICENSE
+%%PORTDOCS%%RealPlayer/share/locale/pt_BR/README
+RealPlayer/share/locale/pt_BR/player.mo
+RealPlayer/share/locale/pt_BR/widget.mo
+%%PORTDOCS%%RealPlayer/share/locale/zh_CN/LICENSE
+%%PORTDOCS%%RealPlayer/share/locale/zh_CN/README
+RealPlayer/share/locale/zh_CN/player.mo
+RealPlayer/share/locale/zh_CN/widget.mo
+%%PORTDOCS%%RealPlayer/share/locale/zh_TW/LICENSE
+%%PORTDOCS%%RealPlayer/share/locale/zh_TW/README
+RealPlayer/share/locale/zh_TW/player.mo
+RealPlayer/share/locale/zh_TW/widget.mo
+RealPlayer/share/realplay/embedded_logo.png
+RealPlayer/share/realplay/icon.png
+RealPlayer/share/realplay/logo.png
+RealPlayer/share/realplay/prefs_general.png
+RealPlayer/share/realplay/setup_title.png
+RealPlayer/share/realplay/setup_welcome.png
+RealPlayer/share/realplay.applications
+RealPlayer/share/realplay.desktop
+RealPlayer/share/realplay.keys
+RealPlayer/share/realplay.mime
+RealPlayer/share/realplay.png
+RealPlayer/share/realplay.xml
+RealPlayer/share/tigris.css
+@unexec rm -f %D/lib/linux-mozilla/plugins/nphelix.so %D/lib/linux-mozilla/plugins/nphelix.xpt
+@dirrm RealPlayer/codecs
+@dirrm RealPlayer/common
+@dirrm RealPlayer/doc
+@dirrm RealPlayer/lib
+@dirrm RealPlayer/mozilla
+@dirrm RealPlayer/plugins
+@dirrm RealPlayer/postinst
+@dirrm RealPlayer/share/default
+@dirrm RealPlayer/share/icons
+@dirrm RealPlayer/share/locale/de
+@dirrm RealPlayer/share/locale/es
+@dirrm RealPlayer/share/locale/fr
+@dirrm RealPlayer/share/locale/it
+@dirrm RealPlayer/share/locale/ja
+@dirrm RealPlayer/share/locale/ko
+@dirrm RealPlayer/share/locale/pt_BR
+@dirrm RealPlayer/share/locale/zh_CN
+@dirrm RealPlayer/share/locale/zh_TW
+@dirrm RealPlayer/share/realplay
+@dirrm RealPlayer/share/locale
+@dirrm RealPlayer/share
+@dirrm RealPlayer



-- 
Craig Rodrigues        
rodrigc@crodrigues.org
Comment 4 Thierry Thomas freebsd_committer freebsd_triage 2004-12-15 21:05:34 UTC
State Changed
From-To: feedback->closed


Committed, thanks! 

Note: 
The committed port is a merge of PR ports/68145 and ports/74229 
with my modifications.