summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Jackson <iggy@gentoo.org>2005-04-27 21:29:36 +0000
committerBrian Jackson <iggy@gentoo.org>2005-04-27 21:29:36 +0000
commit3a559e9f9fa14426a1aae8a9cc5c0eea4651e134 (patch)
treea66af1032974dd4956039ccc848f8ac4642df087 /media-tv/ivtv
parentdep tuning. (diff)
downloadhistorical-3a559e9f9fa14426a1aae8a9cc5c0eea4651e134.tar.gz
historical-3a559e9f9fa14426a1aae8a9cc5c0eea4651e134.tar.bz2
historical-3a559e9f9fa14426a1aae8a9cc5c0eea4651e134.zip
a few fixes from bug #90535, thanks to Andreas Weder <andreas.wederAThispeed.ch>
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'media-tv/ivtv')
-rw-r--r--media-tv/ivtv/ChangeLog6
-rw-r--r--media-tv/ivtv/Manifest4
-rw-r--r--media-tv/ivtv/ivtv-0.2.0_rc3-r4.ebuild23
3 files changed, 26 insertions, 7 deletions
diff --git a/media-tv/ivtv/ChangeLog b/media-tv/ivtv/ChangeLog
index 40717d8a7cd0..79242ae7dab7 100644
--- a/media-tv/ivtv/ChangeLog
+++ b/media-tv/ivtv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/ivtv
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.24 2005/04/26 23:32:20 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.25 2005/04/27 21:29:36 iggy Exp $
+
+ 27 Apr 2005; Brian Jackson <iggy@gentoo.org> ivtv-0.2.0_rc3-r4.ebuild:
+ a few fixes from bug #90535, thanks to Andreas Weder
+ <andreas.wederAThispeed.ch>
*ivtv-0.2.0_rc3-r4 (26 Apr 2005)
diff --git a/media-tv/ivtv/Manifest b/media-tv/ivtv/Manifest
index 4b4046ee4773..2a2e18e8c452 100644
--- a/media-tv/ivtv/Manifest
+++ b/media-tv/ivtv/Manifest
@@ -1,9 +1,9 @@
MD5 c1070d89cfbf47d91e5cb4fca07f10e6 ivtv-0.2.0_rc3-r3.ebuild 3050
MD5 3478ada446b86ea433b13c9ae7163607 ivtv-0.2.0_rc2.ebuild 3655
MD5 e3054c36ac41502ac2502af8511ad8f4 ivtv-0.2.0_rc3-r2.ebuild 2830
-MD5 7e6b145896edaeb1ad9c567d9dc88e1f ivtv-0.2.0_rc3-r4.ebuild 3314
+MD5 373e45eda85ba28bdc65b95136beddab ivtv-0.2.0_rc3-r4.ebuild 3955
MD5 fe955abf36e3c4816288e3b7b8fedc46 ivtv-0.2.0_rc3.ebuild 3698
-MD5 6f9ad1025ea372dfc4c88e1be5478399 ChangeLog 3440
+MD5 ecb1f681f2acf409892be2449d22d144 ChangeLog 3599
MD5 71007461e2e10f367a6a8f7a0b0d7d6a metadata.xml 465
MD5 f58ee9b309859204cc863b08568d4e24 files/digest-ivtv-0.2.0_rc2 127
MD5 8af31e29d594effa9af1bf2f135b7536 files/digest-ivtv-0.2.0_rc3 133
diff --git a/media-tv/ivtv/ivtv-0.2.0_rc3-r4.ebuild b/media-tv/ivtv/ivtv-0.2.0_rc3-r4.ebuild
index a1a39600a387..191a0e0da0d7 100644
--- a/media-tv/ivtv/ivtv-0.2.0_rc3-r4.ebuild
+++ b/media-tv/ivtv/ivtv-0.2.0_rc3-r4.ebuild
@@ -1,16 +1,19 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.2.0_rc3-r4.ebuild,v 1.1 2005/04/26 23:32:20 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.2.0_rc3-r4.ebuild,v 1.2 2005/04/27 21:29:36 iggy Exp $
+
+# TODO: make this thing 0.3.x friendly so people will stop asking me to put 0.3 in portage
inherit eutils linux-mod
DESCRIPTION="ivtv driver for Hauppauge PVR[23]50 cards"
-HOMEPAGE="http://205.209.168.201/~ckennedy/ivtv/"
+HOMEPAGE="http://ivtv.writeme.ch"
MY_P="${P/_/-}j"
FW_VER="pvr_1.18.21.22168_inf.zip"
SRC_URI="http://www.ivtv.tv/releases/ivtv-0.2/${MY_P}.tgz
+ http://www.ivtv.tv/releases/ivtv-0.2/ivtv-0.2.0-rc/${MY_P}.tgz
ftp://ftp.shspvr.com/download/wintv-pvr_250-350/inf/${FW_VER}"
RESTRICT="nomirror"
@@ -89,7 +92,19 @@ pkg_postinst() {
linux-mod_pkg_postinst
einfo "You now have the driver for the Hauppauge PVR-[23]50 cards."
- einfo "Add ivtv to /etc/modules.autoload.d/kernel-2.X"
+ echo
+ einfo "In general, the following instructions suffice to conclude the"
+ einfo "installation. For more detailed instructions, please refer to the"
+ einfo "ivtv wiki listed as the home page of this ebuild."
+ echo
+ einfo "1) Ignore the above commands, only add 'ivtv' to /etc/modules.autoload.d/kernel-2.X"
+ echo
+ einfo "2) Also add a files called 'ivtv' to /etc/modules.d which contains"
+ einfo " the two lines:"
+ einfo " alias char-major-81 videodev"
+ einfo " alias char-major-81-0 ivtv"
+ echo
+ einfo "3) Then perform a 'update-modules'."
echo
einfo "To get the ir remote working, you'll need to emerge lirc"
einfo "with the following set:"
@@ -106,6 +121,6 @@ pkg_postinst() {
if [ -f "${ROOT}/lib/modules/${KV_FULL}/kernel/drivers/media/video/msp3400.ko" ] ; then
ewarn "You have the msp3400 module that comes with the kernel. It isn't compatible"
- ewarn "with ivtv. You need to back it up to somewhere else, then run update-modules"
+ ewarn "with ivtv. You need to back it up to somewhere else, then run 'update-modules'"
fi
}