summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2008-01-15 20:51:19 +0000
committerSteve Dibb <beandog@gentoo.org>2008-01-15 20:51:19 +0000
commite21f049d455bf43e1463301bf942f71863836df4 (patch)
treea0b82f01ed03b1a01c59f63dbc3bc31e5f199528 /media-tv
parentVersion bump, bug #185634. Build from source, most bundled deps removed, few ... (diff)
downloadgentoo-2-e21f049d455bf43e1463301bf942f71863836df4.tar.gz
gentoo-2-e21f049d455bf43e1463301bf942f71863836df4.tar.bz2
gentoo-2-e21f049d455bf43e1463301bf942f71863836df4.zip
Add ivtv configuration flag
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/mythtv/ChangeLog5
-rw-r--r--media-tv/mythtv/mythtv-0.21_pre15447.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog
index e7fe746270b0..67ca7881723f 100644
--- a/media-tv/mythtv/ChangeLog
+++ b/media-tv/mythtv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-tv/mythtv
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.202 2008/01/15 15:51:01 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.203 2008/01/15 20:51:19 beandog Exp $
+
+ 15 Jan 2008; Steve Dibb <beandog@gentoo.org> mythtv-0.21_pre15447.ebuild:
+ Add ivtv configuration flag
*mythtv-0.21_pre15447 (15 Jan 2008)
diff --git a/media-tv/mythtv/mythtv-0.21_pre15447.ebuild b/media-tv/mythtv/mythtv-0.21_pre15447.ebuild
index 9c2a9b6bb60a..4e77f0afee9e 100644
--- a/media-tv/mythtv/mythtv-0.21_pre15447.ebuild
+++ b/media-tv/mythtv/mythtv-0.21_pre15447.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15447.ebuild,v 1.1 2008/01/15 15:51:01 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15447.ebuild,v 1.2 2008/01/15 20:51:19 beandog Exp $
inherit flag-o-matic multilib eutils qt3 mythtv subversion toolchain-funcs
@@ -121,6 +121,7 @@ src_compile() {
use dbox2 || myconf="${myconf} --disable-dbox2"
use hdhomerun || myconf="${myconf} --disable-hdhomerun"
use altivec || myconf="${myconf} --disable-altivec"
+ use ivtv || myconf="${myconf} --disable-ivtv"
use xvmc && myconf="${myconf} --enable-xvmc"
use xvmc && use video_cards_via && myconf="${myconf} --enable-xvmc-pro"
use xvmc && ! use video_cards_nvidia && myconf="${myconf} --disable-xvmc-opengl"