contrib/libvdpau/Pkgfile

27 lines
778 B
Plaintext
Raw Normal View History

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