diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-03-02 21:50:52 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-03-02 21:50:52 +0000 |
commit | ad8201a59f9c4acfd026d7dfcd16e2dd782ae4c6 (patch) | |
tree | 16435e7a43b6852cea193b879da4cd193a4617ad /media-tv/ivtv-utils | |
parent | Filter out -Werror from compiler flags. Reported by Diego Pettenò <flameeyes... (diff) | |
download | historical-ad8201a59f9c4acfd026d7dfcd16e2dd782ae4c6.tar.gz historical-ad8201a59f9c4acfd026d7dfcd16e2dd782ae4c6.tar.bz2 historical-ad8201a59f9c4acfd026d7dfcd16e2dd782ae4c6.zip |
remove old
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'media-tv/ivtv-utils')
-rw-r--r-- | media-tv/ivtv-utils/Manifest | 11 | ||||
-rw-r--r-- | media-tv/ivtv-utils/ivtv-utils-1.3.0.ebuild | 109 |
2 files changed, 0 insertions, 120 deletions
diff --git a/media-tv/ivtv-utils/Manifest b/media-tv/ivtv-utils/Manifest index b8f631ea162e..4bdf372b1aab 100644 --- a/media-tv/ivtv-utils/Manifest +++ b/media-tv/ivtv-utils/Manifest @@ -1,16 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - AUX ivtv-utils-1.3.0-2.6.27.patch 5014 RMD160 7a1e3982cab722ac8858ec4989d2e1fd6f3d3081 SHA1 c5e6ca21d3578dfa708ff33f125f6c331fee3185 SHA256 b08e9449c67c279a30e324d435d421ff748109af909bb39dc8549784784ebcfb DIST ivtv-utils-1.3.0.tar.gz 173745 RMD160 b42572277babd840868adb641d8434b180d43315 SHA1 bc4d7003ce9fb75ee137e8f79c880e4fb45d1137 SHA256 66daf16ae2f124e31131451e52295072c2615d9931a95f7eccee58c5351af498 EBUILD ivtv-utils-1.3.0-r1.ebuild 3463 RMD160 7e34bb87cc252610de6a826b5b1382049605d768 SHA1 5faffa91ef4590b86b40c3eb9abbd6b3104ba3a6 SHA256 e83eadafa37545b62809dcf89ae4d5e82336657bb7afd433f9f76b943be18d06 -EBUILD ivtv-utils-1.3.0.ebuild 3373 RMD160 576f2df660b9b6ac872c25cf52c37891f351596a SHA1 6b068ff046ef2ac5d501f3ff51ae9ddba93853ea SHA256 8e8e24eb3a5854f3d4901381d919c40243922701748763cda41a33e7dd490360 MISC ChangeLog 840 RMD160 df059f2a430510a4cfbc8c07e0d2ba86ffb2738f SHA1 1e77c481c6da2e16c08eac61129ec73cbe46ccd6 SHA256 7f56b8d82fef774f0c925f12ec58ad33d9c01e4fcb490270fcb79c4823ee8320 MISC metadata.xml 494 RMD160 a8c45c9e2ad783198d04b68c755398d915270499 SHA1 1a04f1e7b3be80d5a875559fddbc5b681ba9254b SHA256 99e7a214b2abd11188552236eb67309ccde04d0a66209ed0fd48589eed258bb4 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.9 (GNU/Linux) - -iEYEARECAAYFAkmAxb0ACgkQwnQyISwouHxniACeIWmCa74L1pv7RFFR3OwvKFHH -3bwAoJOBDmC5RpHjvsjmgwh+7aqK+w2y -=Fd1+ ------END PGP SIGNATURE----- diff --git a/media-tv/ivtv-utils/ivtv-utils-1.3.0.ebuild b/media-tv/ivtv-utils/ivtv-utils-1.3.0.ebuild deleted file mode 100644 index 543aa9414ffb..000000000000 --- a/media-tv/ivtv-utils/ivtv-utils-1.3.0.ebuild +++ /dev/null @@ -1,109 +0,0 @@ -# Copyright 1999-2009 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.3.0.ebuild,v 1.3 2009/01/28 20:51:56 truedfx Exp $ - -inherit eutils linux-mod - -DESCRIPTION="ivtv driver for Hauppauge PVR PCI cards" -HOMEPAGE="http://www.ivtvdriver.org" -SRC_URI="http://dl.ivtvdriver.org/ivtv/archive/1.3.x/${P}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="perl" -RDEPEND=">=sys-fs/udev-103 - !>=sys-kernel/linux-headers-2.6.27" -DEPEND="app-arch/unzip - !media-tv/ivtv" -PDEPEND=">=media-tv/ivtv-firmware-20070217 - perl? ( - dev-perl/Video-Frequencies - dev-perl/Video-ivtv - dev-perl/Config-IniFiles - virtual/perl-Getopt-Long - dev-perl/perl-tk )" - -pkg_setup() { - - MODULE_NAMES="saa717x(extra:${S}/i2c-drivers)" - BUILD_TARGETS="all" - CONFIG_CHECK="EXPERIMENTAL KMOD HAS_IOMEM FW_LOADER I2C I2C_ALGOBIT - VIDEO_DEV VIDEO_CAPTURE_DRIVERS VIDEO_V4L1 VIDEO_V4L2 - !VIDEO_HELPER_CHIPS_AUTO VIDEO_IVTV" - - if ! ( kernel_is ge 2 6 26 ); then - eerror "This package is only for the fully in-kernel" - eerror "IVTV driver shipping with kernel 2.6.26 and higher" - eerror "" - eerror "You will need to either:" - eerror "a) emerge a different kernel" - eerror "b) emerge ivtv" - eerror "" - eerror "See http://ivtvdriver.org/ for more information" - die "This only works on 2.6.26 and newer kernels" - fi - - ewarn "" - 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." - ewarn "" - - linux-mod_pkg_setup - - BUILD_PARAMS="KDIR=${KV_DIR}" -} - -src_compile() { - emake || die "failed to build" -} - -src_install() { - make DESTDIR="${D}" PREFIX="/usr" install || die "failed to install" - use perl && dobin perl/*.pl - - cd "${S}" - dodoc README doc/* ChangeLog - use perl && dodoc utils/perl/README.ptune -} - -pkg_postinst() { - elog "" - elog "This version of the IVTV utils supports the following hardware:" - elog "Hauppauge WinTV PVR-250" - elog "Hauppauge WinTV PVR-350" - elog "Hauppauge WinTV PVR-150" - elog "Hauppauge WinTV PVR-500" - elog "AVerMedia M179" - elog "Yuan MPG600/Kuroutoshikou iTVC16-STVLP" - elog "Yuan MPG160/Kuroutoshikou iTVC15-STVLP" - elog "Yuan PG600/DiamondMM PVR-550 (CX Falcon 2)" - elog "Adaptec AVC-2410" - elog "Adaptec AVC-2010" - elog "Nagase Transgear 5000TV" - elog "AOpen VA2000MAX-STN6" - elog "Yuan MPG600GR/Kuroutoshikou CX23416GYC-STVLP" - elog "I/O Data GV-MVP/RX" - elog "I/O Data GV-MVP/RX2E" - elog "Gotview PCI DVD (preliminary support only)" - elog "Gotview PCI DVD2 Deluxe" - elog "Yuan MPC622" - elog "" - ewarn "" - ewarn "IMPORTANT: In case of problems first read this page:" - ewarn "http://www.ivtvdriver.org/index.php/Troubleshooting" - ewarn "" - ewarn "If any of these conditions match your setup, you may want to look at the" - ewarn "README in /usr/share/doc/${PF}/" - 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 setup," - ewarn "proper use and debugging utilities." - ewarn "They are also located in /usr/share/doc/${PF}/" - ewarn "" - ewarn "For more information, see the IVTV driver homepage at:" - ewarn "http://www.ivtvdriver.org/" -} |