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 449 - (hide annotations) (download)
Fri May 7 15:33:45 2010 UTC (14 years ago) by niro
File size: 917 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 niro 449 MCORE_ONLY_KEEP="usr/$(mlibdir)/xorg/modules/openchrome_drv.so"
23     sminclude xorg mcore-split
24 niro 424
25     SRC_URI=(
26     http://www.openchrome.org/releases/${SRCFILE}
27     mirror://${PNAME}/${SRCFILE}
28     )
29    
30     UP2DATE="updatecmd http://www.openchrome.org/releases/ | lasttarball"
31    
32     src_prepare()
33     {
34     munpack ${SRCFILE} || die
35     cd ${SRCDIR}
36 niro 448
37     # inject our no-drm patch
38     mcinjectpatch ${PNAME}-${PVER}-mcore-no-drm.patch || die
39 niro 424 autoreconf --verbose --install --force || die
40     }
41    
42     src_compile()
43     {
44     cd ${SRCDIR}
45    
46 niro 446 xorg_src_configure --disable-dri || die
47 niro 424 mmake || die
48     }

Properties

Name Value
svn:keywords Id