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 33173 - (hide annotations) (download)
Sat Oct 19 00:35:50 2019 UTC (4 years, 6 months ago) by niro
File size: 722 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     mirror://${PNAME}/${PNAME}-0.10.9-ftbfs-xorg-server-1.20.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     # fix ftbfs with xorg-server-1.20
28     # see: https://lists.x.org/archives/xorg-devel/2018-May/056952.html
29     mpatch ${PNAME}-0.10.9-ftbfs-xorg-server-1.20.patch || die
30     mautoreconf || die
31     }
32    
33     src_compile()
34     {
35     cd ${SRCDIR}
36    
37     xorg_src_configure --enable-dri || die
38     mmake || die
39     }