diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-09 05:04:54 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-09 05:04:54 +0000 |
commit | 1ab7d5498a8fe0083463143017fac0ffa83d261e (patch) | |
tree | 8f316c6e1882b8233e61e70f9b64c4fab2c3f1a3 /media-plugins/streamtuner-xiph | |
parent | fixed DEPEND (diff) | |
download | historical-1ab7d5498a8fe0083463143017fac0ffa83d261e.tar.gz historical-1ab7d5498a8fe0083463143017fac0ffa83d261e.tar.bz2 historical-1ab7d5498a8fe0083463143017fac0ffa83d261e.zip |
Ebuild submitted in bug #40009 by ronmon@bellsouth.net
Diffstat (limited to 'media-plugins/streamtuner-xiph')
5 files changed, 39 insertions, 0 deletions
diff --git a/media-plugins/streamtuner-xiph/ChangeLog b/media-plugins/streamtuner-xiph/ChangeLog new file mode 100644 index 000000000000..845a5bb5e949 --- /dev/null +++ b/media-plugins/streamtuner-xiph/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-plugins/streamtuner-xiph +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-xiph/ChangeLog,v 1.1 2004/04/09 04:59:58 eradicator Exp $ + +*streamtuner-xiph-0.1.0 (08 Apr 2004) + + 08 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> metadata.xml, + streamtuner-xiph-0.1.0.ebuild: + Ebuild submitted in bug #40009 by ronmon@bellsouth.net + diff --git a/media-plugins/streamtuner-xiph/Manifest b/media-plugins/streamtuner-xiph/Manifest new file mode 100644 index 000000000000..6e88c86a0110 --- /dev/null +++ b/media-plugins/streamtuner-xiph/Manifest @@ -0,0 +1,3 @@ +MD5 eb73c55100586579ac7b1542c61cb494 streamtuner-xiph-0.1.0.ebuild 549 +MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 +MD5 90294ebed186156033a992af841e03cf files/digest-streamtuner-xiph-0.1.0 74 diff --git a/media-plugins/streamtuner-xiph/files/digest-streamtuner-xiph-0.1.0 b/media-plugins/streamtuner-xiph/files/digest-streamtuner-xiph-0.1.0 new file mode 100644 index 000000000000..fd548fd9d2b4 --- /dev/null +++ b/media-plugins/streamtuner-xiph/files/digest-streamtuner-xiph-0.1.0 @@ -0,0 +1 @@ +MD5 07e06b4737a9949399222333f56b7659 streamtuner-xiph-0.1.0.tar.gz 298392 diff --git a/media-plugins/streamtuner-xiph/metadata.xml b/media-plugins/streamtuner-xiph/metadata.xml new file mode 100644 index 000000000000..e1774e3d9ad7 --- /dev/null +++ b/media-plugins/streamtuner-xiph/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sound</herd> +</pkgmetadata> diff --git a/media-plugins/streamtuner-xiph/streamtuner-xiph-0.1.0.ebuild b/media-plugins/streamtuner-xiph/streamtuner-xiph-0.1.0.ebuild new file mode 100644 index 000000000000..e417c3dbb86e --- /dev/null +++ b/media-plugins/streamtuner-xiph/streamtuner-xiph-0.1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-xiph/streamtuner-xiph-0.1.0.ebuild,v 1.1 2004/04/09 04:59:58 eradicator Exp $ + +DESCRIPTION="A plugin for Streamtuner to play xiph.org streams." +SRC_URI="http://savannah.nongnu.org/download/streamtuner/${P}.tar.gz" +HOMEPAGE="http://www.nongnu.org/streamtuner/" + +IUSE="" +SLOT="0" +KEYWORDS="~x86" +LICENSE="BSD" + +DEPEND=">=net-misc/streamtuner-0.12.0 + media-libs/libvorbis" + +src_install () { + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog NEWS README INSTALL +} |