Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libva: libva-0.31.0_p13.ebuild ChangeLog
Date: Tue, 11 May 2010 09:33:53
Message-Id: 20100511093333.475792C4F8@corvid.gentoo.org
1 aballier 10/05/11 09:33:33
2
3 Modified: libva-0.31.0_p13.ebuild ChangeLog
4 Log:
5 add pdepend on vdpau-video for nvidia support
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 x11-libs/libva/libva-0.31.0_p13.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-0.31.0_p13.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-0.31.0_p13.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-0.31.0_p13.ebuild?r1=1.1&r2=1.2
14
15 Index: libva-0.31.0_p13.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-0.31.0_p13.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- libva-0.31.0_p13.ebuild 11 May 2010 09:16:46 -0000 1.1
22 +++ libva-0.31.0_p13.ebuild 11 May 2010 09:33:33 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-0.31.0_p13.ebuild,v 1.1 2010/05/11 09:16:46 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-0.31.0_p13.ebuild,v 1.2 2010/05/11 09:33:33 aballier Exp $
28
29 EAPI="2"
30 inherit eutils autotools
31 @@ -18,7 +18,7 @@
32 KEYWORDS="~amd64"
33 IUSE="opengl"
34
35 -VIDEO_CARDS="dummy" # intel, nvidia
36 +VIDEO_CARDS="dummy nvidia" # intel
37 for x in ${VIDEO_CARDS}; do
38 IUSE+=" video_cards_${x}"
39 done
40 @@ -28,11 +28,11 @@
41 x11-libs/libXext
42 x11-libs/libXfixes
43 opengl? ( virtual/opengl )"
44 -# nvidia ? ( x11-libs/vdpau-video )
45
46 DEPEND="${RDEPEND}
47 dev-util/pkgconfig"
48 # video_cards_intel? gen4asm
49 +PDEPEND="video_cards_nvidia? ( x11-libs/vdpau-video )"
50
51 S=${WORKDIR}/${MY_P}
52
53
54
55
56 1.2 x11-libs/libva/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?rev=1.2&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?rev=1.2&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?r1=1.1&r2=1.2
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v
65 retrieving revision 1.1
66 retrieving revision 1.2
67 diff -u -r1.1 -r1.2
68 --- ChangeLog 11 May 2010 09:16:46 -0000 1.1
69 +++ ChangeLog 11 May 2010 09:33:33 -0000 1.2
70 @@ -1,6 +1,9 @@
71 # ChangeLog for x11-libs/libva
72 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.1 2010/05/11 09:16:46 aballier Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.2 2010/05/11 09:33:33 aballier Exp $
75 +
76 + 11 May 2010; Alexis Ballier <aballier@g.o> libva-0.31.0_p13.ebuild:
77 + add pdepend on vdpau-video for nvidia support
78
79 *libva-0.31.0_p13 (11 May 2010)