Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/glamor: glamor-0.6.0.ebuild ChangeLog
Date: Tue, 11 Feb 2014 12:08:33
Message-Id: 20140211120824.9D16D2004C@flycatcher.gentoo.org
1 chithanh 14/02/11 12:08:24
2
3 Modified: glamor-0.6.0.ebuild ChangeLog
4 Log:
5 fix xv build against pre 1.13 servers, bug #499442.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 x11-libs/glamor/glamor-0.6.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild?r1=1.1&r2=1.2
15
16 Index: glamor-0.6.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- glamor-0.6.0.ebuild 26 Jan 2014 17:12:32 -0000 1.1
23 +++ glamor-0.6.0.ebuild 11 Feb 2014 12:08:24 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild,v 1.1 2014/01/26 17:12:32 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild,v 1.2 2014/02/11 12:08:24 chithanh Exp $
29
30 EAPI=5
31
32 @@ -26,6 +26,10 @@
33 >=x11-libs/pixman-0.21.8"
34 DEPEND="${RDEPEND}"
35
36 +PATCHES=(
37 + "${FILESDIR}"/${P}-xv-add-missing-include.patch
38 +)
39 +
40 src_configure() {
41 XORG_CONFIGURE_OPTIONS=(
42 $(use_enable gles glamor-gles2)
43
44
45
46 1.27 x11-libs/glamor/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.27&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.27&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?r1=1.26&r2=1.27
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v
55 retrieving revision 1.26
56 retrieving revision 1.27
57 diff -u -r1.26 -r1.27
58 --- ChangeLog 26 Jan 2014 17:12:32 -0000 1.26
59 +++ ChangeLog 11 Feb 2014 12:08:24 -0000 1.27
60 @@ -1,6 +1,10 @@
61 # ChangeLog for x11-libs/glamor
62 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.26 2014/01/26 17:12:32 chithanh Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.27 2014/02/11 12:08:24 chithanh Exp $
65 +
66 + 11 Feb 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
67 + +files/glamor-0.6.0-xv-add-missing-include.patch, glamor-0.6.0.ebuild:
68 + fix xv build against pre 1.13 servers, bug #499442.
69
70 *glamor-0.6.0 (26 Jan 2014)