Magellan Linux

Contents of /trunk/extras/libvdpau/libvdpau-1.1.1-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30561 - (show annotations) (download)
Mon Jan 29 11:42:11 2018 UTC (6 years, 2 months ago) by niro
File size: 772 byte(s)
auto added: ver bump to 1.1.1-r3
1 # $Id$
2
3 PNAME="libvdpau"
4 PVER="1.1.1"
5 PBUILD="r3"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="VDPAU is the Video Decode and Presentation API for UNIX."
10 HOMEPAGE="http://www.freedesktop.org/wiki/Software/VDPAU"
11
12 DEPEND=">= x11-libs/libX11-1.6
13 >= x11-libs/libXext-1.3
14 >= sys-libs/libstdc++-5.3"
15
16 SDEPEND=">= dev-util/pkgconfig-0.25
17 >= x11-proto/dri2proto-2"
18
19 SRCFILE="${PNAME}-${PVER}.tar.gz"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude multilib mbuild
23
24 SRC_URI=(
25 http://people.freedesktop.org/~aplattner/vdpau/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd http://people.freedesktop.org/~aplattner/vdpau/ | grep ${PNAME}- | highesttarball gz"
30
31 src_compile()
32 {
33 mconfigure --with-module-dir=/usr/'$(mlibdir)/vdpau' --disable-documentation || die
34 mmake || die
35 }