xorg/libva/Pkgfile
2020-02-01 23:39:09 +11:00

20 lines
480 B
Plaintext

# Description: Video Acceleration API to enable hardware accelerated video decode/encode.
# URL: https://01.org/linuxmedia/vaapi
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: libdrm xorg-libxext xorg-libxfixes
name=libva
version=2.6.1
release=1
source=(https://github.com/intel/libva/releases/download/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
CONFIG_SHELL=/bin/bash \
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}