Magellan Linux

Contents of /trunk/core/xf86-video-unichrome/xf86-video-unichrome-0.2.6_20111104-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10468 - (show annotations) (download)
Sun Jan 22 16:28:50 2012 UTC (12 years, 4 months ago) by niro
File size: 807 byte(s)
-fixed SRCFILE
1 # $Id$
2
3 PNAME="xf86-video-unichrome"
4 PVER="0.2.6_20111104"
5 PBUILD="r1"
6
7 PCAT="x11-drivers"
8
9 DESCRIPTION="Xorg video driver for ${PNAME/xf86-video-/} devices."
10 HOMEPAGE="http://unichrome.sourceforge.net/"
11
12 DEPEND=">= x11-libs/libXvMC-1
13 >= x11-libs/libdrm-2.4.27
14 >= media-libs/mesa-dri-unichrome-7.11"
15
16 SDEPEND=">= x11-libs/libX11-1.4
17 >= x11-proto/xf86driproto-1"
18
19 SRCFILE="${PNAME}-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude xorg
23
24 SRC_URI=(
25 sourceforge://unichrome/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd_sourceforge unichrome"
30
31 src_prepare()
32 {
33 munpack ${SRCFILE} || die
34 cd ${SRCDIR}
35
36 autoreconf --verbose --install --force || die
37 }
38
39 src_compile()
40 {
41 cd ${SRCDIR}
42
43 xorg_src_configure --without-wrapper --enable-dri --enable-xvmc || die
44 mmake || die
45 }