2014-07-09 21:37:14 +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.
2019-03-05 22:14:44 +11:00
# URL: http://cgit.freedesktop.org/vdpau/libvdpau
2018-04-06 00:13:35 +10:00
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
2018-04-14 18:12:22 +10:00
# Depends on: libvdpau xorg-libxext-32
2014-07-09 21:37:14 +10:00
name=libvdpau-32
2019-03-05 22:14:44 +11:00
version=1.2
2015-03-15 15:41:28 +11:00
release=1
2019-03-06 00:35:31 +11:00
source=(https://gitlab.freedesktop.org/vdpau/${name%-*}/uploads/14b620084c027d546fa0b3f083b800c6/${name%-*}-$version.tar.bz2)
2014-07-09 21:37:14 +10:00
build() {
2019-03-06 00:35:31 +11:00
cd ${name%-*}-$version
2014-07-09 21:37:14 +10:00
./configure \
--prefix=/usr \
--libdir=/usr/lib32 \
2014-12-30 21:34:30 +11:00
--disable-dependency-tracking \
--disable-documentation
2014-07-09 21:37:14 +10:00
make
make DESTDIR=$PKG install
2014-07-09 21:59:19 +10:00
rm -r $PKG/usr/{etc,include}
2014-07-09 21:37:14 +10:00
}