diff options
author | 2007-04-27 01:40:44 +0000 | |
---|---|---|
committer | 2007-04-27 01:40:44 +0000 | |
commit | c9cff1e4b336722579804daf31c06967dddd762e (patch) | |
tree | dfaa31037d5a35fef7b8642ad378a2ad656fbd42 | |
parent | amd64 stable (diff) | |
download | gentoo-2-c9cff1e4b336722579804daf31c06967dddd762e.tar.gz gentoo-2-c9cff1e4b336722579804daf31c06967dddd762e.tar.bz2 gentoo-2-c9cff1e4b336722579804daf31c06967dddd762e.zip |
Move the fbcon notes before the kernel module check
(Portage version: 2.1.2.4)
-rw-r--r-- | media-tv/ivtv/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-0.10.0-r1.ebuild | 43 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-0.10.1-r1.ebuild | 43 |
3 files changed, 49 insertions, 43 deletions
diff --git a/media-tv/ivtv/ChangeLog b/media-tv/ivtv/ChangeLog index 8f8e8bc74aba..f3073aee9d07 100644 --- a/media-tv/ivtv/ChangeLog +++ b/media-tv/ivtv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/ivtv # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.77 2007/04/16 14:04:08 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.78 2007/04/27 01:40:44 beandog Exp $ + + 27 Apr 2007; Steve Dibb <beandog@gentoo.org> ivtv-0.10.0-r1.ebuild, + ivtv-0.10.1-r1.ebuild: + Move the fbcon notes before the kernel module check 16 Apr 2007; Doug Goldstein <cardoe@gentoo.org> ivtv-0.4.5.ebuild, ivtv-0.4.7.ebuild, ivtv-0.4.8.ebuild, ivtv-0.4.9.ebuild, diff --git a/media-tv/ivtv/ivtv-0.10.0-r1.ebuild b/media-tv/ivtv/ivtv-0.10.0-r1.ebuild index 248e28c1ad4f..810624274e2e 100644 --- a/media-tv/ivtv/ivtv-0.10.0-r1.ebuild +++ b/media-tv/ivtv/ivtv-0.10.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.10.0-r1.ebuild,v 1.1 2007/03/10 23:13:52 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.10.0-r1.ebuild,v 1.2 2007/04/27 01:40:44 beandog Exp $ inherit eutils linux-mod @@ -60,6 +60,27 @@ pkg_setup() { epause 5 fi + if use fbcon; then + ewarn "" + ewarn "From the README regarding framebuffer support:" + ewarn "" + ewarn "ivtv-fb now requires that you enable the following kernel config" + ewarn "options: Go to 'Device drivers -> Graphics support'. Enable" + ewarn "'Support for frame buffer devices'. Enable 'Trident support'" + ewarn "(the Trident module itself is not required)." + ewarn "" + ewarn "To get working console output, keep going to 'Console display" + ewarn "driver support', and enable 'Framebuffer Console support'." + ewarn "Enable 'Select compiled-in fonts' & once that's done, you should" + ewarn "have a list of fonts. Choose one. With the default OSD size," + ewarn "'VGA 8x16' gives 80x30(PAL) 80x25(NTSC)." + ewarn "" + ewarn "This ebuild checks for all the correct kernel config options for" + ewarn "framebuffer use with the exception of choosing a font. Be sure" + ewarn "to pick one yourself!" + ewarn "" + fi + linux-mod_pkg_setup BUILD_PARAMS="KDIR=${KV_DIR}" @@ -115,26 +136,6 @@ pkg_postinst() { elog "Gotview PCI DVD2 Deluxe" elog "Yuan MPC622" elog "" - if use fbcon; then - ewarn "" - ewarn "From the README regarding framebuffer support:" - ewarn "" - ewarn "ivtv-fb now requires that you enable the following kernel config" - ewarn "options: Go to 'Device drivers -> Graphics support'. Enable" - ewarn "'Support for frame buffer devices'. Enable 'Trident support'" - ewarn "(the Trident module itself is not required)." - ewarn "" - ewarn "To get working console output, keep going to 'Console display" - ewarn "driver support', and enable 'Framebuffer Console support'." - ewarn "Enable 'Select compiled-in fonts' & once that's done, you should" - ewarn "have a list of fonts. Choose one. With the default OSD size," - ewarn "'VGA 8x16' gives 80x30(PAL) 80x25(NTSC)." - ewarn "" - ewarn "This ebuild checks for all the correct kernel config options for" - ewarn "framebuffer use with the exception of choosing a font. Be sure" - ewarn "to pick one yourself!" - ewarn "" - fi ewarn "" ewarn "IMPORTANT: In case of problems first read this page:" ewarn "http://www.ivtvdriver.org/index.php/Troubleshooting" diff --git a/media-tv/ivtv/ivtv-0.10.1-r1.ebuild b/media-tv/ivtv/ivtv-0.10.1-r1.ebuild index 919fc49657aa..fc15f3ea0034 100644 --- a/media-tv/ivtv/ivtv-0.10.1-r1.ebuild +++ b/media-tv/ivtv/ivtv-0.10.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.10.1-r1.ebuild,v 1.1 2007/03/10 23:13:52 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.10.1-r1.ebuild,v 1.2 2007/04/27 01:40:44 beandog Exp $ inherit eutils linux-mod @@ -60,6 +60,27 @@ pkg_setup() { epause 5 fi + if use fbcon; then + ewarn "" + ewarn "From the README regarding framebuffer support:" + ewarn "" + ewarn "ivtv-fb now requires that you enable the following kernel config" + ewarn "options: Go to 'Device drivers -> Graphics support'. Enable" + ewarn "'Support for frame buffer devices'. Enable 'Trident support'" + ewarn "(the Trident module itself is not required)." + ewarn "" + ewarn "To get working console output, keep going to 'Console display" + ewarn "driver support', and enable 'Framebuffer Console support'." + ewarn "Enable 'Select compiled-in fonts' & once that's done, you should" + ewarn "have a list of fonts. Choose one. With the default OSD size," + ewarn "'VGA 8x16' gives 80x30(PAL) 80x25(NTSC)." + ewarn "" + ewarn "This ebuild checks for all the correct kernel config options for" + ewarn "framebuffer use with the exception of choosing a font. Be sure" + ewarn "to pick one yourself!" + ewarn "" + fi + linux-mod_pkg_setup BUILD_PARAMS="KDIR=${KV_DIR}" @@ -115,26 +136,6 @@ pkg_postinst() { elog "Gotview PCI DVD2 Deluxe" elog "Yuan MPC622" elog "" - if use fbcon; then - ewarn "" - ewarn "From the README regarding framebuffer support:" - ewarn "" - ewarn "ivtv-fb now requires that you enable the following kernel config" - ewarn "options: Go to 'Device drivers -> Graphics support'. Enable" - ewarn "'Support for frame buffer devices'. Enable 'Trident support'" - ewarn "(the Trident module itself is not required)." - ewarn "" - ewarn "To get working console output, keep going to 'Console display" - ewarn "driver support', and enable 'Framebuffer Console support'." - ewarn "Enable 'Select compiled-in fonts' & once that's done, you should" - ewarn "have a list of fonts. Choose one. With the default OSD size," - ewarn "'VGA 8x16' gives 80x30(PAL) 80x25(NTSC)." - ewarn "" - ewarn "This ebuild checks for all the correct kernel config options for" - ewarn "framebuffer use with the exception of choosing a font. Be sure" - ewarn "to pick one yourself!" - ewarn "" - fi ewarn "" ewarn "IMPORTANT: In case of problems first read this page:" ewarn "http://www.ivtvdriver.org/index.php/Troubleshooting" |