diff options
author | Brian Jackson <iggy@gentoo.org> | 2004-03-09 20:20:47 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2004-03-09 20:20:47 +0000 |
commit | afebc9d1558258aca420d63e8a6c6deb66935adf (patch) | |
tree | 1b6a9e838f393eba8437d7f21ee2e18bba182a7f /media-tv | |
parent | Manifest fix (diff) | |
download | historical-afebc9d1558258aca420d63e8a6c6deb66935adf.tar.gz historical-afebc9d1558258aca420d63e8a6c6deb66935adf.tar.bz2 historical-afebc9d1558258aca420d63e8a6c6deb66935adf.zip |
install a few other things, and change an include in the radio application
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/ivtv/ChangeLog | 5 | ||||
-rw-r--r-- | media-tv/ivtv/Manifest | 4 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-0.1.9-r1.ebuild | 9 |
3 files changed, 12 insertions, 6 deletions
diff --git a/media-tv/ivtv/ChangeLog b/media-tv/ivtv/ChangeLog index 56deab6d182c..d8d74b49cb8b 100644 --- a/media-tv/ivtv/ChangeLog +++ b/media-tv/ivtv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-tv/ivtv # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.1 2004/03/08 05:09:02 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.2 2004/03/09 20:20:47 iggy Exp $ + + 09 Mar 2004; Brian Jackson <iggy@gentoo.org> ivtv-0.1.9-r1.ebuild: + install a few other things, and change an include in the radio application *ivtv-0.1.9-r1 (07 Mar 2004) diff --git a/media-tv/ivtv/Manifest b/media-tv/ivtv/Manifest index 4227c2971d86..30395f3166e2 100644 --- a/media-tv/ivtv/Manifest +++ b/media-tv/ivtv/Manifest @@ -1,3 +1,3 @@ -MD5 aafed06d0ff784ab745b1500afa42f60 ivtv-0.1.9-r1.ebuild 3024 -MD5 df3c7d052481f09c0f9c5df766dafd4f ChangeLog 402 +MD5 59f4f81f78febd0bf240cd70e56da9ae ivtv-0.1.9-r1.ebuild 3259 +MD5 79f610cc9f6dc66caefe9f1045c32fa7 ChangeLog 549 MD5 5f8ee4e434626f37d191131c01e61bf2 files/digest-ivtv-0.1.9-r1 191 diff --git a/media-tv/ivtv/ivtv-0.1.9-r1.ebuild b/media-tv/ivtv/ivtv-0.1.9-r1.ebuild index c90cffe4e173..e76cd3ed279b 100644 --- a/media-tv/ivtv/ivtv-0.1.9-r1.ebuild +++ b/media-tv/ivtv/ivtv-0.1.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.1.9-r1.ebuild,v 1.1 2004/03/08 05:09:02 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.1.9-r1.ebuild,v 1.2 2004/03/09 20:20:47 iggy Exp $ # TODO # the "Gentoo way" is to use /usr/src/linux, not the running kernel @@ -32,6 +32,7 @@ src_unpack() { cd ${WORKDIR}/ivtv epatch ${DISTDIR}/${PF}.patch || die "${PF} patch failed" + sed -i -e 's:include <linux/videodev2.h>:include "videodev2.h":' utils/radio.c } src_compile() { @@ -62,9 +63,10 @@ src_install() { dodoc README doc/* cd ${WORKDIR}/ivtv/utils - dobin test_ioctl ivtvfbctl ivtvplay ptune-ui.pl ptune.pl record-v4l2.pl + dobin test_ioctl ivtvfbctl ivtvplay ptune-ui.pl ptune.pl record-v4l2.pl radio newdoc README README.utils - dodoc README.mythtv-ivtv README.ptune + dodoc README.mythtv-ivtv README.ptune README.radio README.vbi + dodoc lircd-g.conf lircd.conf lircrc cd ${WORKDIR}/ivtv/driver make DESTDIR=${D} install || die "installation of driver failed" @@ -102,4 +104,5 @@ pkg_postinst() { einfo "LIRC_OPTS=\"--with-x --with-driver=hauppauge --with-major=61" einfo " --with-port=none --with-irq=none\"" einfo "see http://ivtv.sourceforge.net for more info" + einfo "to use vbi, you'll need a few other things, check README.vbi in the docs dir" } |