Magellan Linux

Contents of /branches/R11-unstable/extras/xf86-video-openchrome/xf86-video-openchrome-0.3.3-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25897 - (show annotations) (download)
Tue Nov 25 04:27:55 2014 UTC (9 years, 5 months ago) by niro
File size: 670 byte(s)
-release branches/R11-unstable
1 # $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 }