Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.21_pre15447.ebuild
Date: Tue, 15 Jan 2008 20:51:23
Message-Id: E1JEskh-0003bK-Mi@stork.gentoo.org
1 beandog 08/01/15 20:51:19
2
3 Modified: ChangeLog mythtv-0.21_pre15447.ebuild
4 Log:
5 Add ivtv configuration flag
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.203 media-tv/mythtv/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.203&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.203&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.202&r2=1.203
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
18 retrieving revision 1.202
19 retrieving revision 1.203
20 diff -u -r1.202 -r1.203
21 --- ChangeLog 15 Jan 2008 15:51:01 -0000 1.202
22 +++ ChangeLog 15 Jan 2008 20:51:19 -0000 1.203
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-tv/mythtv
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.202 2008/01/15 15:51:01 cardoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.203 2008/01/15 20:51:19 beandog Exp $
28 +
29 + 15 Jan 2008; Steve Dibb <beandog@g.o> mythtv-0.21_pre15447.ebuild:
30 + Add ivtv configuration flag
31
32 *mythtv-0.21_pre15447 (15 Jan 2008)
33
34
35
36
37 1.2 media-tv/mythtv/mythtv-0.21_pre15447.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15447.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15447.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15447.ebuild?r1=1.1&r2=1.2
42
43 Index: mythtv-0.21_pre15447.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15447.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- mythtv-0.21_pre15447.ebuild 15 Jan 2008 15:51:01 -0000 1.1
50 +++ mythtv-0.21_pre15447.ebuild 15 Jan 2008 20:51:19 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15447.ebuild,v 1.1 2008/01/15 15:51:01 cardoe Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15447.ebuild,v 1.2 2008/01/15 20:51:19 beandog Exp $
56
57 inherit flag-o-matic multilib eutils qt3 mythtv subversion toolchain-funcs
58
59 @@ -121,6 +121,7 @@
60 use dbox2 || myconf="${myconf} --disable-dbox2"
61 use hdhomerun || myconf="${myconf} --disable-hdhomerun"
62 use altivec || myconf="${myconf} --disable-altivec"
63 + use ivtv || myconf="${myconf} --disable-ivtv"
64 use xvmc && myconf="${myconf} --enable-xvmc"
65 use xvmc && use video_cards_via && myconf="${myconf} --enable-xvmc-pro"
66 use xvmc && ! use video_cards_nvidia && myconf="${myconf} --disable-xvmc-opengl"
67
68
69
70 --
71 gentoo-commits@l.g.o mailing list