Magellan Linux

Annotation of /trunk/core/xf86-video-openchrome/xf86-video-openchrome-0.2.903-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1245 - (hide annotations) (download)
Sun Apr 26 14:21:46 2009 UTC (15 years, 2 months ago) by niro
File size: 729 byte(s)
-rebuild against xorg-server-1.6.1
1 niro 1245 # $Id$
2    
3     PNAME="xf86-video-openchrome"
4     PVER="0.2.903"
5     PBUILD="r4"
6    
7     PCATEGORIE="x11-drivers"
8     STATE="unstable"
9    
10     DESCRIPTION="Xorg video driver for ${PNAME/xf86-video-/} devices."
11     HOMEPAGE="http://xorg.freedesktop.org"
12    
13     sminclude xorg
14    
15     DEPEND="${DEPEND}
16     >= x11-libs/libXvMC-1"
17    
18     SDEPEND="${SDEPEND}
19     >= x11-proto/xf86driproto-1
20     >= x11-proto/glproto-1.4.9
21     >= x11-libs/libdrm-2.4.9
22     >= x11-libs/libX11-1"
23    
24     SRCFILE="${PNAME}-${PVER%_*}.tar.gz"
25     SRCDIR="${BUILDDIR}/${PNAME}-${PVER%_*}"
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/ | lasttarball"
33    
34     src_compile()
35     {
36     cd ${SRCDIR}
37    
38     xorg_src_configure --enable-dri || die
39     mmake || die
40     }

Properties

Name Value
svn:keywords Id