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-9999.ebuild ChangeLog libva-1.0.16.ebuild libva-1.0.15.ebuild libva-1.1.0.ebuild
Date: Wed, 21 Nov 2012 17:41:30
Message-Id: 20121121174119.D36A420C65@flycatcher.gentoo.org
1 aballier 12/11/21 17:41:19
2
3 Modified: libva-9999.ebuild ChangeLog libva-1.0.16.ebuild
4 libva-1.0.15.ebuild libva-1.1.0.ebuild
5 Log:
6 Change x11-libs/vdpau-video to x11-libs/libva-vdpau-driver as it is the new upstream name.
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.11 x11-libs/libva/libva-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-9999.ebuild?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-9999.ebuild?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-9999.ebuild?r1=1.10&r2=1.11
16
17 Index: libva-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-9999.ebuild,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- libva-9999.ebuild 11 Oct 2012 12:05:49 -0000 1.10
24 +++ libva-9999.ebuild 21 Nov 2012 17:41:19 -0000 1.11
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-9999.ebuild,v 1.10 2012/10/11 12:05:49 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-9999.ebuild,v 1.11 2012/11/21 17:41:19 aballier Exp $
30
31 EAPI=4
32
33 @@ -48,7 +48,7 @@
34
35 DEPEND="${RDEPEND}
36 virtual/pkgconfig"
37 -PDEPEND="video_cards_nvidia? ( x11-libs/vdpau-video )
38 +PDEPEND="video_cards_nvidia? ( x11-libs/libva-vdpau-driver )
39 video_cards_fglrx? ( x11-libs/xvba-video )
40 video_cards_intel? ( >=x11-libs/libva-intel-driver-1.0.18 )
41 "
42
43
44
45 1.43 x11-libs/libva/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?rev=1.43&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?rev=1.43&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?r1=1.42&r2=1.43
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v
54 retrieving revision 1.42
55 retrieving revision 1.43
56 diff -u -r1.42 -r1.43
57 --- ChangeLog 11 Oct 2012 12:33:13 -0000 1.42
58 +++ ChangeLog 21 Nov 2012 17:41:19 -0000 1.43
59 @@ -1,6 +1,11 @@
60 # ChangeLog for x11-libs/libva
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.42 2012/10/11 12:33:13 aballier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.43 2012/11/21 17:41:19 aballier Exp $
64 +
65 + 21 Nov 2012; Alexis Ballier <aballier@g.o> libva-1.0.15.ebuild,
66 + libva-1.0.16.ebuild, libva-1.1.0.ebuild, libva-9999.ebuild:
67 + Change x11-libs/vdpau-video to x11-libs/libva-vdpau-driver as it is the new
68 + upstream name.
69
70 11 Oct 2012; Alexis Ballier <aballier@g.o> +libva-1.1.0.ebuild:
71 version bump
72
73
74
75 1.2 x11-libs/libva/libva-1.0.16.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.0.16.ebuild?rev=1.2&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.0.16.ebuild?rev=1.2&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.0.16.ebuild?r1=1.1&r2=1.2
80
81 Index: libva-1.0.16.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.0.16.ebuild,v
84 retrieving revision 1.1
85 retrieving revision 1.2
86 diff -u -r1.1 -r1.2
87 --- libva-1.0.16.ebuild 16 Aug 2012 13:14:05 -0000 1.1
88 +++ libva-1.0.16.ebuild 21 Nov 2012 17:41:19 -0000 1.2
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2012 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.0.16.ebuild,v 1.1 2012/08/16 13:14:05 aballier Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.0.16.ebuild,v 1.2 2012/11/21 17:41:19 aballier Exp $
94
95 EAPI="3"
96
97 @@ -45,7 +45,7 @@
98
99 DEPEND="${RDEPEND}
100 virtual/pkgconfig"
101 -PDEPEND="video_cards_nvidia? ( x11-libs/vdpau-video )
102 +PDEPEND="video_cards_nvidia? ( x11-libs/libva-vdpau-driver )
103 video_cards_fglrx? ( x11-libs/xvba-video )
104 video_cards_intel? ( >=x11-libs/libva-intel-driver-1.0.18 )
105 "
106
107
108
109 1.5 x11-libs/libva/libva-1.0.15.ebuild
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.0.15.ebuild?rev=1.5&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.0.15.ebuild?rev=1.5&content-type=text/plain
113 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.0.15.ebuild?r1=1.4&r2=1.5
114
115 Index: libva-1.0.15.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.0.15.ebuild,v
118 retrieving revision 1.4
119 retrieving revision 1.5
120 diff -u -r1.4 -r1.5
121 --- libva-1.0.15.ebuild 5 May 2012 03:52:22 -0000 1.4
122 +++ libva-1.0.15.ebuild 21 Nov 2012 17:41:19 -0000 1.5
123 @@ -1,6 +1,6 @@
124 # Copyright 1999-2012 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.0.15.ebuild,v 1.4 2012/05/05 03:52:22 jdhore Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.0.15.ebuild,v 1.5 2012/11/21 17:41:19 aballier Exp $
128
129 EAPI="3"
130
131 @@ -45,7 +45,7 @@
132
133 DEPEND="${RDEPEND}
134 virtual/pkgconfig"
135 -PDEPEND="video_cards_nvidia? ( x11-libs/vdpau-video )
136 +PDEPEND="video_cards_nvidia? ( x11-libs/libva-vdpau-driver )
137 video_cards_fglrx? ( x11-libs/xvba-video )
138 video_cards_intel? ( x11-libs/libva-intel-driver )
139 "
140
141
142
143 1.5 x11-libs/libva/libva-1.1.0.ebuild
144
145 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.1.0.ebuild?rev=1.5&view=markup
146 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.1.0.ebuild?rev=1.5&content-type=text/plain
147 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.1.0.ebuild?r1=1.4&r2=1.5
148
149 Index: libva-1.1.0.ebuild
150 ===================================================================
151 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.1.0.ebuild,v
152 retrieving revision 1.4
153 retrieving revision 1.5
154 diff -u -r1.4 -r1.5
155 --- libva-1.1.0.ebuild 11 Oct 2012 12:33:13 -0000 1.4
156 +++ libva-1.1.0.ebuild 21 Nov 2012 17:41:19 -0000 1.5
157 @@ -1,6 +1,6 @@
158 # Copyright 1999-2012 Gentoo Foundation
159 # Distributed under the terms of the GNU General Public License v2
160 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.1.0.ebuild,v 1.4 2012/10/11 12:33:13 aballier Exp $
161 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.1.0.ebuild,v 1.5 2012/11/21 17:41:19 aballier Exp $
162
163 EAPI=4
164
165 @@ -48,7 +48,7 @@
166
167 DEPEND="${RDEPEND}
168 virtual/pkgconfig"
169 -PDEPEND="video_cards_nvidia? ( x11-libs/vdpau-video )
170 +PDEPEND="video_cards_nvidia? ( x11-libs/libva-vdpau-driver )
171 video_cards_fglrx? ( x11-libs/xvba-video )
172 video_cards_intel? ( >=x11-libs/libva-intel-driver-1.0.18 )
173 "