Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3841 - (show annotations) (download)
Thu Jul 19 14:47:58 2012 UTC (11 years, 10 months ago) by niro
File size: 835 byte(s)
auto added: ver bump to 0.2.6_20111104-r3
1 # $Id$
2
3 PNAME="xf86-video-unichrome"
4 PVER="0.2.6_20111104"
5 PBUILD="r3"
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/libdrm-2.4.37
13 >= media-libs/mesa-gallium-swrast-8"
14
15 SDEPEND=">= x11-libs/libX11-1.4
16 >= x11-proto/xf86driproto-1"
17
18 SRCFILE="${PNAME}-${PVER}.tar.bz2"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/unichrome_drv.so"
22 sminclude xorg alx-split
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 mautoreconf || die
37 }
38
39 src_compile()
40 {
41 cd ${SRCDIR}
42
43 xorg_src_configure --without-wrapper --enable-dri --disable-xvmc || die
44 mmake || die
45 }