diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-17 09:38:40 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-17 09:38:40 +0000 |
commit | a0ee339569ab968ee81cb94bf1c3557d45e7b437 (patch) | |
tree | cce543956cf4820563eac7a109ae63373d33810b /media-tv/ivtv-utils | |
parent | amd64/x86 stable (diff) | |
download | gentoo-2-a0ee339569ab968ee81cb94bf1c3557d45e7b437.tar.gz gentoo-2-a0ee339569ab968ee81cb94bf1c3557d45e7b437.tar.bz2 gentoo-2-a0ee339569ab968ee81cb94bf1c3557d45e7b437.zip |
old
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'media-tv/ivtv-utils')
-rw-r--r-- | media-tv/ivtv-utils/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/ivtv-utils/ivtv-utils-1.4.0-r2.ebuild | 98 |
2 files changed, 5 insertions, 99 deletions
diff --git a/media-tv/ivtv-utils/ChangeLog b/media-tv/ivtv-utils/ChangeLog index ead7bb7da1f3..c7a68275749f 100644 --- a/media-tv/ivtv-utils/ChangeLog +++ b/media-tv/ivtv-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/ivtv-utils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-utils/ChangeLog,v 1.17 2012/04/17 09:37:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-utils/ChangeLog,v 1.18 2012/04/17 09:38:39 ssuominen Exp $ + + 17 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + -ivtv-utils-1.4.0-r2.ebuild: + old 17 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> ivtv-utils-1.4.1.ebuild: amd64/x86 stable diff --git a/media-tv/ivtv-utils/ivtv-utils-1.4.0-r2.ebuild b/media-tv/ivtv-utils/ivtv-utils-1.4.0-r2.ebuild deleted file mode 100644 index c46ae0622dc1..000000000000 --- a/media-tv/ivtv-utils/ivtv-utils-1.4.0-r2.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-utils/ivtv-utils-1.4.0-r2.ebuild,v 1.6 2011/06/26 15:19:25 lxnay Exp $ - -EAPI=2 - -inherit eutils linux-mod linux-info toolchain-funcs - -DESCRIPTION="IVTV utilities for Hauppauge PVR PCI cards" -HOMEPAGE="http://www.ivtvdriver.org" -SRC_URI="http://dl.ivtvdriver.org/ivtv/archive/1.4.x/${P}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc x86" -IUSE="perl" -RDEPEND=">=sys-fs/udev-103" -DEPEND="app-arch/unzip - >=sys-kernel/linux-headers-2.6.29 - !media-tv/ivtv" -PDEPEND="|| ( >=media-tv/ivtv-firmware-20070217 sys-kernel/linux-firmware ) - perl? ( - dev-perl/Video-Frequencies - dev-perl/Video-ivtv - dev-perl/Config-IniFiles - virtual/perl-Getopt-Long - dev-perl/perl-tk )" - -pkg_setup() { - linux-info_pkg_setup - - ### Commented out following line because it causes failure and because the module should already be in the kernel - # MODULE_NAMES="saa717x(extra:${S}/i2c-drivers)" - BUILD_TARGETS="all" - CONFIG_CHECK="~EXPERIMENTAL ~MODULES ~HAS_IOMEM ~FW_LOADER ~I2C ~I2C_ALGOBIT - ~VIDEO_DEV ~VIDEO_CAPTURE_DRIVERS ~VIDEO_V4L1 ~VIDEO_V4L2 ~VIDEO_IVTV" - - if ! ( kernel_is ge 2 6 29 ); then - eerror "This package is only for the fully in-kernel" - eerror "IVTV driver shipping with kernel 2.6.29 or newer" - eerror "" - eerror "You will need to either:" - eerror "a) emerge a 2.6.29 or newer kernel" - eerror "b) emerge media-tv/ivtv or media-tv/ivtv-utils for" - eerror "your kernel" - eerror "" - eerror "See http://ivtvdriver.org/ for more information" - die "This only works on 2.6.29 or newer kernels" - fi - - ewarn "Make sure that your I2C and V4L kernel drivers are loaded as" - ewarn "modules, and not compiled into the kernel, or IVTV will not" - ewarn "work." - - linux-mod_pkg_setup - - BUILD_PARAMS="KDIR=${KV_DIR}" -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch -} - -src_compile() { - tc-export CC CXX - emake || die -} - -src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install || die "failed to install" - dodoc README doc/* ChangeLog || die - if use perl; then - dobin utils/perl/*.pl || die - dodoc utils/perl/README.ptune || die - fi -} - -pkg_postinst() { - linux-mod_pkg_postinst - - elog "" - elog "This version of the IVTV utils supports hardware listed at:" - elog "http://www.ivtvdriver.org/index.php/Supported_hardware" - ewarn "" - ewarn "IMPORTANT: In case of problems first read the following:" - ewarn "http://www.ivtvdriver.org/index.php/Troubleshooting" - ewarn "/usr/share/doc/${PF}/README.*" - ewarn "" - ewarn " - Using MythTV, a PVR-350 and the ivtvfb module" - ewarn " - Using the ivtv X driver and the ivtvfb module" - ewarn " - You want to manually build ivtv against v4l-dvb" - ewarn "" - ewarn "Also, the ivtv package comes with lots of documentation regarding " - ewarn "setup, proper use and debugging utilities." - ewarn "They are also located in /usr/share/doc/${PF}/" - ewarn "" - elog "For more information, see the IVTV driver homepage at:" - elog "http://www.ivtvdriver.org/" -} |