Magellan Linux

Annotation of /smage/trunk/core/xf86-video-openchrome/xf86-video-openchrome-0.2.904_svn841-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 448 - (hide annotations) (download)
Fri May 7 15:32:30 2010 UTC (14 years ago) by niro
File size: 847 byte(s)
auto added: ver bump to 0.2.904_svn841-r1
1 niro 424 # $Id$
2    
3     PNAME="xf86-video-openchrome"
4     PVER="0.2.904_svn841"
5     PBUILD="r1"
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     DEPEND="${DEPEND}
14     >= x11-libs/libXvMC-1"
15    
16     SDEPEND="${SDEPEND}
17     >= x11-libs/libX11-1"
18    
19     SRCFILE="${PNAME}-${PVER}.tar.gz"
20     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21    
22     sminclude xorg mcore
23    
24     SRC_URI=(
25     http://www.openchrome.org/releases/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     )
28    
29     UP2DATE="updatecmd http://www.openchrome.org/releases/ | lasttarball"
30    
31     src_prepare()
32     {
33     munpack ${SRCFILE} || die
34     cd ${SRCDIR}
35 niro 448
36     # inject our no-drm patch
37     mcinjectpatch ${PNAME}-${PVER}-mcore-no-drm.patch || die
38 niro 424 autoreconf --verbose --install --force || die
39     }
40    
41     src_compile()
42     {
43     cd ${SRCDIR}
44    
45 niro 446 xorg_src_configure --disable-dri || die
46 niro 424 mmake || die
47     }

Properties

Name Value
svn:keywords Id