Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6711 - (show annotations) (download)
Wed Jul 15 15:15:40 2015 UTC (8 years, 9 months ago) by niro
File size: 508 byte(s)
auto added: ver bump to 7.5.0-r2
1 # $Id$
2
3 PNAME="xf86-video-ati"
4 PVER="7.5.0"
5 PBUILD="r2"
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 }