Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/xf86-video-sis/xf86-video-sis-0.10.8-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8084 - (hide annotations) (download)
Wed Dec 30 12:28:09 2015 UTC (8 years, 5 months ago) by niro
Original Path: smage/branches/alx07x-unstable/core/xf86-video-sis/xf86-video-sis-0.10.8-r5.smage2
File size: 555 byte(s)
-release branches/alx07x-unstable
1 niro 7936 # $Id$
2    
3     PNAME="xf86-video-sis"
4     PVER="0.10.8"
5     PBUILD="r5"
6    
7     PCAT="x11-drivers"
8    
9     DEPEND=">= x11-libs/libdrm-2.4.65
10     >= media-libs/mesa-gallium-swrast-11.0
11     == virtual/X-ABI-VIDEODRV-20"
12    
13     ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/sis_drv.so"
14     sminclude xorg
15    
16     SRC_URI+=( mirror://${PNAME}/${PNAME}-0.10.7-xi.patch )
17    
18     src_prepare()
19     {
20     munpack ${SRCFILE} || die
21     cd ${SRCDIR}
22    
23     # fix build against new xi
24     mpatch ${PNAME}-0.10.7-xi.patch || die
25     mautoreconf || die
26     }
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     xorg_src_configure --enable-dri || die
33     mmake || die
34     }