Magellan Linux

Annotation of /trunk/extras/xf86-video-sis/xf86-video-sis-0.11.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33174 - (hide annotations) (download)
Sat Oct 19 00:36:38 2019 UTC (4 years, 6 months ago) by niro
File size: 494 byte(s)
auto added: ver bump to 0.11.0-r1
1 niro 33173 # $Id$
2    
3     PNAME="xf86-video-sis"
4     PVER="0.11.0"
5     PBUILD="r1"
6    
7     PCAT="x11-drivers"
8    
9     DEPEND=">= x11-libs/libdrm-2.4.100
10     >= media-libs/mesa-dri-swrast-19.2
11     == virtual/X-ABI-VIDEODRV-24.0"
12    
13     sminclude xorg
14    
15     SRC_URI+=(
16     mirror://${PNAME}/${PNAME}-0.10.7-xi.patch
17     )
18    
19     src_prepare()
20     {
21     munpack ${SRCFILE} || die
22     cd ${SRCDIR}
23    
24     # fix build against new xi
25     mpatch ${PNAME}-0.10.7-xi.patch || die
26     mautoreconf || die
27     }
28    
29     src_compile()
30     {
31     cd ${SRCDIR}
32    
33     xorg_src_configure --enable-dri || die
34     mmake || die
35     }