Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/xf86-video-nouveau/xf86-video-nouveau-1.0.15-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12295 - (show annotations) (download)
Fri Aug 31 11:15:30 2018 UTC (5 years, 8 months ago) by niro
File size: 555 byte(s)
-release branches/alx07x-unstable
1 # $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 }