Magellan Linux

Annotation of /branches/magellan-next/core/xf86-video-openchrome/xf86-video-openchrome-0.2.904_svn925-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9200 - (hide annotations) (download)
Tue Nov 8 18:24:40 2011 UTC (12 years, 10 months ago) by niro
File size: 869 byte(s)
-fixed dependencies
1 niro 9187 # $Id$
2    
3     PNAME="xf86-video-openchrome"
4     PVER="0.2.904_svn925"
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 niro 9200 DEPEND=">= x11-libs/libXvMC-1
13     >= x11-libs/libdrm-2.4.27
14 niro 9187 >= media-libs/mesa-dri-unichrome-7.11"
15    
16     SDEPEND="${SDEPEND}
17     >= x11-proto/xf86driproto-1
18     >= x11-proto/glproto-1.4.12
19 niro 9200 >= x11-libs/libX11-1.4"
20 niro 9187
21     SRCFILE="${PNAME}-${PVER}.tar.gz"
22     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23    
24     sminclude xorg
25    
26     SRC_URI=(
27     http://www.openchrome.org/releases/${SRCFILE}
28     mirror://${PNAME}/${SRCFILE}
29     )
30    
31     UP2DATE="updatecmd http://www.openchrome.org/releases/ | grep -v latest | lasttarball"
32    
33     src_prepare()
34     {
35     munpack ${SRCFILE} || die
36     cd ${SRCDIR}
37     autoreconf --verbose --install --force || die
38     }
39    
40     src_compile()
41     {
42     cd ${SRCDIR}
43    
44     xorg_src_configure --enable-dri || die
45     mmake || die
46     }