Magellan Linux

Contents of /smage/trunk/core/xf86-video-nouveau/xf86-video-nouveau-1.0.16-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14222 - (show annotations) (download)
Mon Jul 6 15:35:49 2020 UTC (3 years, 9 months ago) by niro
File size: 556 byte(s)
auto added: ver bump to 1.0.16-r2
1 # $Id$
2
3 PNAME="xf86-video-nouveau"
4 PVER="1.0.16"
5 PBUILD="r2"
6
7 PCAT="x11-drivers"
8
9 HOMEPAGE="http://nouveau.freedesktop.org/"
10
11 DEPEND=">= sys-fs/libudev-242
12 >= x11-libs/libdrm-2.4.102
13 == virtual/X-ABI-VIDEODRV-24.0"
14 # >= media-libs/mesa-gallium-nouveau-20.1
15
16 SDEPEND=">= sys-fs/libudev-dev-242"
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 }