diff options
author | Joel Martin <kanaka@gentoo.org> | 2004-04-26 19:23:05 +0000 |
---|---|---|
committer | Joel Martin <kanaka@gentoo.org> | 2004-04-26 19:23:05 +0000 |
commit | 72ab3906a13aba078a53cac02b3826dae8f18df0 (patch) | |
tree | be4683cc701b765bdb34cd347e7a9ce00de5b3d0 /media-video/helixplayer-bin | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-72ab3906a13aba078a53cac02b3826dae8f18df0.tar.gz historical-72ab3906a13aba078a53cac02b3826dae8f18df0.tar.bz2 historical-72ab3906a13aba078a53cac02b3826dae8f18df0.zip |
New ebuild based on forum submission by wyrickre
Diffstat (limited to 'media-video/helixplayer-bin')
-rw-r--r-- | media-video/helixplayer-bin/ChangeLog | 10 | ||||
-rw-r--r-- | media-video/helixplayer-bin/Manifest | 4 | ||||
-rw-r--r-- | media-video/helixplayer-bin/files/digest-helixplayer-bin-0.3.0.71 | 0 | ||||
-rw-r--r-- | media-video/helixplayer-bin/helixplayer-bin-0.3.0.71.ebuild | 45 | ||||
-rw-r--r-- | media-video/helixplayer-bin/metadata.xml | 8 |
5 files changed, 67 insertions, 0 deletions
diff --git a/media-video/helixplayer-bin/ChangeLog b/media-video/helixplayer-bin/ChangeLog new file mode 100644 index 000000000000..df80b98dfb21 --- /dev/null +++ b/media-video/helixplayer-bin/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-video/helixplayer-bin +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer-bin/ChangeLog,v 1.1 2004/04/26 19:23:05 kanaka Exp $ + +*helixplayer-bin-0.3.0.71 (26 Apr 2004) + + 26 Apr 2004; Joel Martin <kanaka@gentoo.org> + helixplayer-bin-0.3.0.71.ebuild: + New ebuild based on forum submission by wyrickre + diff --git a/media-video/helixplayer-bin/Manifest b/media-video/helixplayer-bin/Manifest new file mode 100644 index 000000000000..6a20959aa2ee --- /dev/null +++ b/media-video/helixplayer-bin/Manifest @@ -0,0 +1,4 @@ +MD5 5edfea770b239c5b88211f10eac5a234 helixplayer-bin-0.3.0.71.ebuild 1361 +MD5 0252d977a24f0eb1042df1cf3ed5d3d1 ChangeLog 411 +MD5 9ef4af14dad87b03fde8e43f19e08d26 metadata.xml 225 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-helixplayer-bin-0.3.0.71 0 diff --git a/media-video/helixplayer-bin/files/digest-helixplayer-bin-0.3.0.71 b/media-video/helixplayer-bin/files/digest-helixplayer-bin-0.3.0.71 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/media-video/helixplayer-bin/files/digest-helixplayer-bin-0.3.0.71 diff --git a/media-video/helixplayer-bin/helixplayer-bin-0.3.0.71.ebuild b/media-video/helixplayer-bin/helixplayer-bin-0.3.0.71.ebuild new file mode 100644 index 000000000000..72587909fcca --- /dev/null +++ b/media-video/helixplayer-bin/helixplayer-bin-0.3.0.71.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer-bin/helixplayer-bin-0.3.0.71.ebuild,v 1.1 2004/04/26 19:23:05 kanaka Exp $ + +inherit nsplugins + +#A="hxplay-linux-2.2-libc6-gcc32-i586.tar.gz" +A="hxplay-0.3.0.71-linux-2.2-libc6-gcc32-i586.tar.bz2" +DESCRIPTION="Helix Player" + +DOWNLOAD_URI="http://forms.helixcommunity.org/helixdnaclient/index.html?filename=20040423/player_all-helix-player-20040423-linux-2.2-libc6-gcc32-i586/hxplay-0.3.0.71-linux-2.2-libc6-gcc32-i586.tar.bz2" +HOMEPAGE="https://player.helixcommunity.org" + +LICENSE="realsdk" +SLOT="0" +KEYWORDS="~x86" +DEPEND="virtual/x11 + >=x11-libs/gtk+-2.2.0 + media-libs/libvorbis + media-libs/libogg + media-libs/faad2" +S=${WORKDIR}/hxplay-linux-2.2-libc6-gcc32-i586 + +RESTRICT="nostrip fetch" + +src_unpack() { + if [ ! -f ${DISTDIR}/${A} ] ; then + eerror "Please download ${A} from ${DOWNLOAD_URI} to ${DISTDIR}" + die "Some source files were not found" + fi +} + +src_install () { + mkdir -p ${D}/opt/HelixPlayer + cd ${D}/opt/HelixPlayer + + # Install the player + tar xvjf ${DISTDIR}/${A} + mkdir -p ${D}/usr/bin + dosym /opt/HelixPlayer/hxplay /usr/bin/hxplay + + # Install the Mozilla plugin + inst_plugin /opt/HelixPlayer/mozilla/nphelix.so + inst_plugin /opt/HelixPlayer/mozilla/nphelix.xpt +} diff --git a/media-video/helixplayer-bin/metadata.xml b/media-video/helixplayer-bin/metadata.xml new file mode 100644 index 000000000000..1cadc2e4ec21 --- /dev/null +++ b/media-video/helixplayer-bin/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>video</herd> +<maintainer> + <email>media-video@gentoo.org</email> +</maintainer> +</pkgmetadata> |