From fec48532193ec69b07c63aba1277efc0d345e584 Mon Sep 17 00:00:00 2001 From: Brian Jackson Date: Fri, 15 Oct 2004 22:09:09 +0000 Subject: new package, installs some optional ivtv utils --- media-tv/ivtv-ptune/ChangeLog | 9 ++++++ media-tv/ivtv-ptune/Manifest | 3 ++ .../ivtv-ptune/files/digest-ivtv-ptune-0.2.0_rc1 | 1 + media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc1.ebuild | 34 ++++++++++++++++++++++ media-tv/ivtv-ptune/metadata.xml | 15 ++++++++++ 5 files changed, 62 insertions(+) create mode 100644 media-tv/ivtv-ptune/ChangeLog create mode 100644 media-tv/ivtv-ptune/Manifest create mode 100644 media-tv/ivtv-ptune/files/digest-ivtv-ptune-0.2.0_rc1 create mode 100644 media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc1.ebuild create mode 100644 media-tv/ivtv-ptune/metadata.xml (limited to 'media-tv/ivtv-ptune') 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; +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 @@ + + + + + media-tv + + iggy@gentoo.org + Brian Jackson + Actively maintained + + + Driver for ivtv based tv tuner cards, currently supports Hauppauge + PVR-[23]50 cards + + -- cgit v1.2.3-65-gdbad