diff options
author | Brian Jackson <iggy@gentoo.org> | 2004-10-15 22:09:09 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2004-10-15 22:09:09 +0000 |
commit | fec48532193ec69b07c63aba1277efc0d345e584 (patch) | |
tree | 5ed3ab4a3da202f0910fc285c7e8606979822072 /media-tv/ivtv-ptune | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-fec48532193ec69b07c63aba1277efc0d345e584.tar.gz gentoo-2-fec48532193ec69b07c63aba1277efc0d345e584.tar.bz2 gentoo-2-fec48532193ec69b07c63aba1277efc0d345e584.zip |
new package, installs some optional ivtv utils
Diffstat (limited to 'media-tv/ivtv-ptune')
-rw-r--r-- | media-tv/ivtv-ptune/ChangeLog | 9 | ||||
-rw-r--r-- | media-tv/ivtv-ptune/Manifest | 3 | ||||
-rw-r--r-- | media-tv/ivtv-ptune/files/digest-ivtv-ptune-0.2.0_rc1 | 1 | ||||
-rw-r--r-- | media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc1.ebuild | 34 | ||||
-rw-r--r-- | media-tv/ivtv-ptune/metadata.xml | 15 |
5 files changed, 62 insertions, 0 deletions
diff --git a/media-tv/ivtv-ptune/ChangeLog b/media-tv/ivtv-ptune/ChangeLog new file mode 100644 index 000000000000..9a5aec9e921b --- /dev/null +++ b/media-tv/ivtv-ptune/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for media-tv/ivtv-ptune +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-ptune/ChangeLog,v 1.1 2004/10/15 22:09:09 iggy Exp $ + +*ivtv-ptune-0.2.0_rc1 (15 Oct 2004) + + 15 Oct 2004; <iggy@gentoo.org> +ivtv-ptune-0.2.0_rc1.ebuild: + new package, installs some optional ivtv utils + diff --git a/media-tv/ivtv-ptune/Manifest b/media-tv/ivtv-ptune/Manifest new file mode 100644 index 000000000000..4a019ce03c8b --- /dev/null +++ b/media-tv/ivtv-ptune/Manifest @@ -0,0 +1,3 @@ +MD5 2ba77f030f006e9ded7303fcd04e54d4 ivtv-ptune-0.2.0_rc1.ebuild 732 +MD5 ab5695b3f561c4cc2fe33417c4018b94 ChangeLog 270 +MD5 f741df968e038a530011b187a7a7aa5c files/digest-ivtv-ptune-0.2.0_rc1 64 diff --git a/media-tv/ivtv-ptune/files/digest-ivtv-ptune-0.2.0_rc1 b/media-tv/ivtv-ptune/files/digest-ivtv-ptune-0.2.0_rc1 new file mode 100644 index 000000000000..4626750abfbd --- /dev/null +++ b/media-tv/ivtv-ptune/files/digest-ivtv-ptune-0.2.0_rc1 @@ -0,0 +1 @@ +MD5 f214b7ff5db462c6cbc1cae39d6badd8 ivtv-0.2.0-rc1c.tgz 524435 diff --git a/media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc1.ebuild b/media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc1.ebuild new file mode 100644 index 000000000000..80a01c1cba95 --- /dev/null +++ b/media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc1.ebuild,v 1.1 2004/10/15 22:09:09 iggy Exp $ + +DESCRIPTION="ivtv tuner perl scripts" +HOMEPAGE="http://ivtv.sourceforge.net" + +# stupidly named tarballs +MY_Pt="${P/-ptune/}c" +MY_P="${MY_Pt/_/-}" + +SRC_URI="http://67.18.1.101/~ckennedy/ivtv/${MY_P}.tgz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" +IUSE="" + +DEPEND="media-tv/ivtv + dev-perl/Video-Frequencies + dev-perl/Video-ivtv + dev-perl/Getopt-Long + X? ( dev-perl/perl-tk )" + +src_compile() { + echo +} + +src_install() { + cd ${WORKDIR}/${P}-${PR}/utils + dobin ptune.pl ptune-ui.pl + newdoc README README.utils + dodoc README.ptune +} diff --git a/media-tv/ivtv-ptune/metadata.xml b/media-tv/ivtv-ptune/metadata.xml new file mode 100644 index 000000000000..b4469516f7b2 --- /dev/null +++ b/media-tv/ivtv-ptune/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <herd>media-tv</herd> + <maintainer> + <email>iggy@gentoo.org</email> + <name>Brian Jackson</name> + <description>Actively maintained</description> + </maintainer> + <longdescription> + Driver for ivtv based tv tuner cards, currently supports Hauppauge + PVR-[23]50 cards + </longdescription> +</pkgmetadata> |