Magellan Linux

Annotation of /smage/branches/alx07x-unstable/core/xf86-video-nouveau/xf86-video-nouveau-1.0.15-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9741 - (hide annotations) (download)
Thu Aug 3 13:28:32 2017 UTC (6 years, 10 months ago) by niro
File size: 553 byte(s)
-release branches/alx07x-unstable
1 niro 9522 # $Id$
2    
3     PNAME="xf86-video-nouveau"
4     PVER="1.0.15"
5     PBUILD="r1"
6    
7     PCAT="x11-drivers"
8    
9     HOMEPAGE="http://nouveau.freedesktop.org/"
10    
11     DEPEND=">= sys-fs/libudev-233
12     >= x11-libs/libdrm-2.4.75
13     == virtual/X-ABI-VIDEODRV-23"
14     # >= media-libs/mesa-gallium-nouveau-17.0
15    
16     SDEPEND=">= sys-fs/libudev-dev-233"
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     }