Note: this depends on problem reports #68124, #68126 and #68133.
Errata: diff -ruN /usr/ports/multimedia/linux-realplayer/Makefile linux-realplayer/Makefile --- /usr/ports/multimedia/linux-realplayer/Makefile Fri May 28 05:06:51 2004 +++ linux-realplayer/Makefile Sun Jun 20 17:43:33 2004 @@ -6,27 +6,26 @@ # PORTNAME= linux-realplayer -PORTVERSION= 8.cs2 -PORTREVISION= 4 +PORTVERSION= 0.4.0.186 +PORTEPOCH= 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/486/ +DISTFILES= RealPlayer-${PORTVERSION}-20040615.i586.rpm MAINTAINER= vns@delta.odessa.ua -COMMENT= Linux RealPlayer 8.0 from RealNetworks +COMMENT= Linux RealPlayer 10 from RealNetworks -EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio +EXTRACT_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio RUN_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \ - ${LINUXBASE}/usr/lib/libesd.so.0:${PORTSDIR}/audio/linux-esound + ${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0:${PORTSDIR}/x11-toolkits/linux-gtk2 \ + ${LINUXBASE}/usr/lib/libatk-1.0.so.0:${PORTSDIR}/accessibility/linux-atk -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 -RABINDIR= ${PREFIX}/bin +USE_X_PREFIX= yes +WRKSRC= ${WRKDIR}/usr/local/RealPlayer +USE_REINPLACE= yes +ONLY_FOR_ARCHS= i386 +RESTRICTED= "Redistribution not allowed" +NO_BUILD= yes # Linux binary should not be stripped by INSTALL_PROGRAM # because as a side effect it brands the binary as FreeBSD. @@ -34,67 +33,70 @@ .include <bsd.port.pre.mk> -.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:\ - http://forms.real.com/real/player/unix/unix.html \ - - once ${DISTFILES} has been downloaded, move it to\ - ${DISTDIR} and then restart this build. -.endif - -USE_REINPLACE= yes -ONLY_FOR_ARCHS= i386 -NO_CDROM= "Redistribution not allowed" -NO_BUILD= yes - -post-extract: - cd ${WRKDIR}; rpm2cpio.pl ${DISTDIR}/${MAINDIST} | cpio -id --quiet +do-extract: + @${MKDIR} ${WRKDIR} + @cd ${WRKDIR}; rpm2cpio ${_DISTDIR}/${DISTFILES} | ${CPIO} -id --quiet + @${CP} ${FILESDIR}/realplay ${WRKSRC} post-patch: - ${REINPLACE_CMD} -e \ - "s@/usr/lib@${PREFIX}/lib@" ${WRKSRC}/postinstall.sh + @${REINPLACE_CMD} -e 's|@HELIX_LIBS@|${PREFIX}/lib/RealPlayer|' ${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/ - - ${LN} -sf ${RADIR}/realplay ${RABINDIR} - -.if exists(${PLUGINSDIR}) - ${LN} -sf ${RADIR}/raclass.zip ${PLUGINSDIR} - ${LN} -sf ${RADIR}/rpnp.so ${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} + ${MKDIR} ${PREFIX}/lib/RealPlayer +.for f in LICENSE README + ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lib/RealPlayer +.endfor + ${MKDIR} ${PREFIX}/lib/RealPlayer/codecs +.for f in amrn.so amrw.so atrc.so colorcvt.so cook.so cvt1.so drv1.so drv2.so drvc.so raac.so rv10.so rv20.so rv30.so rv40.so sipr.so + ${INSTALL_DATA} ${WRKSRC}/codecs/${f} ${PREFIX}/lib/RealPlayer/codecs +.endfor + ${MKDIR} ${PREFIX}/lib/RealPlayer/common +.for f in clntcore.so clntxres.so + ${INSTALL_DATA} ${WRKSRC}/common/${f} ${PREFIX}/lib/RealPlayer/common +.endfor + ${MKDIR} ${PREFIX}/lib/RealPlayer/lib +.for f in libgtkhx.so + ${INSTALL_DATA} ${WRKSRC}/lib/${f} ${PREFIX}/lib/RealPlayer/lib +.endfor + ${MKDIR} ${PREFIX}/lib/linux-mozilla/plugins +.for f in nphelix.so nphelix.xpt + ${INSTALL_DATA} ${WRKSRC}/mozilla/${f} ${PREFIX}/lib/linux-mozilla/plugins +.endfor + ${MKDIR} ${PREFIX}/lib/RealPlayer/plugins +.for f in aacff.so amrff.so audplin.so aufformat.so authmgr.so clbascauth.so giffformat.so gifrender.so h263render.so httpfsys.so hxsdp.so hxxml.so jpgfformat.so jpgrender.so memfsys.so mp3fformat.so mp3metaff.so mp3render.so mp4arender.so mp4fformat.so oggfformat.so pcmrend.so pngfformat.so pngrender.so ramfformat.so ramrender.so rarender.so rmfformat.so rpfformat.so rpgifplin.so rpjpgplin.so rppngplin.so rprender.so rtfformat.so rtrender.so rvxrender.so sdpplin.so smlfformat.so smlrender.so smmrender.so smplfsys.so swfformat.so swfrender.so theorarend.so vidsite.so vorbisrend.so vsrcplin.so vsrlocal.so + ${INSTALL_DATA} ${WRKSRC}/plugins/${f} ${PREFIX}/lib/RealPlayer/plugins +.endfor + ${MKDIR} ${PREFIX}/lib/RealPlayer/share/default +.for f in clipinfo.png congestion.png fastforward.png mute.png next.png pause.png play.png prefs_advanced.png prefs_connection.png prefs_content.png prefs_hardware.png prefs_internet.png prefs_mediatypes.png prefs_playback.png prefs_proxy.png prefs_raw.png prefs_transport.png previous.png rewind.png stop.png tactoggle.png volume_high.png volume_low.png volume_mid.png volume_off.png volume_popup.png + ${INSTALL_DATA} ${WRKSRC}/share/default/${f} ${PREFIX}/lib/RealPlayer/share/default +.endfor + ${MKDIR} ${PREFIX}/lib/RealPlayer/share/realplay +.for f in embedded_logo.png icon.xpm logo.png prefs_general.png setup_title.png setup_welcome.png + ${INSTALL_DATA} ${WRKSRC}/share/realplay/${f} ${PREFIX}/lib/RealPlayer/share/realplay +.endfor + ${MKDIR} ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/realplay ${PREFIX}/bin + ${MKDIR} ${PREFIX}/lib/RealPlayer + ${INSTALL_PROGRAM} ${WRKSRC}/realplay.bin ${PREFIX}/lib/RealPlayer +.for size in 16x16 32x32 48x48 192x192 + ${MKDIR} ${PREFIX}/share/icons/hicolor/${size} + ${INSTALL_DATA} ${WRKSRC}/share/icons/realplay_${size}.png ${PREFIX}/share/icons/hicolor/${size} +.endfor +.for size in 48x48 192x192 + ${MKDIR} ${PREFIX}/share/icons/hicolor/${size}/mimetypes +.for mime in application-generic application-ogg application-ram application-rpm application-smil audio-aiff audio-au audio-mp3 audio-mp4 audio-ogg audio-ra audio-wav video-avi video-mov video-rv video-swf + ${INSTALL_DATA} ${WRKSRC}/share/icons/mime-${mime}_${size}.png ${PREFIX}/share/icons/hicolor/${size}/mimetypes +.endfor +.endfor + ${MKDIR} ${PREFIX}/share/gnome/pixmaps + ${INSTALL_DATA} ${WRKSRC}/share/realplay.png ${PREFIX}/share/gnome/pixmaps + ${MKDIR} ${PREFIX}/share/gnome/applications + ${INSTALL_DATA} ${WRKSRC}/share/realplay.desktop ${PREFIX}/share/gnome/applications + ${MKDIR} ${PREFIX}/share/gnome/application-registry + ${INSTALL_DATA} ${WRKSRC}/share/realplay.applications ${PREFIX}/share/gnome/application-registry + ${MKDIR} ${PREFIX}/share/gnome/mime-info +.for f in realplay.keys realplay.mime + ${INSTALL_DATA} ${WRKSRC}/share/${f} ${PREFIX}/share/gnome/mime-info +.endfor .include <bsd.port.post.mk> diff -ruN /usr/ports/multimedia/linux-realplayer/distinfo linux-realplayer/distinfo --- /usr/ports/multimedia/linux-realplayer/distinfo Tue Mar 4 07:22:59 2003 +++ linux-realplayer/distinfo Sun Jun 20 14:08:51 2004 @@ -1,2 +1,2 @@ -MD5 (rp8_linux20_libc6_i386_cs2_rpm) = 525f6f050d076148e9e02769f2055d53 -MD5 (rv9_libc6_i386_cs2.tgz) = b2fd9f4148edfd8e2a714dd57634ae1b +MD5 (RealPlayer-0.4.0.186-20040615.i586.rpm) = 8a22f1742d3033de6b2b4d927dead6da +SIZE (RealPlayer-0.4.0.186-20040615.i586.rpm) = 7626826 diff -ruN /usr/ports/multimedia/linux-realplayer/files/realplay linux-realplayer/files/realplay --- /usr/ports/multimedia/linux-realplayer/files/realplay Thu Jan 1 01:00:00 1970 +++ linux-realplayer/files/realplay Sun Jun 20 15:00:38 2004 @@ -0,0 +1,10 @@ +#!/bin/sh + +export HELIX_LIBS="@HELIX_LIBS@" +while :; do + # Restart the player if exit code is 10 + "$HELIX_LIBS/realplay.bin" "$@" + if [ $? -ne 10 ]; then + break + fi +done diff -ruN /usr/ports/multimedia/linux-realplayer/pkg-descr linux-realplayer/pkg-descr --- /usr/ports/multimedia/linux-realplayer/pkg-descr Tue Jan 2 20:00:52 2001 +++ linux-realplayer/pkg-descr Sun Jun 20 15:13:03 2004 @@ -1,10 +1,5 @@ -This is the Linux version of RealPlayer 8.0 Basic from RealNetworks, -the player for RealAudio and RealVideo streaming broadcasts from the net. -It can be used as a standalone application, an external "helper" app from -Netscape, or a plugin in the Linux version of netscape. +The RealPlayer for Linux is built on top of the Helix Player for Linux +and includes support for several non-open source components including +RealAudio/RealVideo, MP3 etc. -Due to license restrictions, this package must be manually downloaded -from the RealNetworks web site: -http://www.real.com/player/ - -WWW: http://www.real.com/player/ +WWW: https://player.helixcommunity.org/2004/unix/ diff -ruN /usr/ports/multimedia/linux-realplayer/pkg-message linux-realplayer/pkg-message --- /usr/ports/multimedia/linux-realplayer/pkg-message Thu Feb 1 10:44:53 2001 +++ linux-realplayer/pkg-message Thu Jan 1 01:00:00 1970 @@ -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 -ruN /usr/ports/multimedia/linux-realplayer/pkg-plist linux-realplayer/pkg-plist --- /usr/ports/multimedia/linux-realplayer/pkg-plist Tue Mar 4 07:22:59 2003 +++ linux-realplayer/pkg-plist Sun Jun 20 17:43:20 2004 @@ -1,316 +1,153 @@ 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 +lib/RealPlayer/LICENSE +lib/RealPlayer/README +lib/RealPlayer/codecs/amrn.so +lib/RealPlayer/codecs/amrw.so +lib/RealPlayer/codecs/atrc.so +lib/RealPlayer/codecs/colorcvt.so +lib/RealPlayer/codecs/cook.so +lib/RealPlayer/codecs/cvt1.so +lib/RealPlayer/codecs/drv1.so +lib/RealPlayer/codecs/drv2.so +lib/RealPlayer/codecs/drvc.so +lib/RealPlayer/codecs/raac.so +lib/RealPlayer/codecs/rv10.so +lib/RealPlayer/codecs/rv20.so +lib/RealPlayer/codecs/rv30.so +lib/RealPlayer/codecs/rv40.so +lib/RealPlayer/codecs/sipr.so +lib/RealPlayer/common/clntcore.so +lib/RealPlayer/common/clntxres.so +lib/RealPlayer/lib/libgtkhx.so +lib/RealPlayer/plugins/aacff.so +lib/RealPlayer/plugins/amrff.so +lib/RealPlayer/plugins/audplin.so +lib/RealPlayer/plugins/aufformat.so +lib/RealPlayer/plugins/authmgr.so +lib/RealPlayer/plugins/clbascauth.so +lib/RealPlayer/plugins/giffformat.so +lib/RealPlayer/plugins/gifrender.so +lib/RealPlayer/plugins/h263render.so +lib/RealPlayer/plugins/httpfsys.so +lib/RealPlayer/plugins/hxsdp.so +lib/RealPlayer/plugins/hxxml.so +lib/RealPlayer/plugins/jpgfformat.so +lib/RealPlayer/plugins/jpgrender.so +lib/RealPlayer/plugins/memfsys.so +lib/RealPlayer/plugins/mp3fformat.so +lib/RealPlayer/plugins/mp3metaff.so +lib/RealPlayer/plugins/mp3render.so +lib/RealPlayer/plugins/mp4arender.so +lib/RealPlayer/plugins/mp4fformat.so +lib/RealPlayer/plugins/oggfformat.so +lib/RealPlayer/plugins/pcmrend.so +lib/RealPlayer/plugins/pngfformat.so +lib/RealPlayer/plugins/pngrender.so +lib/RealPlayer/plugins/ramfformat.so +lib/RealPlayer/plugins/ramrender.so +lib/RealPlayer/plugins/rarender.so +lib/RealPlayer/plugins/rmfformat.so +lib/RealPlayer/plugins/rpfformat.so +lib/RealPlayer/plugins/rpgifplin.so +lib/RealPlayer/plugins/rpjpgplin.so +lib/RealPlayer/plugins/rppngplin.so +lib/RealPlayer/plugins/rprender.so +lib/RealPlayer/plugins/rtfformat.so +lib/RealPlayer/plugins/rtrender.so +lib/RealPlayer/plugins/rvxrender.so +lib/RealPlayer/plugins/sdpplin.so +lib/RealPlayer/plugins/smlfformat.so +lib/RealPlayer/plugins/smlrender.so +lib/RealPlayer/plugins/smmrender.so +lib/RealPlayer/plugins/smplfsys.so +lib/RealPlayer/plugins/swfformat.so +lib/RealPlayer/plugins/swfrender.so +lib/RealPlayer/plugins/theorarend.so +lib/RealPlayer/plugins/vidsite.so +lib/RealPlayer/plugins/vorbisrend.so +lib/RealPlayer/plugins/vsrcplin.so +lib/RealPlayer/plugins/vsrlocal.so +lib/RealPlayer/realplay.bin +lib/RealPlayer/share/default/clipinfo.png +lib/RealPlayer/share/default/congestion.png +lib/RealPlayer/share/default/fastforward.png +lib/RealPlayer/share/default/mute.png +lib/RealPlayer/share/default/next.png +lib/RealPlayer/share/default/pause.png +lib/RealPlayer/share/default/play.png +lib/RealPlayer/share/default/prefs_advanced.png +lib/RealPlayer/share/default/prefs_connection.png +lib/RealPlayer/share/default/prefs_content.png +lib/RealPlayer/share/default/prefs_hardware.png +lib/RealPlayer/share/default/prefs_internet.png +lib/RealPlayer/share/default/prefs_mediatypes.png +lib/RealPlayer/share/default/prefs_playback.png +lib/RealPlayer/share/default/prefs_proxy.png +lib/RealPlayer/share/default/prefs_raw.png +lib/RealPlayer/share/default/prefs_transport.png +lib/RealPlayer/share/default/previous.png +lib/RealPlayer/share/default/rewind.png +lib/RealPlayer/share/default/stop.png +lib/RealPlayer/share/default/tactoggle.png +lib/RealPlayer/share/default/volume_high.png +lib/RealPlayer/share/default/volume_low.png +lib/RealPlayer/share/default/volume_mid.png +lib/RealPlayer/share/default/volume_off.png +lib/RealPlayer/share/default/volume_popup.png +lib/RealPlayer/share/realplay/embedded_logo.png +lib/RealPlayer/share/realplay/icon.xpm +lib/RealPlayer/share/realplay/logo.png +lib/RealPlayer/share/realplay/prefs_general.png +lib/RealPlayer/share/realplay/setup_title.png +lib/RealPlayer/share/realplay/setup_welcome.png +lib/linux-mozilla/plugins/nphelix.so +lib/linux-mozilla/plugins/nphelix.xpt +share/gnome/application-registry/realplay.applications +share/gnome/applications/realplay.desktop +share/gnome/mime-info/realplay.keys +share/gnome/mime-info/realplay.mime +share/gnome/pixmaps/realplay.png +share/icons/hicolor/16x16/realplay_16x16.png +share/icons/hicolor/192x192/mimetypes/mime-application-generic_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-application-ogg_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-application-ram_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-application-rpm_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-application-smil_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-audio-aiff_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-audio-au_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-audio-mp3_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-audio-mp4_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-audio-ogg_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-audio-ra_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-audio-wav_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-video-avi_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-video-mov_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-video-rv_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-video-swf_192x192.png +share/icons/hicolor/192x192/realplay_192x192.png +share/icons/hicolor/32x32/realplay_32x32.png +share/icons/hicolor/48x48/mimetypes/mime-application-generic_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-application-ogg_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-application-ram_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-application-rpm_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-application-smil_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-audio-aiff_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-audio-au_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-audio-mp3_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-audio-mp4_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-audio-ogg_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-audio-ra_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-audio-wav_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-video-avi_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-video-mov_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-video-rv_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-video-swf_48x48.png +share/icons/hicolor/48x48/realplay_48x48.png +@dirrm lib/RealPlayer/codecs +@dirrm lib/RealPlayer/common +@dirrm lib/RealPlayer/lib +@dirrm lib/RealPlayer/plugins +@dirrm lib/RealPlayer/share/default +@dirrm lib/RealPlayer/share/realplay +@dirrm lib/RealPlayer/share +@dirrm lib/RealPlayer
State Changed From-To: open->feedback To the maintainer: do you approve of these changes?
State Changed From-To: feedback->suspended Suspend until prerequesites are updated.
Hi, Since realplayer 10 is still in beta stages could this not be repo-copied to multimedia/linux-realplayer10 or similar? Michael
And here's the update to 10 Gold: diff -ruN /usr/ports/multimedia/linux-realplayer/Makefile linux-realplayer/Makefile --- /usr/ports/multimedia/linux-realplayer/Makefile Thu Jul 29 12:36:27 2004 +++ linux-realplayer/Makefile Thu Sep 9 19:24:31 2004 @@ -2,31 +2,29 @@ # Date created: 31 January 1999 # Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au> # -# $FreeBSD: ports/multimedia/linux-realplayer/Makefile,v 1.31 2004/07/28 12:18:50 vs Exp $ +# $FreeBSD: ports/multimedia/linux-realplayer/Makefile,v 1.30 2004/05/27 02:52:55 mezz Exp $ # PORTNAME= linux-realplayer -PORTVERSION= 8.cs2 -PORTREVISION= 5 +PORTVERSION= 10 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/560/ +DISTFILES= legacy-RealPlayer${PORTVERSION}GOLD.rpm -MAINTAINER= ports@FreeBSD.org -COMMENT= Linux RealPlayer 8.0 from RealNetworks +MAINTAINER= vns@delta.odessa.ua +COMMENT= Linux RealPlayer 10 from RealNetworks -EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio +EXTRACT_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio RUN_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \ - ${LINUXBASE}/usr/lib/libesd.so.0:${PORTSDIR}/audio/linux-esound + ${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0:${PORTSDIR}/x11-toolkits/linux-gtk2 \ + ${LINUXBASE}/usr/lib/libatk-1.0.so.0:${PORTSDIR}/accessibility/linux-atk -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 -RABINDIR= ${PREFIX}/bin +USE_X_PREFIX= yes +WRKSRC= ${WRKDIR}/usr/local/RealPlayer +USE_REINPLACE= yes +ONLY_FOR_ARCHS= i386 +RESTRICTED= "Redistribution not allowed" +NO_BUILD= yes # Linux binary should not be stripped by INSTALL_PROGRAM # because as a side effect it brands the binary as FreeBSD. @@ -34,67 +32,50 @@ .include <bsd.port.pre.mk> -.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:\ - http://forms.real.com/real/player/unix/unix.html \ - - once ${DISTFILES} has been downloaded, move it to\ - ${DISTDIR} and then restart this build. -.endif - -USE_REINPLACE= yes -ONLY_FOR_ARCHS= i386 -NO_CDROM= "Redistribution not allowed" -NO_BUILD= yes - -post-extract: - cd ${WRKDIR}; rpm2cpio.pl ${DISTDIR}/${MAINDIST} | ${CPIO} -id --quiet +do-extract: + @${MKDIR} ${WRKDIR} + @cd ${WRKDIR}; rpm2cpio ${_DISTDIR}/${DISTFILES} | ${CPIO} -id --quiet + @${CP} ${FILESDIR}/realplay ${WRKSRC} post-patch: - ${REINPLACE_CMD} -e \ - "s@/usr/lib@${PREFIX}/lib@" ${WRKSRC}/postinstall.sh + @${REINPLACE_CMD} -e 's|@HELIX_LIBS@|${PREFIX}/lib/RealPlayer|' ${WRKSRC}/realplay do-install: - ${MKDIR} ${RADIR} -.for f in mimeinstall.sh pluginstall.sh postinstall.sh - ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${RADIR} + ${MKDIR} ${PREFIX}/lib/RealPlayer + ${INSTALL_DATA} ${WRKSRC}/LICENSE ${WRKSRC}/README ${PREFIX}/lib/RealPlayer + ${INSTALL_PROGRAM} ${WRKSRC}/realplay.bin ${PREFIX}/lib/RealPlayer + +.for dir in codecs common lib plugins share/default share/realplay + ${MKDIR} ${PREFIX}/lib/RealPlayer/${dir} + ${INSTALL_DATA} ${WRKSRC}/${dir}/* ${PREFIX}/lib/RealPlayer/${dir} .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} + + ${MKDIR} ${PREFIX}/lib/linux-mozilla/plugins + ${INSTALL_DATA} ${WRKSRC}/mozilla/* ${PREFIX}/lib/linux-mozilla/plugins + + ${MKDIR} ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/realplay ${PREFIX}/bin + +.for size in 16x16 32x32 48x48 192x192 + ${MKDIR} ${PREFIX}/share/icons/hicolor/${size}/apps + ${INSTALL_DATA} ${WRKSRC}/share/icons/realplay_${size}.png ${PREFIX}/share/icons/hicolor/${size}/apps .endfor -.for d in Codecs Common Plugins - ${MKDIR} ${RADIR}/${d} - ${INSTALL_PROGRAM} ${WRKSRC}/${d}/*.so* ${RADIR}/${d} + +.for size in 48x48 192x192 + ${MKDIR} ${PREFIX}/share/icons/hicolor/${size}/mimetypes + ${INSTALL_DATA} ${WRKSRC}/share/icons/mime-*_${size}.png ${PREFIX}/share/icons/hicolor/${size}/mimetypes .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/ - - ${LN} -sf ${RADIR}/realplay ${RABINDIR} - -.if exists(${PLUGINSDIR}) - ${LN} -sf ${RADIR}/raclass.zip ${PLUGINSDIR} - ${LN} -sf ${RADIR}/rpnp.so ${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} + ${MKDIR} ${PREFIX}/share/gnome/pixmaps + ${INSTALL_DATA} ${WRKSRC}/share/realplay.png ${PREFIX}/share/gnome/pixmaps + + ${MKDIR} ${PREFIX}/share/gnome/applications + ${INSTALL_DATA} ${WRKSRC}/share/realplay.desktop ${PREFIX}/share/gnome/applications + + ${MKDIR} ${PREFIX}/share/gnome/application-registry + ${INSTALL_DATA} ${WRKSRC}/share/realplay.applications ${PREFIX}/share/gnome/application-registry + + ${MKDIR} ${PREFIX}/share/gnome/mime-info + ${INSTALL_DATA} ${WRKSRC}/share/realplay.keys ${WRKSRC}/share/realplay.mime ${PREFIX}/share/gnome/mime-info .include <bsd.port.post.mk> diff -ruN /usr/ports/multimedia/linux-realplayer/distinfo linux-realplayer/distinfo --- /usr/ports/multimedia/linux-realplayer/distinfo Thu Jul 29 12:36:27 2004 +++ linux-realplayer/distinfo Thu Sep 9 19:01:58 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 (legacy-RealPlayer10GOLD.rpm) = 2cfdf356e5b279e5da8ed0fa2b628fdb +SIZE (legacy-RealPlayer10GOLD.rpm) = 10005856 diff -ruN /usr/ports/multimedia/linux-realplayer/files/realplay linux-realplayer/files/realplay --- /usr/ports/multimedia/linux-realplayer/files/realplay Thu Jan 1 01:00:00 1970 +++ linux-realplayer/files/realplay Sun Jun 20 15:00:38 2004 @@ -0,0 +1,10 @@ +#!/bin/sh + +export HELIX_LIBS="@HELIX_LIBS@" +while :; do + # Restart the player if exit code is 10 + "$HELIX_LIBS/realplay.bin" "$@" + if [ $? -ne 10 ]; then + break + fi +done diff -ruN /usr/ports/multimedia/linux-realplayer/pkg-descr linux-realplayer/pkg-descr --- /usr/ports/multimedia/linux-realplayer/pkg-descr Tue Jan 2 20:00:52 2001 +++ linux-realplayer/pkg-descr Sun Jun 20 15:13:03 2004 @@ -1,10 +1,5 @@ -This is the Linux version of RealPlayer 8.0 Basic from RealNetworks, -the player for RealAudio and RealVideo streaming broadcasts from the net. -It can be used as a standalone application, an external "helper" app from -Netscape, or a plugin in the Linux version of netscape. +The RealPlayer for Linux is built on top of the Helix Player for Linux +and includes support for several non-open source components including +RealAudio/RealVideo, MP3 etc. -Due to license restrictions, this package must be manually downloaded -from the RealNetworks web site: -http://www.real.com/player/ - -WWW: http://www.real.com/player/ +WWW: https://player.helixcommunity.org/2004/unix/ diff -ruN /usr/ports/multimedia/linux-realplayer/pkg-message linux-realplayer/pkg-message --- /usr/ports/multimedia/linux-realplayer/pkg-message Thu Feb 1 10:44:53 2001 +++ linux-realplayer/pkg-message Thu Jan 1 01:00:00 1970 @@ -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 -ruN /usr/ports/multimedia/linux-realplayer/pkg-plist linux-realplayer/pkg-plist --- /usr/ports/multimedia/linux-realplayer/pkg-plist Tue Mar 4 07:22:59 2003 +++ linux-realplayer/pkg-plist Thu Sep 9 19:34:21 2004 @@ -1,316 +1,165 @@ 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 +lib/RealPlayer/LICENSE +lib/RealPlayer/README +lib/RealPlayer/codecs/amrn.so +lib/RealPlayer/codecs/amrw.so +lib/RealPlayer/codecs/atrc.so +lib/RealPlayer/codecs/colorcvt.so +lib/RealPlayer/codecs/cook.so +lib/RealPlayer/codecs/cvt1.so +lib/RealPlayer/codecs/drv1.so +lib/RealPlayer/codecs/drv2.so +lib/RealPlayer/codecs/drvc.so +lib/RealPlayer/codecs/raac.so +lib/RealPlayer/codecs/rv10.so +lib/RealPlayer/codecs/rv20.so +lib/RealPlayer/codecs/rv30.so +lib/RealPlayer/codecs/rv40.so +lib/RealPlayer/codecs/sipr.so +lib/RealPlayer/common/clntcore.so +lib/RealPlayer/common/clntxres.so +lib/RealPlayer/lib/libgtkhx.so +lib/RealPlayer/plugins/aacff.so +lib/RealPlayer/plugins/amrff.so +lib/RealPlayer/plugins/audplin.so +lib/RealPlayer/plugins/aufformat.so +lib/RealPlayer/plugins/authmgr.so +lib/RealPlayer/plugins/clbascauth.so +lib/RealPlayer/plugins/giffformat.so +lib/RealPlayer/plugins/gifrender.so +lib/RealPlayer/plugins/h263render.so +lib/RealPlayer/plugins/httpfsys.so +lib/RealPlayer/plugins/hxsdp.so +lib/RealPlayer/plugins/hxxml.so +lib/RealPlayer/plugins/jpgfformat.so +lib/RealPlayer/plugins/jpgrender.so +lib/RealPlayer/plugins/memfsys.so +lib/RealPlayer/plugins/mp3fformat.so +lib/RealPlayer/plugins/mp3metaff.so +lib/RealPlayer/plugins/mp3render.so +lib/RealPlayer/plugins/mp4arender.so +lib/RealPlayer/plugins/mp4fformat.so +lib/RealPlayer/plugins/oggfformat.so +lib/RealPlayer/plugins/pcmrend.so +lib/RealPlayer/plugins/pngfformat.so +lib/RealPlayer/plugins/pngrender.so +lib/RealPlayer/plugins/ramfformat.so +lib/RealPlayer/plugins/ramrender.so +lib/RealPlayer/plugins/rarender.so +lib/RealPlayer/plugins/rmfformat.so +lib/RealPlayer/plugins/rn5auth.so +lib/RealPlayer/plugins/rpfformat.so +lib/RealPlayer/plugins/rpgifplin.so +lib/RealPlayer/plugins/rpjpgplin.so +lib/RealPlayer/plugins/rppngplin.so +lib/RealPlayer/plugins/rprender.so +lib/RealPlayer/plugins/rtfformat.so +lib/RealPlayer/plugins/rtrender.so +lib/RealPlayer/plugins/rvxrender.so +lib/RealPlayer/plugins/sdpplin.so +lib/RealPlayer/plugins/smlfformat.so +lib/RealPlayer/plugins/smlrender.so +lib/RealPlayer/plugins/smmrender.so +lib/RealPlayer/plugins/smplfsys.so +lib/RealPlayer/plugins/swfformat.so +lib/RealPlayer/plugins/swfrender.so +lib/RealPlayer/plugins/theorarend.so +lib/RealPlayer/plugins/vidsite.so +lib/RealPlayer/plugins/vorbisrend.so +lib/RealPlayer/plugins/vsrcplin.so +lib/RealPlayer/plugins/vsrlocal.so +lib/RealPlayer/realplay.bin +lib/RealPlayer/share/default/clipinfo.png +lib/RealPlayer/share/default/congestion.png +lib/RealPlayer/share/default/fastforward.png +lib/RealPlayer/share/default/next.png +lib/RealPlayer/share/default/pause.png +lib/RealPlayer/share/default/play.png +lib/RealPlayer/share/default/prefs_advanced.png +lib/RealPlayer/share/default/prefs_connection.png +lib/RealPlayer/share/default/prefs_content.png +lib/RealPlayer/share/default/prefs_hardware.png +lib/RealPlayer/share/default/prefs_internet.png +lib/RealPlayer/share/default/prefs_mediatypes.png +lib/RealPlayer/share/default/prefs_playback.png +lib/RealPlayer/share/default/prefs_proxy.png +lib/RealPlayer/share/default/prefs_raw.png +lib/RealPlayer/share/default/prefs_transport.png +lib/RealPlayer/share/default/previous.png +lib/RealPlayer/share/default/rewind.png +lib/RealPlayer/share/default/stop.png +lib/RealPlayer/share/default/tactoggle.png +lib/RealPlayer/share/default/volume_high.png +lib/RealPlayer/share/default/volume_low.png +lib/RealPlayer/share/default/volume_mid.png +lib/RealPlayer/share/default/volume_mute.png +lib/RealPlayer/share/default/volume_off.png +lib/RealPlayer/share/default/volume_popup_high.png +lib/RealPlayer/share/default/volume_popup_low.png +lib/RealPlayer/share/default/volume_popup_mid.png +lib/RealPlayer/share/default/volume_popup_mute.png +lib/RealPlayer/share/default/volume_popup_off.png +lib/RealPlayer/share/realplay/embedded_logo.png +lib/RealPlayer/share/realplay/icon.png +lib/RealPlayer/share/realplay/logo.png +lib/RealPlayer/share/realplay/prefs_general.png +lib/RealPlayer/share/realplay/setup_title.png +lib/RealPlayer/share/realplay/setup_welcome.png +lib/linux-mozilla/plugins/nphelix.so +lib/linux-mozilla/plugins/nphelix.xpt +share/gnome/application-registry/realplay.applications +share/gnome/applications/realplay.desktop +share/gnome/mime-info/realplay.keys +share/gnome/mime-info/realplay.mime +share/gnome/pixmaps/realplay.png +share/icons/hicolor/16x16/apps/realplay_16x16.png +share/icons/hicolor/192x192/apps/realplay_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-application-generic_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-application-ogg_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-application-ram_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-application-rpm_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-application-smil_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-audio-aiff_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-audio-au_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-audio-generic_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-audio-mp3_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-audio-mp4_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-audio-ogg_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-audio-ra_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-audio-wav_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-text-realtext_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-video-avi_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-video-generic_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-video-mov_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-video-rv_192x192.png +share/icons/hicolor/192x192/mimetypes/mime-video-swf_192x192.png +share/icons/hicolor/32x32/apps/realplay_32x32.png +share/icons/hicolor/48x48/apps/realplay_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-application-generic_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-application-ogg_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-application-ram_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-application-rpm_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-application-smil_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-audio-aiff_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-audio-au_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-audio-generic_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-audio-mp3_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-audio-mp4_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-audio-ogg_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-audio-ra_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-audio-wav_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-text-realtext_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-video-avi_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-video-generic_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-video-mov_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-video-ogg_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-video-rv_48x48.png +share/icons/hicolor/48x48/mimetypes/mime-video-swf_48x48.png +@dirrm lib/RealPlayer/codecs +@dirrm lib/RealPlayer/common +@dirrm lib/RealPlayer/lib +@dirrm lib/RealPlayer/plugins +@dirrm lib/RealPlayer/share/default +@dirrm lib/RealPlayer/share/realplay +@dirrm lib/RealPlayer/share +@dirrm lib/RealPlayer
Hello! Can I commit this? The old version of real-player is no longer available for download anyway. If you don't already have it, you can't get it at all... Thanks! -mi
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 mi@aldan.algebra.com wrote: | Hello! | | Can I commit this? The old version of real-player is no longer available | for download anyway. If you don't already have it, you can't get it at | all... Commit what? There are multiple patches in this PR. Are you going to commit the last patch? Joe | | Thanks! | | -mi | | | - -- PGP Key : http://www.marcuscom.com/pgp.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBXME5b2iPiv4Uz4cRAn6FAJ0cUjC4eKhXCS1hW9LTacYCqiYrcgCgqeQs bv5ZRzQMz04AI8HxUbqscD8= =IQ6D -----END PGP SIGNATURE-----
Jean-Yves! It seems, the source code is available for both Real and Helix players at https://player.helixcommunity.org/2004/downloads/ Do you plan to make a port of building from sources? Thanks! -mi P.S. Looks like 10.0.1 is the latest version now...
=DE=C5=D4=D7=C5=D2 30 =D7=C5=D2=C5=D3=C5=CE=D8 2004 22:30 =F7=C9 =CE=C1=D0= =C9=D3=C1=CC=C9: =3D mi@aldan.algebra.com wrote: =3D | Hello! =3D | =3D | Can I commit this? The old version of real-player is no longer =3D | available for download anyway. If you don't already have it, you =3D | can't get it at all... =3D =3D Commit what? There are multiple patches in this PR. Are you going to =3D commit the last patch? Yes, that was the plan. It needs a minor adjustment for the master-site, though, and -- may be -- an update to the _todays_ release of 10.0.1. But nothing can spoil this port, since it is not downloadable anyway :-) Thanks for the prompt response! Yours, -mi
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mikhail T. wrote: | ÞÅÔ×ÅÒ 30 ×ÅÒÅÓÅÎØ 2004 22:30 ÷É ÎÁÐÉÓÁÌÉ: | = mi@aldan.algebra.com wrote: | = | Hello! | = | | = | Can I commit this? The old version of real-player is no longer | = | available for download anyway. If you don't already have it, you | = | can't get it at all... | = | = Commit what? There are multiple patches in this PR. Are you going to | = commit the last patch? | | Yes, that was the plan. It needs a minor adjustment for the master-site, | though, and -- may be -- an update to the _todays_ release of 10.0.1. | But nothing can spoil this port, since it is not downloadable anyway :-) | | Thanks for the prompt response! Yours, | | -mi | | | | Please send your final patch when you have it. Joe - -- PGP Key : http://www.marcuscom.com/pgp.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBXMd2b2iPiv4Uz4cRAsZDAJ4wD55t2Ps0b7wTqBdpUDXQ2zLw+QCfT9aq gKnH6a6b+V0aGdgts6u+lbY= =S6OB -----END PGP SIGNATURE-----
= Please send your final patch when you have it. The patch is over 700 lines, the shar archive is only 300... To avoid spamming the PR, here is the link: http://virtual-estates.net/~mi/realplayer-10.0.1.shar Notes: 1) The player needs linux-gtk, linux-pango, etc. Some of these are not installed properly by ports, it seems. For example, /compat/linux/etc/gtk-2.0/gdk-pixbuf.loaders is EMPTY after the install of x11-toolkits/linux-gtk2. I had to copy the real gdk-pixbuf.loaders from the FreeBSD's install and adjust the pathes inside to enable realplayer to use its own .png files. Similarly, /compat/linux/etc/pango/pango.modules and /compat/linux/etc/fonts/ had to be tweaked, which is, probably, a bug in their respective ports. 2) The helixcommunity.org's download handler, apparently, does not care, what file-name you ask for -- only the number (643 in our case) matters. For this reason I chose to keep the version inside the name of the downloaded file -- linux-realplayer-10.0.1.rpm, instead of RealPlayer10GOLD.rpm. This thing is quite different from the older versions (8.cs2). Does anything depend on it by default? If not, we may, as well, commit it. Otherwise, we may simply adjust the download URLs, as Michael suggested and upgrade after the release. It is definetly time for a multimedia/realplayer -- built from the finally available source. Yours, -mi
On Thu, 30 Sep 2004 22:36:30 -0400 "Mikhail T." <mi@aldan.algebra.com> wrote: > It seems, the source code is available for both Real and Helix players > at > > https://player.helixcommunity.org/2004/downloads/ > > Do you plan to make a port of building from sources? Thanks! I would if RealPlayer was entirely open-source, but I doubt it is. -- Jean-Yves Lefort jylefort@brutele.be http://lefort.be.eu.org/
On Fri, 1 Oct 2004 01:36:52 -0400 "Mikhail T." <mi@aldan.algebra.com> wrote: > Notes: > > 1) The player needs linux-gtk, linux-pango, etc. Some of > these are not installed properly by ports, it seems. For > example, /compat/linux/etc/gtk-2.0/gdk-pixbuf.loaders > is EMPTY after the install of x11-toolkits/linux-gtk2. > > I had to copy the real gdk-pixbuf.loaders from the > FreeBSD's install and adjust the pathes inside to enable > realplayer to use its own .png files. > > Similarly, /compat/linux/etc/pango/pango.modules and > /compat/linux/etc/fonts/ had to be tweaked, which is, > probably, a bug in their respective ports. Yes, and I've addressed these issues long time ago. If the PR database wasn't dead atm i'd even give you the PR numbers. Btw, you must generate the files using /compat/linux/usr/bin/gdk-pixbuf-query-loaders and /compat/linux/usr/bin/pango-querymodules, not copy them from the FreeBSD versions. -- Jean-Yves Lefort jylefort@brutele.be http://lefort.be.eu.org/
On Fri, 2004-10-01 at 01:36, Mikhail T. wrote: > = Please send your final patch when you have it. > > The patch is over 700 lines, the shar archive is only 300... > To avoid spamming the PR, here is the link: > > http://virtual-estates.net/~mi/realplayer-10.0.1.shar > > Notes: > > 1) The player needs linux-gtk, linux-pango, etc. Some of > these are not installed properly by ports, it seems. For > example, /compat/linux/etc/gtk-2.0/gdk-pixbuf.loaders > is EMPTY after the install of x11-toolkits/linux-gtk2. > > I had to copy the real gdk-pixbuf.loaders from the > FreeBSD's install and adjust the pathes inside to enable > realplayer to use its own .png files. > > Similarly, /compat/linux/etc/pango/pango.modules and > /compat/linux/etc/fonts/ had to be tweaked, which is, > probably, a bug in their respective ports. > > 2) The helixcommunity.org's download handler, apparently, > does not care, what file-name you ask for -- only the > number (643 in our case) matters. > > For this reason I chose to keep the version inside the > name of the downloaded file -- linux-realplayer-10.0.1.rpm, > instead of RealPlayer10GOLD.rpm. > > This thing is quite different from the older versions (8.cs2). Does > anything depend on it by default? If not, we may, as well, commit it. > Otherwise, we may simply adjust the download URLs, as Michael suggested > and upgrade after the release. > > It is definetly time for a multimedia/realplayer -- built from the > finally available source. What about the report that the previous distfiles were still available for download from alternate MASTER_SITES? If that is the case, I would prefer that the alternate MASTER_SITES be used for 5.3-RELEASE, and these patches can go in after the freeze. Joe > > Yours, > > -mi -- PGP Key : http://www.marcuscom.com/pgp.asc
> > This thing is quite different from the older versions (8.cs2). Does > > anything depend on it by default? If not, we may, as well, commit > > it. Otherwise, we may simply adjust the download URLs, as Michael > > suggested and upgrade after the release. > > > > It is definetly time for a multimedia/realplayer -- built from the > > finally available source. > > What about the report that the previous distfiles were still available > for download from alternate MASTER_SITES? If that is the case, I would > prefer that the alternate MASTER_SITES be used for 5.3-RELEASE, and > these patches can go in after the freeze. I think so too... Michael, can you, please, submit a patch updating the existing port with better instructions for finding the distfile(s)? However, my attempts to get this new port to work uncovered the problem reported by Jean-Yves back _in June_. The gdk-pixbuf.loaders and the pango.modules installed by linux-gtk2 are empty: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/68124 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/68133 This renders the installed ports inoperable (gtk can't load any images, for example). On Sep 2 the PRs entered the never-never "feedback" state to get maintainer's approval. A month later, the ports should be fixed by someone else (portmgr?) due to maintainer's timeout. -mi
On Sun, 3 Oct 2004, Mikhail Teterin wrote: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/68124 > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/68133 > > This renders the installed ports inoperable (gtk can't load any images, > for example). On Sep 2 the PRs entered the never-never "feedback" state > to get maintainer's approval. A month later, the ports should be fixed > by someone else (portmgr?) due to maintainer's timeout. In all fairness, Sep 2 was one day before the ports freeze began. mcl
On Oct 3, 2004, at 3:42 PM, Mikhail Teterin wrote: > I think so too... Michael, can you, please, submit a patch updating the > existing port with better instructions for finding the distfile(s)? > > However, my attempts to get this new port to work uncovered the problem > reported by Jean-Yves back _in June_. The gdk-pixbuf.loaders and the > pango.modules installed by linux-gtk2 are empty: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/68124 > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/68133 > > This renders the installed ports inoperable (gtk can't load any images, > for example). On Sep 2 the PRs entered the never-never "feedback" state > to get maintainer's approval. A month later, the ports should be fixed > by someone else (portmgr?) due to maintainer's timeout. > > -mi Is this aimed at me? Cheers, Michael
=CE=C5=C4=A6=CC=D1 03 =D6=CF=D7=D4=C5=CE=D8 2004 22:31, Michael Johnson, = =F7=C9 =CE=C1=D0=C9=D3=C1=CC=C9: =3D On Oct 3, 2004, at 3:42 PM, Mikhail Teterin wrote: =3D > I think so too... Michael, can you, please, submit a patch updating =3D > the existing port with better instructions for finding the =3D > distfile(s)? =3D Is this aimed at me? Only the part above :-) -mi
Responsible Changed From-To: freebsd-ports-bugs->thierry Take it: will be merged with PR ports/74229, which is a duplicate. See <http://www.freebsd.org/cgi/query-pr.cgi?pr=74229>.
State Changed From-To: suspended->closed Committed, thanks! Note: The committed port is a merge of PR ports/68145 and ports/74229 with my modifications.