Magellan Linux

Annotation of /branches/R11-stable/extras/xf86-video-openchrome/xf86-video-openchrome-0.3.3-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24182 - (hide annotations) (download)
Fri Feb 20 09:17:44 2015 UTC (9 years, 2 months ago) by niro
File size: 670 byte(s)
-release branches/R11-stable
1 niro 23776 # $Id$
2    
3     PNAME="xf86-video-openchrome"
4     PVER="0.3.3"
5     PBUILD="r5"
6    
7     PCAT="x11-drivers"
8    
9     DEPEND=">= x11-libs/libXvMC-1
10     >= x11-libs/libdrm-2.4.59
11     >= media-libs/mesa-gallium-swrast-10.4
12     == virtual/X-ABI-VIDEODRV-18"
13    
14     SDEPEND=">= x11-libs/libX11-1.6"
15    
16     sminclude xorg
17    
18     SRC_URI+=( mirror://${PNAME}/${PNAME}-${PVER}-missing-include-with-xorg-116.patch )
19    
20     src_prepare()
21     {
22     munpack ${SRCFILE} || die
23     cd ${SRCDIR}
24    
25     # fix ftbfs with newer xorg-headers
26     # see: http://lists.x.org/archives/xorg-devel/2014-July/042950.html
27     mpatch ${PNAME}-${PVER}-missing-include-with-xorg-116.patch || die
28     }
29    
30     src_compile()
31     {
32     cd ${SRCDIR}
33    
34     xorg_src_configure --enable-dri || die
35     mmake || die
36     }