# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit nsplugins eutils rpm SRC_URI=https://helixcommunity.org/download.php/587/RealPlayer-10.0.1a.i586.rpm DESCRIPTION="Real Player 10 (GOLD)" HOMEPAGE="https://player.helixcommunity.org" LICENSE="helixdna" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/x11 >=x11-libs/gtk+-2.2.0 media-libs/libvorbis media-libs/libogg media-libs/faad2 !media-video/helixplayer-bin" RESTRICT="nostrip fetch" S="${WORKDIR}/usr/local/RealPlayer" src_unpack () { rpm_unpack ${DISTDIR}/${A} } src_install () { mkdir -p ${D}/opt cp -a ${S} ${D}/opt mkdir -p ${D}/usr/bin dosym /opt/RealPlayer/realplay /usr/bin/realplay # Install the Mozilla plugin inst_plugin /opt/RealPlayer/mozilla/nphelix.so inst_plugin /opt/RealPlayer/mozilla/nphelix.xpt # Desktop menu entry insinto /usr/share/pixmaps newins ${S}/share/realplay.png realplay.png make_desktop_entry realplay "Real Player" realplay.png AudioVideo }