xorg/libvdpau/Pkgfile

20 lines
609 B
Plaintext
Raw Normal View History

2014-07-02 21:07:34 +10: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.
2015-11-03 00:03:49 +01:00
# URL: http://cgit.freedesktop.org/vdpau/libvdpau
2014-07-02 21:07:34 +10:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxext meson ninja
2014-07-02 21:07:34 +10:00
name=libvdpau
version=1.3
2015-03-12 12:03:33 +01:00
release=1
source=(https://gitlab.freedesktop.org/vdpau/$name/-/archive/$version//$name-$version.tar.bz2)
2014-07-02 21:07:34 +10:00
build() {
cd $name-$version
meson build \
--prefix /usr \
-Ddocumentation=false \
2014-07-02 21:07:34 +10:00
DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install
2014-07-02 21:07:34 +10:00
}