Magellan Linux

Contents of /smage/trunk/core/xf86-video-sis/xf86-video-sis-0.12.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14231 - (show annotations) (download)
Mon Jul 6 16:59:34 2020 UTC (3 years, 9 months ago) by niro
File size: 573 byte(s)
auto added: ver bump to 0.12.0-r1
1 # $Id$
2
3 PNAME="xf86-video-sis"
4 PVER="0.12.0"
5 PBUILD="r1"
6
7 PCAT="x11-drivers"
8
9 DEPEND=">= x11-libs/libdrm-2.4.102
10 == virtual/X-ABI-VIDEODRV-24.0"
11 # >= media-libs/mesa-gallium-swrast-20.1
12
13 ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/sis_drv.so"
14 sminclude xorg alx-split
15
16 SRC_URI+=(
17 mirror://${PNAME}/${PNAME}-0.10.7-xi.patch
18 )
19
20 src_prepare()
21 {
22 munpack ${SRCFILE} || die
23 cd ${SRCDIR}
24
25 # fix build against new xi
26 mpatch ${PNAME}-0.10.7-xi.patch || die
27
28 mautoreconf || die
29 }
30
31 src_compile()
32 {
33 cd ${SRCDIR}
34
35 xorg_src_configure --enable-dri || die
36 mmake || die
37 }