Magellan Linux

Contents of /smage/trunk/core/xf86-video-ati/xf86-video-ati-7.5.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7620 - (show annotations) (download)
Tue Sep 22 14:11:32 2015 UTC (9 years ago) by niro
File size: 508 byte(s)
auto added: ver bump to 7.5.0-r3
1 # $Id$
2
3 PNAME="xf86-video-ati"
4 PVER="7.5.0"
5 PBUILD="r3"
6
7 PCAT="x11-drivers"
8
9 DEPEND=">= sys-fs/libudev-220
10 >= x11-libs/libdrm-2.4.61
11 >= media-libs/mesa-gallium-r300-10.6
12 >= media-libs/mesa-gallium-r600-10.6
13 == virtual/X-ABI-VIDEODRV-19"
14
15 SDEPEND=">= sys-fs/libudev-dev-220"
16
17 ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/*.so usr/$(mlibdir)/xorg/modules/multimedia/*.so"
18 sminclude xorg alx-split
19
20 src_compile()
21 {
22 cd ${SRCDIR}
23
24 xorg_src_configure --enable-dri --enable-glamor || die
25 mmake || die
26 }