Magellan Linux

Contents of /smage/trunk/core/xf86-video-sis/xf86-video-sis-0.10.7_20130311-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4579 - (show annotations) (download)
Mon Mar 18 08:43:15 2013 UTC (11 years, 2 months ago) by niro
File size: 833 byte(s)
auto added: ver bump to 0.10.7_20130311-r2
1 # $Id$
2
3 PNAME="xf86-video-sis"
4 PVER="0.10.7_20130311"
5 PBUILD="r2"
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 ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/sis_drv.so"
22 sminclude xorg
23
24 SRC_URI+=( mirror://${PNAME}/${PNAME}-0.10.7-xi.patch )
25
26 UP2DATE="updatecmd_xorg ${PNAME}"
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 # fix build against new xi
34 mpatch ${PNAME}-0.10.7-xi.patch || die
35 mautoreconf || die
36 }
37
38 src_compile()
39 {
40 cd ${SRCDIR}
41
42 xorg_src_configure --enable-dri || die
43 mmake || die
44 }