diff options
Diffstat (limited to 'libvdpau/Pkgfile')
-rw-r--r-- | libvdpau/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libvdpau/Pkgfile b/libvdpau/Pkgfile new file mode 100644 index 000000000..ce9f2fc27 --- /dev/null +++ b/libvdpau/Pkgfile @@ -0,0 +1,22 @@ +# Description: Video Decode and Presentation API for Unix provides a complete solution for decoding, post-processing, compositing, and displaying compressed or uncompressed video streams. +# URL: http://http.download.nvidia.com/XFree86/vdpau/doxygen/html/ +# Maintainer: Danny Rawlins, monster dot romster at gmail dot com +# Packager: Danny Rawlins, monster dot romster at gmail dot com +# Depends on: xorg-libxext + +name=libvdpau +version=0.4.1 +release=1 +source=(http://people.freedesktop.org/~aplattner/vdpau/$name-$version.tar.gz) + +build() { + cd $name-$version + + ./configure \ + --prefix=/usr \ + --mandir=/usr/man \ + --disable-dependency-tracking + + make + make DESTDIR=$PKG install +} |