Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/xf86-video-nouveau/xf86-video-nouveau-1.0.15-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12011 - (hide annotations) (download)
Mon Aug 20 12:32:05 2018 UTC (5 years, 8 months ago) by niro
Original Path: smage/trunk/core/xf86-video-nouveau/xf86-video-nouveau-1.0.15-r3.smage2
File size: 555 byte(s)
auto added: ver bump to 1.0.15-r3
1 niro 12011 # $Id$
2    
3     PNAME="xf86-video-nouveau"
4     PVER="1.0.15"
5     PBUILD="r3"
6    
7     PCAT="x11-drivers"
8    
9     HOMEPAGE="http://nouveau.freedesktop.org/"
10    
11     DEPEND=">= sys-fs/libudev-238
12     >= x11-libs/libdrm-2.4.92
13     == virtual/X-ABI-VIDEODRV-24.0"
14     # >= media-libs/mesa-gallium-nouveau-18.1
15    
16     SDEPEND=">= sys-fs/libudev-dev-238"
17    
18     ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/nouveau_drv.so"
19     sminclude xorg alx-split
20    
21     src_prepare()
22     {
23     munpack ${SRCFILE} || die
24     cd ${SRCDIR}
25     mautoreconf || die
26     }
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     xorg_src_configure --enable-dri || die
33     mmake || die
34     }