Magellan Linux

Contents of /branches/R11-stable/extras/xf86-video-sis/xf86-video-sis-0.10.7_20140203-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21899 - (show annotations) (download)
Mon Jul 21 10:33:12 2014 UTC (9 years, 10 months ago) by niro
File size: 630 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="xf86-video-sis"
4 PVER="0.10.7_20140203"
5 PBUILD="r2"
6
7 PCAT="x11-drivers"
8
9 DEPEND=">= x11-libs/libdrm-2.4.54
10 >= media-libs/mesa-gallium-swrast-10.2
11 == virtual/X-ABI-VIDEODRV-15"
12
13 SDEPEND=">= x11-proto/xf86dgaproto-1
14 >= x11-proto/xf86miscproto-1
15 >= x11-proto/xineramaproto-1
16 >= x11-proto/xf86driproto-1"
17
18 sminclude xorg
19
20 SRC_URI+=( mirror://${PNAME}/${PNAME}-0.10.7-xi.patch )
21
22 src_prepare()
23 {
24 munpack ${SRCFILE} || die
25 cd ${SRCDIR}
26
27 # fix build against new xi
28 mpatch ${PNAME}-0.10.7-xi.patch || die
29 mautoreconf || die
30 }
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 xorg_src_configure --enable-dri || die
37 mmake || die
38 }