Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5528 - (show annotations) (download)
Thu Mar 27 14:17:29 2014 UTC (10 years, 2 months ago) by niro
File size: 834 byte(s)
-rebuild against xorg-server-1.15
1 # $Id$
2
3 PNAME="xf86-video-sis"
4 PVER="0.10.7_20130311"
5 PBUILD="r4"
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.52
13 == virtual/X-ABI-VIDEODRV-15"
14 # >= media-libs/mesa-gallium-swrast-10
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 }