Magellan Linux

Annotation of /branches/R11-stable/core/xf86-video-openchrome/xf86-video-openchrome-0.3.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17871 - (hide annotations) (download)
Wed Jun 26 12:46:00 2013 UTC (10 years, 11 months ago) by niro
File size: 766 byte(s)
-release branches/R11-stable
1 niro 17202 # $Id$
2    
3     PNAME="xf86-video-openchrome"
4     PVER="0.3.2"
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=">= x11-libs/libXvMC-1
13     >= x11-libs/libdrm-2.4.45
14     >= media-libs/mesa-gallium-swrast-9.1
15     == virtual/X-ABI-VIDEODRV-14"
16    
17     SDEPEND=">= x11-proto/xf86driproto-1
18     >= x11-proto/glproto-1.4.16
19     >= x11-libs/libX11-1.5"
20    
21     SRCFILE="${PNAME}-${PVER}.tar.bz2"
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_compile()
34     {
35     cd ${SRCDIR}
36    
37     xorg_src_configure --enable-dri || die
38     mmake || die
39     }