Magellan Linux

Contents of /branches/R11-stable/extras/glamor-egl/glamor-egl-0.6.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21929 - (show annotations) (download)
Mon Jul 21 10:38:13 2014 UTC (9 years, 9 months ago) by niro
File size: 604 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="glamor-egl"
4 PVER="0.6.0"
5 PBUILD="r1"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="OpenGL based 2D rendering acceleration library."
10 HOMEPAGE="http://xorg.freedesktop.org/"
11
12 DEPEND=">= media-libs/mesa-10.0
13 >= x11-libs/pixman-0.32"
14
15 SDEPEND="== virtual/X-ABI-VIDEODRV-15
16 >= x11-proto/xorg-protos-7.7"
17
18 SRCFILE="${PNAME}-${PVER}.tar.bz2"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude xorg multilib
22
23 UP2DATE="updatecmd_xorg ${PNAME}"
24
25 src_compile()
26 {
27 mconfigure \
28 --enable-glx-tls \
29 --enable-xv \
30 || die
31 # --enable-glamor-gles2 # let xorg crash with "(EE) GLSL link failure"
32
33 mmake || die
34 }