# 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=20120521 release=1 source=(http://www.hvlinux.net/crux/distfiles/$name/$name-$version-$name-0.4.1-1-g4262513.tar.xz flash_hack.patch) build() { cd $name patch -p 1 -i $SRC/flash_hack.patch autoreconf -v --install ./configure \ --prefix=/usr \ --mandir=/usr/man \ --disable-dependency-tracking make make DESTDIR=$PKG install }