xorg/libva/Pkgfile

20 lines
480 B
Plaintext
Raw Normal View History

2019-11-02 04:48:07 +01:00
# 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
2019-12-30 12:38:23 +01:00
version=2.6.0
2019-11-02 04:48:07 +01:00
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
}