Magellan Linux

Contents of /trunk/core/xf86-video-openchrome/xf86-video-openchrome-0.2.905-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12173 - (show annotations) (download)
Thu May 10 11:31:34 2012 UTC (12 years, 1 month ago) by niro
File size: 763 byte(s)
auto added: ver bump to 0.2.905-r2
1 # $Id$
2
3 PNAME="xf86-video-openchrome"
4 PVER="0.2.905"
5 PBUILD="r1"
6
7 PCAT="x11-drivers"
8 STATE="unstable"
9
10 DESCRIPTION="Xorg video driver for ${PNAME/xf86-video-/} devices."
11 HOMEPAGE="http://xorg.freedesktop.org"
12
13 DEPEND=">= x11-libs/libXvMC-1
14 >= x11-libs/libdrm-2.4.27
15 >= media-libs/mesa-dri-swrast-8.0"
16
17 SDEPEND="${SDEPEND}
18 >= x11-proto/xf86driproto-1
19 >= x11-proto/glproto-1.4.12
20 >= x11-libs/libX11-1.4"
21
22 SRCFILE="${PNAME}-${PVER}.tar.bz2"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude xorg
26
27 SRC_URI=(
28 http://www.openchrome.org/releases/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 UP2DATE="updatecmd http://www.openchrome.org/releases/ | grep -v latest | lasttarball"
33
34 src_compile()
35 {
36 cd ${SRCDIR}
37
38 xorg_src_configure --enable-dri || die
39 mmake || die
40 }