Magellan Linux

Contents of /smage/trunk/core/xf86-video-intel/xf86-video-intel-2.99.911-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5533 - (show annotations) (download)
Thu Mar 27 14:39:50 2014 UTC (10 years, 2 months ago) by niro
File size: 697 byte(s)
auto added: ver bump to 2.99.911-r1
1 # $Id$
2
3 PNAME="xf86-video-intel"
4 PVER="2.99.911"
5 PBUILD="r1"
6
7 PCAT="x11-drivers"
8
9 DESCRIPTION="Xorg video driver for ${PNAME/xf86-video-/} devices."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 DEPEND="== virtual/X-ABI-VIDEODRV-15
13 >= x11-libs/libdrm-2.4.52
14 >= x11-libs/libX11-1.6
15 >= virtual/opengl"
16 # >= media-libs/mesa-gallium-swrast-10
17 # >= media-libs/mesa-gallium-i915-10"
18
19 SDEPEND=">= x11-proto/xf86driproto-2.1
20 >= x11-proto/dri2proto-2.3
21 >= x11-proto/glproto-1.4"
22
23 ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/intel_drv.so"
24 sminclude xorg alx-split
25
26 UP2DATE="updatecmd_xorg ${PNAME}"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 xorg_src_configure --enable-dri --disable-xvmc || die
33 mmake || die
34 }