Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20667 - (hide annotations) (download)
Mon Feb 3 10:25:40 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/extras/glamor-egl/glamor-egl-0.6.0-r1.smage2
File size: 604 byte(s)
auto added: ver bump to 0.6.0-r1
1 niro 20667 # $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     }