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: metadata.xml glamor-0.4.1.ebuild Manifest ChangeLog
Date: Tue, 01 May 2012 18:08:25
Message-Id: 20120501180810.C5C562004B@flycatcher.gentoo.org
1 chithanh 12/05/01 18:08:10
2
3 Added: metadata.xml glamor-0.4.1.ebuild Manifest ChangeLog
4 Log:
5 Initial import from the x11 overlay, thanks to alexxy for pointing out installation path issues.
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-libs/glamor/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>x11</herd>
21 <use>
22 <flag name='gles'>Build glamor based on gles2</flag>
23 </use>
24 </pkgmetadata>
25
26
27
28 1.1 x11-libs/glamor/glamor-0.4.1.ebuild
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild?rev=1.1&content-type=text/plain
32
33 Index: glamor-0.4.1.ebuild
34 ===================================================================
35 # Copyright 1999-2012 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.4.1.ebuild,v 1.1 2012/05/01 18:08:10 chithanh Exp $
38
39 EAPI=4
40
41 XORG_DRI=always
42 XORG_EAUTORECONF=yes
43 inherit xorg-2
44
45 DESCRIPTION="OpenGL based 2D rendering acceleration library"
46 SRC_URI="mirror://gentoo/glamor-0.4.1.tar.gz"
47
48 KEYWORDS="~amd64 ~x86"
49 IUSE="gles"
50
51 RDEPEND=">=x11-base/xorg-server-1.10
52 media-libs/mesa[egl]
53 gles? (
54 || ( media-libs/mesa[gles2] media-libs/mesa[gles] )
55 )
56 >=x11-libs/pixman-0.21.8"
57 DEPEND="${RDEPEND}"
58
59 pkg_setup() {
60 xorg-2_pkg_setup
61 XORG_CONFIGURE_OPTIONS=(
62 $(use_enable gles glamor-gles2)
63 )
64 }
65
66 src_prepare() {
67 sed -i 's/inst_LTLIBRARIES/lib_LTLIBRARIES/' src/Makefile.am || die
68 xorg-2_src_prepare
69 }
70
71
72
73 1.1 x11-libs/glamor/Manifest
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/Manifest?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/Manifest?rev=1.1&content-type=text/plain
77
78 Index: Manifest
79 ===================================================================
80 DIST glamor-0.4.1.tar.gz 90349 RMD160 5cc41809c9a48f75448474ec4c27f26d0f9ad4c3 SHA1 45602e200eee643b36ce986b17b2b7c3b99d4b03 SHA256 87d1d7fb81e235a4b7432b7c5b9cc9bf6b3d2ad1d26ded2ce48823037975d94d
81 EBUILD glamor-0.4.1.ebuild 704 RMD160 84c9ce4a6645048a5adbb635b954a9d882bf8d5b SHA1 445429ebf6423a91b556e46d0dc721f3da8ceb00 SHA256 4c4da085046b12127308af9fdd17c4da047f40c7df8bdd4dcae5d3c82b5a4c9f
82 MISC metadata.xml 223 RMD160 c6b5576c9b39734f81116edd0432721680ba7523 SHA1 ba908ebe564e89b7c1117d46706b8ff4fbf58024 SHA256 205a40dbb7a17f67f6d4efcda4c5649d9f56f9b27f2e00d370a24f61103bff26
83
84
85
86 1.1 x11-libs/glamor/ChangeLog
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.1&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.1&content-type=text/plain
90
91 Index: ChangeLog
92 ===================================================================
93 # ChangeLog for x11-libs/glamor
94 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
95 # $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.1 2012/05/01 18:08:10 chithanh Exp $
96
97 *glamor-0.4.1 (01 May 2012)
98
99 01 May 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
100 +glamor-0.4.1.ebuild, +metadata.xml:
101 Initial import from the x11 overlay, thanks to alexxy for pointing out
102 installation path issues.