summaryrefslogtreecommitdiff
path: root/libvdpau-32/Pkgfile
blob: d2709286b2826a21b23cb3537e21156c00f40997 (plain)
    1 # Description: Video Decode and Presentation API for Unix provides a complete solution for decoding, post-processing, compositing, and displaying compressed or uncompressed video streams.
    2 # URL: https://cgit.freedesktop.org/vdpau/libvdpau/
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: libvdpau xorg-libxext-32
    5 
    6 name=libvdpau-32
    7 version=1.5
    8 release=1
    9 source=(https://gitlab.freedesktop.org/vdpau/${name%-*}/-/archive/$version//${name%-*}-$version.tar.bz2)
   10 
   11 build() {
   12 	meson build libvdpau-$version --prefix /usr --libdir=/usr/lib32 -Ddocumentation=false
   13 	ninja -C build -j ${JOBS:-1}
   14 	DESTDIR=$PKG meson install -C build
   15 
   16 	rm -r $PKG/etc $PKG/usr/include
   17 }

Generated by cgit