aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-08-09 18:18:10 +0000
committerRene Ladan <rene@FreeBSD.org>2016-08-09 18:18:10 +0000
commit0cfc962fb269af0fa920bf8fdbee593ecae8caff (patch)
tree75720de4258329592037567966a3e890b42356c4
parent6d8c7019808ee82a8d6a619dab9a57fddca867dd (diff)
downloadports-0cfc962fb269af0fa920bf8fdbee593ecae8caff.tar.gz
ports-0cfc962fb269af0fa920bf8fdbee593ecae8caff.zip
Remove expired port:
2016-08-07 multimedia/linux-realplayer: Not maintained upstream, contains security issues
Notes
Notes: svn path=/head/; revision=419957
-rw-r--r--LEGAL1
-rw-r--r--MOVED1
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/linux-realplayer/Makefile149
-rw-r--r--multimedia/linux-realplayer/distinfo4
-rw-r--r--multimedia/linux-realplayer/files/realplay4
-rw-r--r--multimedia/linux-realplayer/pkg-descr5
-rw-r--r--multimedia/linux-realplayer/pkg-plist247
8 files changed, 1 insertions, 411 deletions
diff --git a/LEGAL b/LEGAL
index d7616af3eb91..676d58796688 100644
--- a/LEGAL
+++ b/LEGAL
@@ -194,7 +194,6 @@ Radiator/* net/radiator Commercial software
RakNet-* devel/raknet Special authorization granted to distribute version 3.x under GPLv3
rapid-* math/rapid For any commercial purpose, you must request a license from http://www.cs.unc.edu/~geom/OBB/OBBT.html
rarbsd-* archivers/rar only unmodified original package can be distributed
-RealPlayer-*.rpm multimedia/linux-realplayer Redistribution not allowed
ricty-* japanese/font-ricty Redistribution not allowed
ringtonetools-* misc/ringtonetools Not free for commercial organizations
savage/SFE* games/linux-savage Freeware, but license terms are unclear
diff --git a/MOVED b/MOVED
index 2f207a1419d0..37de1ef9d64d 100644
--- a/MOVED
+++ b/MOVED
@@ -8613,3 +8613,4 @@ net/tridiavnc|net/tigervnc|2016-08-01|No upstream 2005
lang/pypy3-devel|lang/pypy3|2016-08-04|Renamed to lang/pypy3
net/qt5-enginio||2016-08-06|Has expired: Deprecated by upstream from Qt 5.6 on, do not use for development
multimedia/linux-xmovie||2016-08-08|Has expired: Not maintained upstream, contains security issues
+multimedia/linux-realplayer||2016-08-09|Has expired: Not maintained upstream, contains security issues
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 616bea572f6c..09890f8d9a51 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -217,7 +217,6 @@
SUBDIR += linux-c6-libv4l
SUBDIR += linux-f10-libtheora
SUBDIR += linux-f10-libv4l
- SUBDIR += linux-realplayer
SUBDIR += linux-tsmuxer
SUBDIR += linux_dvbwrapper-kmod
SUBDIR += lives
diff --git a/multimedia/linux-realplayer/Makefile b/multimedia/linux-realplayer/Makefile
deleted file mode 100644
index 339dd5f2579f..000000000000
--- a/multimedia/linux-realplayer/Makefile
+++ /dev/null
@@ -1,149 +0,0 @@
-# Created by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
-# $FreeBSD$
-
-PORTNAME= linux-realplayer
-DISTVERSION= 10.0.9.809-20070726
-PORTREVISION= 6
-CATEGORIES= multimedia audio linux
-MASTER_SITES= ftp://ftp.tw.freebsd.org/pub/distfiles/:player \
- http://freeheimdall.spdns.org/files/:player \
- http://freeheimdall.spdns.org/files/:codecs \
- http://mirror.therek.net/freebsd/distfiles/mplayer/:codecs \
- SF/mplayer-tru/mplayer-codecs/20040704:codecs \
- ftp://fr2.rpmfind.net/linux/sourceforge/m/mp/mplayer-tru/mplayer-codecs/20040704/:codecs \
-
-DISTFILES= RealPlayer10GOLD.rpm:player \
- mplayer-codecs-linux-real-20040626-1.i386.rpm:codecs
-
-MAINTAINER= multimedia@FreeBSD.org
-COMMENT= Linux RealPlayer 10 from RealNetworks
-
-LICENSE= RealPlayer
-LICENSE_NAME= Helix DNA Technology Binary Research Use License
-LICENSE_FILE= ${WRKSRC}/LICENSE
-LICENSE_PERMS= auto-accept
-
-DEPRECATED= Not maintained upstream, contains security issues
-EXPIRATION_DATE= 2016-08-07
-
-WRKSRC= ${WRKDIR}/usr/local/RealPlayer
-ONLY_FOR_ARCHS= i386 amd64
-USES= webplugin:linux
-WEBPLUGIN_FILES=nphelix.so nphelix.xpt
-USE_LINUX= yes
-USE_LINUX_APPS= gtk2 xorglibs
-RESTRICTED= Redistribution not allowed
-NO_BUILD= yes
-
-RADIR= ${PREFIX}/lib/RealPlayer
-RABINDIR= ${PREFIX}/bin
-
-OPTIONS_DEFINE= GNOME ICONS NLS
-OPTIONS_DEFAULT= ICONS
-
-ICONS_DESC= Install set of icons
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
-PLIST_SUB+= NLS="" LINUXBASE="${LINUXBASE}"
-.else
-PLIST_SUB+= NLS="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MICONS}
-PLIST_SUB+= ICONS=""
-.else
-PLIST_SUB+= ICONS="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MGNOME}
-USES+= desktop-file-utils
-PLIST_SUB+= GNOME=""
-.else
-PLIST_SUB+= GNOME="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MICONS} || ${PORT_OPTIONS:MGNOME}
-PLIST_SUB+= X11=""
-.else
-PLIST_SUB+= X11="@comment "
-.endif
-
-do-extract:
- @${MKDIR} ${WRKDIR}
- @for f in ${_DISTFILES}; do\
- cd ${WRKDIR}; ${TAR} -xf ${DISTDIR}/$$f ; \
- done
-
-post-patch:
- @${SED} 's|/usr/local|${PREFIX}|' \
- < ${FILESDIR}/realplay > ${WRKSRC}/realplay
-
-do-install:
- @${MKDIR} ${STAGEDIR}${RADIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${RADIR}
- ${BRANDELF} -t Linux ${WRKSRC}/realplay.bin
- ${INSTALL_PROGRAM} ${WRKSRC}/realplay.bin ${STAGEDIR}${RADIR}
-.for dir in codecs common lib plugins share/default share/realplay
- @${MKDIR} ${STAGEDIR}${RADIR}/${dir}
- ${INSTALL_DATA} ${WRKSRC}/${dir}/* ${STAGEDIR}${RADIR}/${dir}
-.endfor
-
-# Extra codecs from the RealPlayer-9 -- no longer shipped by Real,
-# but still in use by major content providers, such as Amazon:
-.for c in dnet ddnt
- ${INSTALL_DATA} ${WRKDIR}/usr/lib/codecs/$c.so.6.0 \
- ${STAGEDIR}${RADIR}/codecs/
- ${LN} -sf $c.so.6.0 ${STAGEDIR}${RADIR}/codecs/$c.so
-.endfor
-
-.if ${PORT_OPTIONS:MNLS}
- @${MKDIR} ${STAGEDIR}${RADIR}/share/locale
- ${CP} -Rp ${WRKSRC}/share/locale/* ${STAGEDIR}${RADIR}/share/locale
-.for c in de es fr hi it ja ko pl pt_BR zh_CN zh_TW
- @${MKDIR} ${STAGEDIR}${LINUXBASE}/usr/share/locale/${c}/LC_MESSAGES
- ${INSTALL_DATA} ${STAGEDIR}${RADIR}/share/locale/${c}/player.mo \
- ${STAGEDIR}${LINUXBASE}/usr/share/locale/${c}/LC_MESSAGES/realplay.mo
-.endfor
-.endif
-
- @${MKDIR} ${STAGEDIR}${WEBPLUGIN_DIR}
- ${INSTALL_DATA} ${WRKSRC}/mozilla/* ${STAGEDIR}${WEBPLUGIN_DIR}
-
- @${MKDIR} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/realplay ${STAGEDIR}${PREFIX}/bin
-
-.if ${PORT_OPTIONS:MICONS}
-. for size in 16x16 32x32 48x48 192x192
- @${MKDIR} ${STAGEDIR}${LOCALBASE}/share/icons/hicolor/${size}/apps
- ${INSTALL_DATA} ${WRKSRC}/share/icons/realplay_${size}.png \
- ${STAGEDIR}${LOCALBASE}/share/icons/hicolor/${size}/apps
-. endfor
-. for size in 48x48 192x192
- @${MKDIR} ${STAGEDIR}${LOCALBASE}/share/icons/hicolor/${size}/mimetypes
- ${INSTALL_DATA} ${WRKSRC}/share/icons/mime-*_${size}.png \
- ${STAGEDIR}${LOCALBASE}/share/icons/hicolor/${size}/mimetypes
-. endfor
-.endif
-
-.if ${PORT_OPTIONS:MGNOME}
- @${MKDIR} ${STAGEDIR}${LOCALBASE}/share/pixmaps
- ${INSTALL_DATA} ${WRKSRC}/share/realplay.png \
- ${STAGEDIR}${LOCALBASE}/share/pixmaps
-
- @${MKDIR} ${STAGEDIR}${LOCALBASE}/share/applications
- ${INSTALL_DATA} ${WRKSRC}/share/realplay.desktop \
- ${STAGEDIR}${LOCALBASE}/share/applications
-
- @${MKDIR} ${STAGEDIR}${LOCALBASE}/share/application-registry
- ${INSTALL_DATA} ${WRKSRC}/share/realplay.applications \
- ${STAGEDIR}${LOCALBASE}/share/application-registry
-
- @${MKDIR} ${STAGEDIR}${LOCALBASE}/share/mime-info
- ${INSTALL_DATA} ${WRKSRC}/share/realplay.keys ${WRKSRC}/share/realplay.mime \
- ${STAGEDIR}${LOCALBASE}/share/mime-info
-.endif
-
-.include <bsd.port.mk>
diff --git a/multimedia/linux-realplayer/distinfo b/multimedia/linux-realplayer/distinfo
deleted file mode 100644
index 32df6b070076..000000000000
--- a/multimedia/linux-realplayer/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (RealPlayer10GOLD.rpm) = 3e84a651904f89cff6803982c72c399b3fc1ab1b70dacc35cae1a6d422583ef8
-SIZE (RealPlayer10GOLD.rpm) = 6645239
-SHA256 (mplayer-codecs-linux-real-20040626-1.i386.rpm) = 338c8e595a95c9ab5192e4fbd4e5e86faf9a6040fab51381d53950ddad75c2e9
-SIZE (mplayer-codecs-linux-real-20040626-1.i386.rpm) = 595298
diff --git a/multimedia/linux-realplayer/files/realplay b/multimedia/linux-realplayer/files/realplay
deleted file mode 100644
index af83d450d49b..000000000000
--- a/multimedia/linux-realplayer/files/realplay
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-export HELIX_LIBS="/usr/local/lib/RealPlayer"
-exec "$HELIX_LIBS/realplay.bin" "$@"
diff --git a/multimedia/linux-realplayer/pkg-descr b/multimedia/linux-realplayer/pkg-descr
deleted file mode 100644
index 926c05246a17..000000000000
--- a/multimedia/linux-realplayer/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-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.
-
-WWW: https://player.helixcommunity.org/
diff --git a/multimedia/linux-realplayer/pkg-plist b/multimedia/linux-realplayer/pkg-plist
deleted file mode 100644
index e3d43aaf2ded..000000000000
--- a/multimedia/linux-realplayer/pkg-plist
+++ /dev/null
@@ -1,247 +0,0 @@
-bin/realplay
-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/ddnt.so.6.0
-lib/RealPlayer/codecs/dnet.so.6.0
-lib/RealPlayer/codecs/ddnt.so
-lib/RealPlayer/codecs/dnet.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/plugins/wbmpfformat.so
-lib/RealPlayer/plugins/wbmprend.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
-%%NLS%%lib/RealPlayer/share/locale/de/LICENSE
-%%NLS%%lib/RealPlayer/share/locale/de/README
-%%NLS%%lib/RealPlayer/share/locale/de/player.mo
-%%NLS%%lib/RealPlayer/share/locale/de/widget.mo
-%%NLS%%lib/RealPlayer/share/locale/es/LICENSE
-%%NLS%%lib/RealPlayer/share/locale/es/README
-%%NLS%%lib/RealPlayer/share/locale/es/player.mo
-%%NLS%%lib/RealPlayer/share/locale/es/widget.mo
-%%NLS%%lib/RealPlayer/share/locale/fr/LICENSE
-%%NLS%%lib/RealPlayer/share/locale/fr/README
-%%NLS%%lib/RealPlayer/share/locale/fr/player.mo
-%%NLS%%lib/RealPlayer/share/locale/fr/widget.mo
-%%NLS%%lib/RealPlayer/share/locale/hi/LICENSE
-%%NLS%%lib/RealPlayer/share/locale/hi/README
-%%NLS%%lib/RealPlayer/share/locale/hi/player.mo
-%%NLS%%lib/RealPlayer/share/locale/hi/widget.mo
-%%NLS%%lib/RealPlayer/share/locale/it/LICENSE
-%%NLS%%lib/RealPlayer/share/locale/it/README
-%%NLS%%lib/RealPlayer/share/locale/it/player.mo
-%%NLS%%lib/RealPlayer/share/locale/it/widget.mo
-%%NLS%%lib/RealPlayer/share/locale/ja/LICENSE
-%%NLS%%lib/RealPlayer/share/locale/ja/README
-%%NLS%%lib/RealPlayer/share/locale/ja/player.mo
-%%NLS%%lib/RealPlayer/share/locale/ja/widget.mo
-%%NLS%%lib/RealPlayer/share/locale/ko/LICENSE
-%%NLS%%lib/RealPlayer/share/locale/ko/README
-%%NLS%%lib/RealPlayer/share/locale/ko/player.mo
-%%NLS%%lib/RealPlayer/share/locale/ko/widget.mo
-%%NLS%%lib/RealPlayer/share/locale/pl/LICENSE
-%%NLS%%lib/RealPlayer/share/locale/pl/README
-%%NLS%%lib/RealPlayer/share/locale/pl/player.mo
-%%NLS%%lib/RealPlayer/share/locale/pl/widget.mo
-%%NLS%%lib/RealPlayer/share/locale/pt_BR/LICENSE
-%%NLS%%lib/RealPlayer/share/locale/pt_BR/README
-%%NLS%%lib/RealPlayer/share/locale/pt_BR/player.mo
-%%NLS%%lib/RealPlayer/share/locale/pt_BR/widget.mo
-%%NLS%%lib/RealPlayer/share/locale/zh_CN/LICENSE
-%%NLS%%lib/RealPlayer/share/locale/zh_CN/README
-%%NLS%%lib/RealPlayer/share/locale/zh_CN/player.mo
-%%NLS%%lib/RealPlayer/share/locale/zh_CN/widget.mo
-%%NLS%%lib/RealPlayer/share/locale/zh_TW/LICENSE
-%%NLS%%lib/RealPlayer/share/locale/zh_TW/README
-%%NLS%%lib/RealPlayer/share/locale/zh_TW/player.mo
-%%NLS%%lib/RealPlayer/share/locale/zh_TW/widget.mo
-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
-%%WEBPLUGIN_DIR%%/nphelix.so
-%%WEBPLUGIN_DIR%%/nphelix.xpt
-%%GNOME%%share/application-registry/realplay.applications
-%%GNOME%%share/applications/realplay.desktop
-%%GNOME%%share/mime-info/realplay.keys
-%%GNOME%%share/mime-info/realplay.mime
-%%GNOME%%share/pixmaps/realplay.png
-%%ICONS%%share/icons/hicolor/16x16/apps/realplay_16x16.png
-%%ICONS%%share/icons/hicolor/192x192/apps/realplay_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-application-generic_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-application-ogg_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-application-ram_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-application-rm_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-application-rpm_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-application-smil_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-audio-aiff_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-audio-au_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-audio-generic_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-audio-mp3_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-audio-mp4_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-audio-ogg_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-audio-ra_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-audio-wav_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-text-realtext_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-video-avi_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-video-generic_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-video-mov_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-video-ogg_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-video-rv_192x192.png
-%%ICONS%%share/icons/hicolor/192x192/mimetypes/mime-video-swf_192x192.png
-%%ICONS%%share/icons/hicolor/32x32/apps/realplay_32x32.png
-%%ICONS%%share/icons/hicolor/48x48/apps/realplay_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-application-generic_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-application-ogg_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-application-ram_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-application-rpm_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-application-rm_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-application-smil_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-audio-aiff_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-audio-au_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-audio-generic_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-audio-mp3_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-audio-mp4_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-audio-ogg_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-audio-ra_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-audio-wav_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-text-realtext_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-video-avi_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-video-generic_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-video-mov_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-video-ogg_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-video-rv_48x48.png
-%%ICONS%%share/icons/hicolor/48x48/mimetypes/mime-video-swf_48x48.png
-%%NLS%%%%LINUXBASE%%/usr/share/locale/de/LC_MESSAGES/realplay.mo
-%%NLS%%%%LINUXBASE%%/usr/share/locale/es/LC_MESSAGES/realplay.mo
-%%NLS%%%%LINUXBASE%%/usr/share/locale/fr/LC_MESSAGES/realplay.mo
-%%NLS%%%%LINUXBASE%%/usr/share/locale/hi/LC_MESSAGES/realplay.mo
-%%NLS%%%%LINUXBASE%%/usr/share/locale/it/LC_MESSAGES/realplay.mo
-%%NLS%%%%LINUXBASE%%/usr/share/locale/ja/LC_MESSAGES/realplay.mo
-%%NLS%%%%LINUXBASE%%/usr/share/locale/ko/LC_MESSAGES/realplay.mo
-%%NLS%%%%LINUXBASE%%/usr/share/locale/pl/LC_MESSAGES/realplay.mo
-%%NLS%%%%LINUXBASE%%/usr/share/locale/pt_BR/LC_MESSAGES/realplay.mo
-%%NLS%%%%LINUXBASE%%/usr/share/locale/zh_CN/LC_MESSAGES/realplay.mo
-%%NLS%%%%LINUXBASE%%/usr/share/locale/zh_TW/LC_MESSAGES/realplay.mo
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/de/LC_MESSAGES
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/de
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/es/LC_MESSAGES
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/es
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/fr/LC_MESSAGES
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/fr
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/hi/LC_MESSAGES
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/hi
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/it/LC_MESSAGES
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/it
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/ja/LC_MESSAGES
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/ja
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/ko/LC_MESSAGES
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/ko
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/pl/LC_MESSAGES
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/pl
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/pt_BR/LC_MESSAGES
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/pt_BR
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/zh_CN/LC_MESSAGES
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/zh_CN
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/zh_TW/LC_MESSAGES
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale/zh_TW
-%%NLS%%@dir %%LINUXBASE%%/usr/share/locale
-%%NLS%%@dir %%LINUXBASE%%/usr/share
-%%NLS%%@dir %%LINUXBASE%%/usr
-%%NLS%%@dir %%LINUXBASE%%
-%%NLS%%@dir /compat