### this file is sourced not run
PKGVER=1.1.1
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 7.5
TARBALL=libvdpau-1.1.1.tar.bz2
MD5SUM=2fa0b05a4f4d06791eec83bc9c854d14
SRC_URL=http://people.freedesktop.org/~aplattner/vdpau/$TARBALL
BUNDLE=

SLACKREQ=libX11 # xorg libraries
SLACKDESC='libvdpau: libvdpau 1.1.1 (Video Playback Acceleration library)  
libvdpau:  
libvdpau: VDPAU (Video Decode and Presentation API for Unix) is an open source 
libvdpau: library (libvdpau) and API originally designed by Nvidia for its 
libvdpau: GeForce 8 series and later GPU hardware targeted at the X Window 
libvdpau: System This VDPAU API allows video programs to offload portions of 
libvdpau: the video decoding process and video post-processing to the GPU 
libvdpau: video-hardware.  
libvdpau: 
libvdpau: 
libvdpau:
'

### default pkg_download
### default pkg_prepare 
### default pkg_package
### build
pkg_build() {	
	CONFFLAGS="$XORG_CONFIG"
	pkg_build_autoconf && pkg_build_slackdesc
}
