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.
2020-06-18 20:24:47 -05:00
# URL: https://gitlab.freedesktop.org/vdpau/libvdpau
2014-07-02 21:07:34 +10:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2019-08-29 13:09:27 +02:00
# Depends on: xorg-libxext meson ninja
2014-07-02 21:07:34 +10:00
name=libvdpau
2020-04-25 23:09:43 +10:00
version=1.4
2015-03-12 12:03:33 +01:00
release=1
2019-08-29 13:09:27 +02:00
source=(https://gitlab.freedesktop.org/vdpau/$name/-/archive/$version//$name-$version.tar.bz2)
2014-07-02 21:07:34 +10:00
build() {
2020-11-04 17:19:38 +01:00
meson setup build $name-$version \
--prefix=/usr \
--buildtype=plain \
-D documentation=false
meson compile -C build -j ${JOBS:-1}
2020-04-25 23:09:43 +10:00
DESTDIR=$PKG meson install -C build
2014-07-02 21:07:34 +10:00
}