Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libva-intel-driver: libva-intel-driver-1.2.2-r1.ebuild libva-intel-driver-1.0.20-r1.ebuild libva-intel-driver-9999.ebuild libva-intel-driver-1.2.2.ebuild ChangeLog
Date: Sat, 01 Feb 2014 15:24:38
Message-Id: 20140201152434.EB75D2004C@flycatcher.gentoo.org
1 axs 14/02/01 15:24:34
2
3 Modified: libva-intel-driver-9999.ebuild
4 libva-intel-driver-1.2.2.ebuild ChangeLog
5 Added: libva-intel-driver-1.2.2-r1.ebuild
6 libva-intel-driver-1.0.20-r1.ebuild
7 Log:
8 revbump ebuilds to support multilib-build, changes reviewed by aballier
9
10 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
11
12 Revision Changes Path
13 1.10 x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild?rev=1.10&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild?rev=1.10&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild?r1=1.9&r2=1.10
18
19 Index: libva-intel-driver-9999.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild,v
22 retrieving revision 1.9
23 retrieving revision 1.10
24 diff -u -r1.9 -r1.10
25 --- libva-intel-driver-9999.ebuild 26 Jun 2013 19:06:32 -0000 1.9
26 +++ libva-intel-driver-9999.ebuild 1 Feb 2014 15:24:34 -0000 1.10
27 @@ -1,8 +1,8 @@
28 -# Copyright 1999-2013 Gentoo Foundation
29 +# Copyright 1999-2014 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild,v 1.9 2013/06/26 19:06:32 aballier Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild,v 1.10 2014/02/01 15:24:34 axs Exp $
33
34 -EAPI="3"
35 +EAPI=5
36
37 SCM=""
38 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
39 @@ -11,7 +11,8 @@
40 EGIT_REPO_URI="git://anongit.freedesktop.org/git/vaapi/intel-driver"
41 fi
42
43 -inherit autotools ${SCM} multilib
44 +AUTOTOOLS_AUTORECONF="yes"
45 +inherit autotools-multilib ${SCM}
46
47 DESCRIPTION="HW video decode support for Intel integrated graphics"
48 HOMEPAGE="http://www.freedesktop.org/wiki/Software/vaapi"
49 @@ -31,28 +32,21 @@
50 fi
51 IUSE="+drm wayland X"
52
53 -RDEPEND=">=x11-libs/libva-1.2.0[X?,wayland?,drm?]
54 +RDEPEND=">=x11-libs/libva-1.2.0[X?,wayland?,drm?,${MULTILIB_USEDEP}]
55 !<x11-libs/libva-1.0.15[video_cards_intel]
56 - >=x11-libs/libdrm-2.4.45[video_cards_intel]
57 - wayland? ( media-libs/mesa[egl] >=dev-libs/wayland-1 )"
58 + >=x11-libs/libdrm-2.4.45[video_cards_intel,${MULTILIB_USEDEP}]
59 + wayland? ( media-libs/mesa[egl,${MULTILIB_USEDEP}] >=dev-libs/wayland-1[${MULTILIB_USEDEP}] )"
60
61 DEPEND="${RDEPEND}
62 virtual/pkgconfig"
63
64 -src_prepare() {
65 - eautoreconf
66 -}
67 +DOCS=( AUTHORS NEWS README )
68
69 -src_configure() {
70 - econf \
71 - --disable-silent-rules \
72 - $(use_enable drm) \
73 - $(use_enable wayland) \
74 +multilib_src_configure() {
75 + local myeconfargs=(
76 + $(use_enable drm)
77 + $(use_enable wayland)
78 $(use_enable X x11)
79 -}
80 -
81 -src_install() {
82 - emake DESTDIR="${D}" install || die
83 - dodoc AUTHORS NEWS README || die
84 - find "${D}" -name '*.la' -delete
85 + )
86 + autotools-utils_src_configure
87 }
88
89
90
91 1.2 x11-libs/libva-intel-driver/libva-intel-driver-1.2.2.ebuild
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.2.2.ebuild?rev=1.2&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.2.2.ebuild?rev=1.2&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.2.2.ebuild?r1=1.1&r2=1.2
96
97 Index: libva-intel-driver-1.2.2.ebuild
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.2.2.ebuild,v
100 retrieving revision 1.1
101 retrieving revision 1.2
102 diff -u -r1.1 -r1.2
103 --- libva-intel-driver-1.2.2.ebuild 30 Dec 2013 10:06:41 -0000 1.1
104 +++ libva-intel-driver-1.2.2.ebuild 1 Feb 2014 15:24:34 -0000 1.2
105 @@ -1,6 +1,6 @@
106 -# Copyright 1999-2013 Gentoo Foundation
107 +# Copyright 1999-2014 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.2.2.ebuild,v 1.1 2013/12/30 10:06:41 aballier Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.2.2.ebuild,v 1.2 2014/02/01 15:24:34 axs Exp $
111
112 EAPI="3"
113
114
115
116
117 1.26 x11-libs/libva-intel-driver/ChangeLog
118
119 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog?rev=1.26&view=markup
120 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog?rev=1.26&content-type=text/plain
121 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog?r1=1.25&r2=1.26
122
123 Index: ChangeLog
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog,v
126 retrieving revision 1.25
127 retrieving revision 1.26
128 diff -u -r1.25 -r1.26
129 --- ChangeLog 30 Dec 2013 10:06:41 -0000 1.25
130 +++ ChangeLog 1 Feb 2014 15:24:34 -0000 1.26
131 @@ -1,6 +1,14 @@
132 # ChangeLog for x11-libs/libva-intel-driver
133 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
134 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog,v 1.25 2013/12/30 10:06:41 aballier Exp $
135 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
136 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/ChangeLog,v 1.26 2014/02/01 15:24:34 axs Exp $
137 +
138 +*libva-intel-driver-1.0.20-r1 (01 Feb 2014)
139 +*libva-intel-driver-1.2.2-r1 (01 Feb 2014)
140 +
141 + 01 Feb 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
142 + +libva-intel-driver-1.0.20-r1.ebuild, +libva-intel-driver-1.2.2-r1.ebuild,
143 + libva-intel-driver-1.2.2.ebuild, libva-intel-driver-9999.ebuild:
144 + revbump ebuilds to support multilib-build, changes reviewed by aballier
145
146 *libva-intel-driver-1.2.2 (30 Dec 2013)
147
148
149
150
151 1.1 x11-libs/libva-intel-driver/libva-intel-driver-1.2.2-r1.ebuild
152
153 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.2.2-r1.ebuild?rev=1.1&view=markup
154 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.2.2-r1.ebuild?rev=1.1&content-type=text/plain
155
156 Index: libva-intel-driver-1.2.2-r1.ebuild
157 ===================================================================
158 # Copyright 1999-2014 Gentoo Foundation
159 # Distributed under the terms of the GNU General Public License v2
160 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.2.2-r1.ebuild,v 1.1 2014/02/01 15:24:34 axs Exp $
161
162 EAPI=5
163
164 SCM=""
165 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
166 SCM=git-2
167 EGIT_BRANCH=master
168 EGIT_REPO_URI="git://anongit.freedesktop.org/git/vaapi/intel-driver"
169 fi
170
171 AUTOTOOLS_AUTORECONF="yes"
172 inherit autotools-multilib ${SCM}
173
174 DESCRIPTION="HW video decode support for Intel integrated graphics"
175 HOMEPAGE="http://www.freedesktop.org/wiki/Software/vaapi"
176 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
177 SRC_URI=""
178 S="${WORKDIR}/${PN}"
179 else
180 SRC_URI="http://www.freedesktop.org/software/vaapi/releases/libva-intel-driver/${P}.tar.bz2"
181 fi
182
183 LICENSE="MIT"
184 SLOT="0"
185 if [ "${PV%9999}" = "${PV}" ] ; then
186 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
187 else
188 KEYWORDS=""
189 fi
190 IUSE="+drm wayland X"
191
192 RDEPEND=">=x11-libs/libva-1.2.0[X?,wayland?,drm?,${MULTILIB_USEDEP}]
193 !<x11-libs/libva-1.0.15[video_cards_intel]
194 >=x11-libs/libdrm-2.4.45[video_cards_intel,${MULTILIB_USEDEP}]
195 wayland? ( media-libs/mesa[egl,${MULTILIB_USEDEP}] >=dev-libs/wayland-1[${MULTILIB_USEDEP}] )"
196
197 DEPEND="${RDEPEND}
198 virtual/pkgconfig"
199
200 DOCS=( AUTHORS NEWS README )
201
202 multilib_src_configure() {
203 local myeconfargs=(
204 $(use_enable drm)
205 $(use_enable wayland)
206 $(use_enable X x11)
207 )
208 autotools-utils_src_configure
209 }
210
211
212
213 1.1 x11-libs/libva-intel-driver/libva-intel-driver-1.0.20-r1.ebuild
214
215 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.0.20-r1.ebuild?rev=1.1&view=markup
216 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.0.20-r1.ebuild?rev=1.1&content-type=text/plain
217
218 Index: libva-intel-driver-1.0.20-r1.ebuild
219 ===================================================================
220 # Copyright 1999-2014 Gentoo Foundation
221 # Distributed under the terms of the GNU General Public License v2
222 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-intel-driver/libva-intel-driver-1.0.20-r1.ebuild,v 1.1 2014/02/01 15:24:34 axs Exp $
223
224 EAPI=5
225
226 SCM=""
227 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
228 SCM=git-2
229 EGIT_BRANCH=master
230 EGIT_REPO_URI="git://anongit.freedesktop.org/git/vaapi/intel-driver"
231 fi
232
233 AUTOTOOLS_AUTORECONF="yes"
234 inherit autotools-multilib ${SCM}
235
236 DESCRIPTION="HW video decode support for Intel integrated graphics"
237 HOMEPAGE="http://www.freedesktop.org/wiki/Software/vaapi"
238 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
239 SRC_URI=""
240 S="${WORKDIR}/${PN}"
241 else
242 SRC_URI="http://www.freedesktop.org/software/vaapi/releases/libva-intel-driver/${P}.tar.bz2"
243 fi
244
245 LICENSE="MIT"
246 SLOT="0"
247 if [ "${PV%9999}" = "${PV}" ] ; then
248 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
249 else
250 KEYWORDS=""
251 fi
252 IUSE="+drm wayland X"
253
254 RDEPEND=">=x11-libs/libva-1.1.0[X?,wayland?,drm?,${MULTILIB_USEDEP}]
255 !<x11-libs/libva-1.0.15[video_cards_intel]
256 >=x11-libs/libdrm-2.4.23[video_cards_intel,${MULTILIB_USEDEP}]
257 wayland? ( media-libs/mesa[egl,${MULTILIB_USEDEP}] >=dev-libs/wayland-1[${MULTILIB_USEDEP}] )"
258
259 DEPEND="${RDEPEND}
260 virtual/pkgconfig"
261
262 DOCS=( AUTHORS NEWS README )
263
264 multilib_src_configure() {
265 local myeconfargs=(
266 $(use_enable drm)
267 $(use_enable wayland)
268 $(use_enable X x11)
269 )
270 autotools-utils_src_configure
271 }