Magellan Linux

Contents of /branches/R11-stable/extras/xf86-video-openchrome/xf86-video-openchrome-0.3.3-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21894 - (show annotations) (download)
Mon Jul 21 10:32:42 2014 UTC (9 years, 9 months ago) by niro
File size: 408 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="xf86-video-openchrome"
4 PVER="0.3.3"
5 PBUILD="r3"
6
7 PCAT="x11-drivers"
8
9 DEPEND=">= x11-libs/libXvMC-1
10 >= x11-libs/libdrm-2.4.54
11 >= media-libs/mesa-gallium-swrast-10.2
12 == virtual/X-ABI-VIDEODRV-15"
13
14 SDEPEND=">= x11-proto/xf86driproto-1
15 >= x11-proto/glproto-1.4.17
16 >= x11-libs/libX11-1.6"
17
18 sminclude xorg
19
20 src_compile()
21 {
22 cd ${SRCDIR}
23
24 xorg_src_configure --enable-dri || die
25 mmake || die
26 }