Magellan Linux

Contents of /trunk/extras/libva/libva-1.0.15-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10147 - (show annotations) (download)
Wed Jan 18 10:38:28 2012 UTC (12 years, 4 months ago) by niro
File size: 813 byte(s)
auto added: ver bump to 1.0.15-r1
1 # $Id$
2
3 PNAME="libva"
4 PVER="1.0.15"
5 PBUILD="r1"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="Video Acceleration (VA) API for Linux."
10 HOMEPAGE="http://www.freedesktop.org/wiki/Software/vaapi"
11
12 DEPEND=">= x11-libs/libX11-1.4
13 >= x11-libs/libXext-1.3
14 >= x11-libs/libXfixes-5"
15
16 SDEPEND=">= dev-util/pkgconfig-0.25"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude multilib
22
23 SRC_URI=(
24 http://cgit.freedesktop.org/${PNAME}/snapshot/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd http://cgit.freedesktop.org/${PNAME}/ | firsttarball"
29
30 src_compile()
31 {
32 mconfigure \
33 --with-drivers-path=/usr/'$(mlibdir)'/va/drivers \
34 --with-drivers-path="${EPREFIX}/usr/$(get_libdir)/va/drivers" \
35 --enable-dummy-driver \
36 --enable-dummy-backend \
37 --disable-glx \
38 || die
39
40 mmake || die
41 }