diff options
author | Brian Jackson <iggy@gentoo.org> | 2004-10-26 20:30:39 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2004-10-26 20:30:39 +0000 |
commit | 529a29f5a2a8781d876f4e4bc882abfa5fd3f2f4 (patch) | |
tree | 9395859cfdf4e45380eb1d85d2cc372ac3c4b740 /media-tv | |
parent | Marked ~amd64 for bug 69062. (diff) | |
download | historical-529a29f5a2a8781d876f4e4bc882abfa5fd3f2f4.tar.gz historical-529a29f5a2a8781d876f4e4bc882abfa5fd3f2f4.tar.bz2 historical-529a29f5a2a8781d876f4e4bc882abfa5fd3f2f4.zip |
a couple of fixes, bugs 68228 68229
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/ivtv-ptune/ChangeLog | 5 | ||||
-rw-r--r-- | media-tv/ivtv-ptune/Manifest | 10 | ||||
-rw-r--r-- | media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc1.ebuild | 7 |
3 files changed, 13 insertions, 9 deletions
diff --git a/media-tv/ivtv-ptune/ChangeLog b/media-tv/ivtv-ptune/ChangeLog index 907496ead1f2..34fd98bbc2f8 100644 --- a/media-tv/ivtv-ptune/ChangeLog +++ b/media-tv/ivtv-ptune/ChangeLog @@ -1,6 +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.2 2004/10/15 22:55:41 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-ptune/ChangeLog,v 1.3 2004/10/26 20:30:39 iggy Exp $ + + 26 Oct 2004; <iggy@gentoo.org> ivtv-ptune-0.2.0_rc1.ebuild: + a couple of fixes, bugs 68228 68229 15 Oct 2004; <iggy@gentoo.org> ivtv-ptune-0.2.0_rc1.ebuild: add one file that the ivtv ebuild doesn't install diff --git a/media-tv/ivtv-ptune/Manifest b/media-tv/ivtv-ptune/Manifest index ca85e3ec9c65..d33de0de5fb0 100644 --- a/media-tv/ivtv-ptune/Manifest +++ b/media-tv/ivtv-ptune/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 48c81afebcbccb4d858785e6c2c316d8 ivtv-ptune-0.2.0_rc1.ebuild 768 -MD5 86d870faad9dc08ac7503b550fbf8da1 ChangeLog 474 +MD5 a209938da0fc6a524f6b7c65b2ffa6fd ivtv-ptune-0.2.0_rc1.ebuild 803 +MD5 386b810240224ae9292d0faf4367808c ChangeLog 575 MD5 212f198236ed9fef7b10b46f8cb80c63 metadata.xml 446 MD5 f741df968e038a530011b187a7a7aa5c files/digest-ivtv-ptune-0.2.0_rc1 64 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBcFVsMSkoRwEucGERAogmAJ9KfZ7HrQuefvPUWqzXmu6N4+gJGwCgwIDn -4qNEYagsz2N4WHdKnYfD7H4= -=gzDj +iD8DBQFBfrQaMSkoRwEucGERAhcKAKDQLtH8cVzwEguydTow5Vj+6hjN9gCdFKNt +BbwchNmB7ycP/Fra/8itQUE= +=s9si -----END PGP SIGNATURE----- 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 index c4dc147b180f..171a71198f85 100644 --- a/media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc1.ebuild +++ b/media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc1.ebuild @@ -1,6 +1,6 @@ # 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.2 2004/10/15 22:55:41 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc1.ebuild,v 1.3 2004/10/26 20:30:39 iggy Exp $ DESCRIPTION="ivtv tuner perl scripts" HOMEPAGE="http://ivtv.sourceforge.net" @@ -9,7 +9,7 @@ HOMEPAGE="http://ivtv.sourceforge.net" MY_Pt="${P/-ptune/}c" MY_P="${MY_Pt/_/-}" -SRC_URI="http://67.18.1.101/~ckennedy/ivtv/${MY_P}.tgz" +SRC_URI="http://67.18.1.101/~ckennedy/ivtv/${MY_P/1c/}/${MY_P}.tgz" SLOT="0" LICENSE="GPL-2" @@ -20,6 +20,7 @@ DEPEND="media-tv/ivtv dev-perl/Video-Frequencies dev-perl/Video-ivtv dev-perl/Getopt-Long + dev-perl/Config-IniFiles X? ( dev-perl/perl-tk )" src_compile() { @@ -27,7 +28,7 @@ src_compile() { } src_install() { - cd ${WORKDIR}/${P}-${PR}/utils + cd ${WORKDIR}/${MY_P}/utils dobin ptune.pl ptune-ui.pl record-v4l2.pl newdoc README README.utils dodoc README.ptune |