Magellan Linux

Contents of /smage/tags/alx-0_6_9/core/xf86-video-openchrome/xf86-video-openchrome-0.2.906-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6899 - (show annotations) (download)
Fri Jul 24 12:36:19 2015 UTC (8 years, 11 months ago) by niro
File size: 834 byte(s)
tagged 'alx-0_6_9'
1 # $Id$
2
3 PNAME="xf86-video-openchrome"
4 PVER="0.2.906"
5 PBUILD="r2"
6
7 PCATEGORIE="x11-drivers"
8
9 DESCRIPTION="Xorg video driver for ${PNAME/xf86-video-/} devices."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 DEPEND=">= x11-libs/libdrm-2.4.42
13 >= media-libs/mesa-gallium-swrast-9.0"
14
15 SDEPEND="${SDEPEND}
16 >= x11-proto/xf86driproto-1
17 >= x11-proto/glproto-1.4.12
18 >= x11-libs/libX11-1.4"
19
20 ALX_ONLY_KEEP="usr/$(mlibdir)/xorg/modules/drivers/openchrome_drv.so"
21 sminclude xorg alx-split
22
23 UP2DATE="updatecmd http://www.openchrome.org/releases/ | grep -v latest | lasttarball"
24
25 src_prepare()
26 {
27 munpack ${SRCFILE} || die
28 cd ${SRCDIR}
29
30 # disable xvmc in openchrome drivers
31 sed -i "s:XVMC=yes:XVMC=no:g" configure.ac || die
32 mautoreconf || die
33 }
34
35 src_compile()
36 {
37 cd ${SRCDIR}
38
39 xorg_src_configure --enable-dri --disable-xvmc || die
40 mmake || die
41 }