Gentoo Archives: gentoo-commits

From: "Doug Klima (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: mythtv-0.21_beta16309.ebuild
Date: Thu, 28 Feb 2008 15:47:45
Message-Id: E1JUkz0-0003sD-L1@stork.gentoo.org
1 cardoe 08/02/28 15:47:42
2
3 Modified: mythtv-0.21_beta16309.ebuild
4 Log:
5 fix typo
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.3 media-tv/mythtv/mythtv-0.21_beta16309.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_beta16309.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_beta16309.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_beta16309.ebuild?r1=1.2&r2=1.3
14
15 Index: mythtv-0.21_beta16309.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_beta16309.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- mythtv-0.21_beta16309.ebuild 27 Feb 2008 21:11:37 -0000 1.2
22 +++ mythtv-0.21_beta16309.ebuild 28 Feb 2008 15:47:42 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_beta16309.ebuild,v 1.2 2008/02/27 21:11:37 cardoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_beta16309.ebuild,v 1.3 2008/02/28 15:47:42 cardoe Exp $
28
29 EAPI=1
30 inherit flag-o-matic multilib eutils qt3 mythtv toolchain-funcs python
31 @@ -120,7 +120,7 @@
32 use jack || myconf="${myconf} --disable-audio-jack"
33 use opengl-video && myconf="${myconf} --enable-opengl-video"
34 use xvmc && ! use video_cards_via ! use opengl-xvmc && myconf="${myconf} --enable-xvmc --xvmc-lib=XvMCW"
35 - use xvmc && use video_cards_via && myconf="${myconf} --enable-xmvc --enable-xvmc-pro"
36 + use xvmc && use video_cards_via && myconf="${myconf} --enable-xvmc --enable-xvmc-pro"
37 use xvmc && use video_cards_nvidia && use opengl-xvmc && myconf="${myconf} --enable-xvmc --enable-xvmc-opengl"
38 myconf="${myconf}
39 $(use_enable dvb)
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list