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

# source: BLFS 11.3
TARBALL=libvdpau-$PKGVER.tar.bz2
MD5SUM=148a192110e7a49d62c0bf9ef916c099
SRC_URL=https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/$PKGVER/$TARBALL
BUNDLE=

SLACKREQ=libX11 # xorg libraries
SLACKDESC="libvdpau: libvdpau $PKGVER (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() {	
	MESONFLAGS="$MESONFLAGS --prefix=$XORG_PREFIX"
	pkg_build_meson && pkg_build_slackdesc
}
