Contents of /branches/magellan-next/extras/libvdpau/libvdpau-0.4.1-r1.smage2
Parent Directory | Revision Log
Revision 8595 -
(show annotations)
(download)
Fri Jul 22 14:28:25 2011 UTC (13 years, 3 months ago) by niro
File size: 765 byte(s)
Fri Jul 22 14:28:25 2011 UTC (13 years, 3 months ago) by niro
File size: 765 byte(s)
auto added: ver bump to 0.4.1-r1
1 | # $Id$ |
2 | |
3 | PNAME="libvdpau" |
4 | PVER="0.4.1" |
5 | PBUILD="r1" |
6 | |
7 | PCATEGORIE="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.4 |
13 | >= x11-libs/libXext-1.3" |
14 | |
15 | SDEPEND=">= dev-util/pkgconfig-0.25 |
16 | >= x11-proto/dri2proto-2" |
17 | |
18 | SRCFILE="${PNAME}-${PVER}.tar.gz" |
19 | SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" |
20 | |
21 | sminclude mbuild multilib |
22 | |
23 | SRC_URI=( |
24 | http://people.freedesktop.org/~aplattner/vdpau/${SRCFILE} |
25 | mirror://${PNAME}/${SRCFILE} |
26 | ) |
27 | |
28 | UP2DATE="updatecmd 'http://people.freedesktop.org/~aplattner/vdpau/?C=M;O=A' | grep ${PNAME}- | lasttarball gz" |
29 | |
30 | src_compile() |
31 | { |
32 | cd ${SRCDIR} |
33 | |
34 | mconfigure --with-module-dir=/usr/$(mlibdir) --disable-documentation || die |
35 | mmake || die |
36 | } |