Magellan Linux

Contents of /trunk/extras/xf86-video-vmware/xf86-video-vmware-13.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23653 - (show annotations) (download)
Wed Jul 9 03:51:09 2014 UTC (9 years, 11 months ago) by niro
File size: 541 byte(s)
auto added: ver bump to 13.1.0-r1
1 # $Id$
2
3 PNAME="xf86-video-vmware"
4 PVER="13.1.0"
5 PBUILD="r1"
6
7 PCAT="x11-drivers"
8
9 DEPEND=">= x11-libs/libdrm-2.4.58
10 >= media-libs/mesa-gallium-vmwgfx-10.3
11 == virtual/X-ABI-VIDEODRV-18"
12
13 sminclude xorg
14
15 SRC_URI+=( mirror://${PNAME}/${PNAME}-13.0.2-missing-include-with-xorg-116.patch )
16
17 src_prepare()
18 {
19 munpack ${SRCFILE} || die
20 cd ${SRCDIR}
21
22 # fix ftbfs with newer xorg-headers
23 # see: http://lists.x.org/archives/xorg-devel/2014-July/042950.html
24 mpatch ${PNAME}-13.0.2-missing-include-with-xorg-116.patch || die
25
26 mautoreconf || die
27 }