Magellan Linux

Annotation of /smage/branches/alx-0_6_0/extras/xf86-video-openchrome/xf86-video-openchrome-0.2.906-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3563 - (hide annotations) (download)
Mon Jul 9 13:17:23 2012 UTC (11 years, 11 months ago) by niro
File size: 686 byte(s)
auto added: ver bump to 0.2.906-r1
1 niro 3563 # $Id$
2    
3     PNAME="xf86-video-openchrome"
4     PVER="0.2.906"
5     PBUILD="r1"
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/libXvMC-1
13     >= x11-libs/libdrm-2.4.26"
14     #>= media-libs/mesa-dri-swrast-7.10"
15    
16     SDEPEND="${SDEPEND}
17     >= x11-proto/xf86driproto-1
18     >= x11-proto/glproto-1.4.12
19     >= x11-libs/libX11-1.4"
20    
21     ALX_ONLY_KEEP="usr/$(mlibdir)/xorg/modules/drivers/openchrome_drv.so"
22     sminclude xorg alx-split
23    
24     UP2DATE="updatecmd http://www.openchrome.org/releases/ | grep -v latest | lasttarball"
25    
26     src_compile()
27     {
28     cd ${SRCDIR}
29    
30     xorg_src_configure --enable-dri --disable-xvmc || die
31     mmake || die
32     }