diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-02-28 08:53:26 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-02-28 08:53:26 +0000 |
commit | 28c4e65bd4d4af80cfe792ed3fa70359544a0ec2 (patch) | |
tree | 49fa75b3ae09c071d4ab188b7c24177b868bb4ac /media-tv | |
parent | Version bump. (diff) | |
download | gentoo-2-28c4e65bd4d4af80cfe792ed3fa70359544a0ec2.tar.gz gentoo-2-28c4e65bd4d4af80cfe792ed3fa70359544a0ec2.tar.bz2 gentoo-2-28c4e65bd4d4af80cfe792ed3fa70359544a0ec2.zip |
add some notices to ieee1394 and cle266 USE flags
(Portage version: 2.0.51.17 ciarnam smells like cheese version)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 5 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.17.ebuild | 17 |
2 files changed, 20 insertions, 2 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index 9992f91b49a3..2eafe490f53a 100644 --- a/media-tv/mythtv/ChangeLog +++ b/media-tv/mythtv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-tv/mythtv # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.44 2005/02/12 17:04:26 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.45 2005/02/28 08:53:26 cardoe Exp $ + + 28 Feb 2005; Doug Goldstein <cardoe@gentoo.org> mythtv-0.17.ebuild: + added some notices about ieee1394 and cle266 USE flags 12 Feb 2005; Doug Goldstein <cardoe@gentoo.org> mythtv-0.17.ebuild: filter some more problematic CFLAGS diff --git a/media-tv/mythtv/mythtv-0.17.ebuild b/media-tv/mythtv/mythtv-0.17.ebuild index a30bf00ffb58..57441907200f 100644 --- a/media-tv/mythtv/mythtv-0.17.ebuild +++ b/media-tv/mythtv/mythtv-0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.17.ebuild,v 1.4 2005/02/12 17:04:26 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.17.ebuild,v 1.5 2005/02/28 08:53:26 cardoe Exp $ inherit myth flag-o-matic eutils @@ -134,6 +134,21 @@ setup_pro() { } src_unpack() { + + if use cle266; then + ewarn "If you have a VIA ITX board with XvMC VLD on it... you need to pull the sources for this stuff yourself" + ewarn "and install it yourself before continuing. It is currently not packaged up and requires drm patches to Xorg" + ewarn "these patches are not in the xorg-x11. http://bugs.gentoo.org/show_bug.cgi?id=82125" + sleep 5 + fi + + if use ieee1394; then + ewarn "The required libraries to use firewire support are only available via Subversion. They are not stable enough to" + ewarn "be packaged up in Portage. This is only here as a courtesy for users that use it and have installed the libraries" + ewarn "themselves manually. http://bugs.gentoo.org/show_bug.cgi?id=81767" + sleep 5 + fi + # Fix bugs 40964 and 42943. filter-flags -fforce-addr -fPIC |