Magellan Linux

Contents of /trunk/core/xf86-video-sis/xf86-video-sis-0.10.7-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16880 - (show annotations) (download)
Mon Mar 11 09:28:00 2013 UTC (11 years, 6 months ago) by niro
File size: 744 byte(s)
-added patch to fix build against new xi version
1 # $Id$
2
3 PNAME="xf86-video-sis"
4 PVER="0.10.7"
5 PBUILD="r6"
6
7 PCAT="x11-drivers"
8
9 DESCRIPTION="Xorg video driver for ${PNAME/xf86-video-/} devices."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 DEPEND=">= x11-libs/libdrm-2.4.42
13 >= media-libs/mesa-gallium-swrast-9.1
14 == virtual/X-ABI-VIDEODRV-14"
15
16 SDEPEND=">= x11-proto/xf86dgaproto-1
17 >= x11-proto/xf86miscproto-1
18 >= x11-proto/xineramaproto-1
19 >= x11-proto/xf86driproto-1"
20
21 sminclude xorg
22
23 SRC_URI+=( mirror://${PNAME}/${PNAME}-${PVER}-xi.patch )
24
25 UP2DATE="updatecmd_xorg ${PNAME}"
26
27 src_prepare()
28 {
29 munpack ${SRCFILE} || die
30 cd ${SRCDIR}
31
32 # fix build against new xi
33 mpatch ${PNAME}-${PVER}-xi.patch || die
34 }
35
36 src_compile()
37 {
38 cd ${SRCDIR}
39
40 xorg_src_configure --enable-dri || die
41 mmake || die
42 }