summaryrefslogtreecommitdiffstats
path: root/multimedia/linux-realplayer
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
commite934b106497f17545e236bb9644bed935cd118ad (patch)
tree29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /multimedia/linux-realplayer
parent14c9f603eb5d9868d374e46ac865925da109a838 (diff)
downloadmarcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/linux-realplayer')
-rw-r--r--multimedia/linux-realplayer/Makefile136
-rw-r--r--multimedia/linux-realplayer/distinfo6
-rwxr-xr-xmultimedia/linux-realplayer/files/realplay4
-rw-r--r--multimedia/linux-realplayer/pkg-descr5
-rw-r--r--multimedia/linux-realplayer/pkg-plist248
5 files changed, 0 insertions, 399 deletions
diff --git a/multimedia/linux-realplayer/Makefile b/multimedia/linux-realplayer/Makefile
deleted file mode 100644
index 2ba78d87e..000000000
--- a/multimedia/linux-realplayer/Makefile
+++ /dev/null
@@ -1,136 +0,0 @@
-# New ports collection makefile for: linux-realplayer
-# Date created: 31 January 1999
-# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
-#
-# $FreeBSD$
-#
-
-PORTNAME= linux-realplayer
-DISTVERSION= 10.0.8.805-20060718
-PORTREVISION= 2
-CATEGORIES= multimedia audio linux
-MASTER_SITES= https://helixcommunity.org/download.php/2152/:player \
- http://ftp.nluug.nl/ftp/pub/os/Linux/distr/pardusrepo/sources/:playeralt \
- ftp://fr2.rpmfind.net/linux/sourceforge/m/mp/mplayer-tru/:codecs
-DISTFILES= RealPlayer-${DISTVERSION}.i586.rpm:player,playeralt \
- mplayer-codecs-linux-real-20040626-1.i386.rpm:codecs
-
-MAINTAINER= multimedia@FreeBSD.org
-COMMENT= Linux RealPlayer 10 from RealNetworks
-
-EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio
-RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0:${PORTSDIR}/x11-toolkits/linux-gtk2
-
-WRKSRC= ${WRKDIR}/usr/local/RealPlayer
-ONLY_FOR_ARCHS= i386 amd64
-USE_LINUX= yes
-USE_X_PREFIX= yes
-RESTRICTED= Redistribution not allowed
-NO_BUILD= yes
-WANT_GNOME= yes
-
-RADIR= ${PREFIX}/lib/RealPlayer
-PLUGINSDIR= ${PREFIX}/lib/linux-mozilla/plugins
-RABINDIR= ${PREFIX}/bin
-
-.if defined(WITHOUT_NLS)
-PLIST_SUB+= NLS="@comment "
-.else
-PLIST_SUB+= NLS=""
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/share/icons)
-WITH_ICONS= yes
-PLIST_SUB+= ICONS=""
-.else
-PLIST_SUB+= ICONS="@comment "
-.endif
-
-.if ${HAVE_GNOME:Mgnomehier}!=""
-WITH_GNOME= yes
-PLIST_SUB+= GNOME=""
-.else
-PLIST_SUB+= GNOME="@comment "
-.endif
-
-.if defined(WITH_ICONS) || defined(WITH_GNOME)
-PLIST_SUB+= X11=""
-.else
-PLIST_SUB+= X11="@comment "
-.endif
-
-do-extract:
- @${MKDIR} ${WRKDIR}
- @set -x; for f in ${_DISTFILES}; do\
- cd ${WRKDIR}; rpm2cpio.pl ${DISTDIR}/$$f | \
- ${CPIO} -idm --quiet; \
- done
-
-post-patch:
- @${SED} 's|/usr/local|${PREFIX}|' \
- < ${FILESDIR}/realplay > ${WRKSRC}/realplay
-
-do-install:
- @${MKDIR} ${RADIR}
- ${INSTALL_DATA} ${WRKSRC}/LICENSE ${WRKSRC}/README ${RADIR}
- ${INSTALL_PROGRAM} ${WRKSRC}/realplay.bin ${RADIR}
- ${BRANDELF} -t Linux ${RADIR}/realplay.bin
-.for dir in codecs common lib plugins share/default share/realplay
- @${MKDIR} ${RADIR}/${dir}
- ${INSTALL_DATA} ${WRKSRC}/${dir}/* ${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 \
- ${RADIR}/codecs/
- ${LN} -s $c.so.6.0 ${RADIR}/codecs/$c.so
-.endfor
-
-.if !defined(WITHOUT_NLS)
- @${MKDIR} ${RADIR}/share/locale
- ${CP} -Rp ${WRKSRC}/share/locale/* ${RADIR}/share/locale
- ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${RADIR}/share/locale
-.endif
-
- @${MKDIR} ${PLUGINSDIR}
- ${INSTALL_DATA} ${WRKSRC}/mozilla/* ${PLUGINSDIR}
-
- @${MKDIR} ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/realplay ${PREFIX}/bin
-
-.if defined(WITH_ICONS)
-. for size in 16x16 32x32 48x48 192x192
- @${MKDIR} ${LOCALBASE}/share/icons/hicolor/${size}/apps
- ${INSTALL_DATA} ${WRKSRC}/share/icons/realplay_${size}.png \
- ${LOCALBASE}/share/icons/hicolor/${size}/apps
-. endfor
-. for size in 48x48 192x192
- @${MKDIR} ${LOCALBASE}/share/icons/hicolor/${size}/mimetypes
- ${INSTALL_DATA} ${WRKSRC}/share/icons/mime-*_${size}.png \
- ${LOCALBASE}/share/icons/hicolor/${size}/mimetypes
-. endfor
-.endif
-
-.if defined(WITH_GNOME)
- @${MKDIR} ${LOCALBASE}/share/pixmaps
- ${INSTALL_DATA} ${WRKSRC}/share/realplay.png \
- ${LOCALBASE}/share/pixmaps
-
- @${MKDIR} ${LOCALBASE}/share/applications
- ${INSTALL_DATA} ${WRKSRC}/share/realplay.desktop \
- ${LOCALBASE}/share/applications
-
- @${MKDIR} ${LOCALBASE}/share/application-registry
- ${INSTALL_DATA} ${WRKSRC}/share/realplay.applications \
- ${LOCALBASE}/share/application-registry
-
- @${MKDIR} ${LOCALBASE}/share/mime-info
- ${INSTALL_DATA} ${WRKSRC}/share/realplay.keys ${WRKSRC}/share/realplay.mime \
- ${LOCALBASE}/share/mime-info
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/multimedia/linux-realplayer/distinfo b/multimedia/linux-realplayer/distinfo
deleted file mode 100644
index f6231f80d..000000000
--- a/multimedia/linux-realplayer/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 (RealPlayer-10.0.8.805-20060718.i586.rpm) = a768c2b90edd29ba005162da2da4e067
-SHA256 (RealPlayer-10.0.8.805-20060718.i586.rpm) = 792422449bc31c990b7a3fb3326ffee248db0813fc264547ec49bc2a547169ff
-SIZE (RealPlayer-10.0.8.805-20060718.i586.rpm) = 6649992
-MD5 (mplayer-codecs-linux-real-20040626-1.i386.rpm) = c4126cba33257f4d78907c7d254b8200
-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 100755
index af83d450d..000000000
--- 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 e296db31f..000000000
--- 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 6de623f44..000000000
--- a/multimedia/linux-realplayer/pkg-plist
+++ /dev/null
@@ -1,248 +0,0 @@
-bin/realplay
-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/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
-lib/linux-mozilla/plugins/nphelix.so
-lib/linux-mozilla/plugins/nphelix.xpt
-@dirrm lib/RealPlayer/codecs
-@dirrm lib/RealPlayer/common
-@dirrm lib/RealPlayer/lib
-@dirrm lib/RealPlayer/plugins
-@dirrm lib/RealPlayer/share/default
-%%NLS%%@dirrm lib/RealPlayer/share/locale/de
-%%NLS%%@dirrm lib/RealPlayer/share/locale/es
-%%NLS%%@dirrm lib/RealPlayer/share/locale/fr
-%%NLS%%@dirrm lib/RealPlayer/share/locale/hi
-%%NLS%%@dirrm lib/RealPlayer/share/locale/it
-%%NLS%%@dirrm lib/RealPlayer/share/locale/ja
-%%NLS%%@dirrm lib/RealPlayer/share/locale/ko
-%%NLS%%@dirrm lib/RealPlayer/share/locale/pl
-%%NLS%%@dirrm lib/RealPlayer/share/locale/pt_BR
-%%NLS%%@dirrm lib/RealPlayer/share/locale/zh_CN
-%%NLS%%@dirrm lib/RealPlayer/share/locale/zh_TW
-%%NLS%%@dirrm lib/RealPlayer/share/locale
-@dirrm lib/RealPlayer/share/realplay
-@dirrm lib/RealPlayer/share
-@dirrm lib/RealPlayer
-@dirrmtry lib/linux-mozilla/plugins
-@dirrmtry lib/linux-mozilla
-%%X11%%@cwd %%LOCALBASE%%
-%%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
-%%GNOME%%@dirrmtry share/application-registry
-%%GNOME%%@dirrmtry share/applications
-%%GNOME%%@dirrmtry share/mime-info
-%%GNOME%%@dirrmtry share/pixmaps
-%%ICONS%%@dirrmtry share/icons/hicolor/48x48/apps
-%%ICONS%%@dirrmtry share/icons/hicolor/48x48/mimetypes
-%%ICONS%%@dirrmtry share/icons/hicolor/48x48
-%%ICONS%%@dirrmtry share/icons/hicolor/32x32/apps
-%%ICONS%%@dirrmtry share/icons/hicolor/32x32
-%%ICONS%%@dirrmtry share/icons/hicolor/192x192/apps
-%%ICONS%%@dirrmtry share/icons/hicolor/192x192/mimetypes
-%%ICONS%%@dirrmtry share/icons/hicolor/192x192
-%%ICONS%%@dirrmtry share/icons/hicolor/16x16/apps
-%%ICONS%%@dirrmtry share/icons/hicolor/16x16
-%%ICONS%%@dirrmtry share/icons/hicolor