summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-02-28 08:53:26 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-02-28 08:53:26 +0000
commit41fd5e384bef7817181abdf7fa8132e5ad3e5325 (patch)
treeccba49fc5e2441f08fe1eeb971a24d53fffd7b1f /media-tv/mythtv
parentVersion bump. (diff)
downloadhistorical-41fd5e384bef7817181abdf7fa8132e5ad3e5325.tar.gz
historical-41fd5e384bef7817181abdf7fa8132e5ad3e5325.tar.bz2
historical-41fd5e384bef7817181abdf7fa8132e5ad3e5325.zip
add some notices to ieee1394 and cle266 USE flags
Package-Manager: portage-2.0.51.17 ciarnam smells like cheese version
Diffstat (limited to 'media-tv/mythtv')
-rw-r--r--media-tv/mythtv/ChangeLog5
-rw-r--r--media-tv/mythtv/Manifest10
-rw-r--r--media-tv/mythtv/mythtv-0.17.ebuild17
3 files changed, 25 insertions, 7 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/Manifest b/media-tv/mythtv/Manifest
index ecb89bc86322..12f0b769084b 100644
--- a/media-tv/mythtv/Manifest
+++ b/media-tv/mythtv/Manifest
@@ -1,10 +1,10 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 9dff9fe60406957d467e1f88c3227f0d mythtv-0.17.ebuild 6098
+MD5 e076ea7d9fbccd39897da3d17e1628c9 mythtv-0.17.ebuild 6821
MD5 f5e313e37938a6988e60395716056801 mythtv-0.16.ebuild 5794
MD5 f62db0df6ee8ee1d4fe7b9c3d74432a7 metadata.xml 222
-MD5 d526c118e4aa608097e23c74a06a64ec ChangeLog 8903
+MD5 2d8c49d462dac43da562be317c77302c ChangeLog 9031
MD5 42fa0fc7989526cab3de95cd34b7b931 files/mythbackend.rc6 1680
MD5 b3a4780890d53640604812b8069a8297 files/mythfilldatabase.cron 74
MD5 f61ed76cd0d4dab547459acb1ee99882 files/mythbackend.conf 902
@@ -14,7 +14,7 @@ MD5 8d46f5508de5d412db9e4a757db00e26 files/mythtv-0.16-cx88.patch 674
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
-iD8DBQFCDjcj5+pdB4IBr0URAunyAJ9gBfx+iwZw76gwD+i6D/AB/biYNACfX0KV
-fDT0elpbizWeFv0NDNOGUZ8=
-=vRwQ
+iD8DBQFCItwO5+pdB4IBr0URAl2IAKC26lcDSFJAYIwwseI1Owb7zHgkyQCfUgk3
+SmFlUCxKJpaPJcXJXZocWOI=
+=c5XV
-----END PGP SIGNATURE-----
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