1
0
forked from ports/opt
opt/libva/Pkgfile

22 lines
482 B
Plaintext
Raw Normal View History

2013-08-07 21:32:32 +10:00
# Description: Video Acceleration API to enable hardware accelerated video decode/encode.
2019-02-16 22:55:00 +11:00
# URL: https://01.org/linuxmedia/vaapi
2014-11-10 23:25:50 +11:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: mesa3d
2013-08-07 21:32:32 +10:00
name=libva
2019-02-16 22:55:00 +11:00
version=2.4.0
2015-10-22 19:51:45 +11:00
release=1
2019-02-16 22:55:00 +11:00
source=(https://github.com/intel/libva/releases/download/$version/$name-$version.tar.bz2)
2013-08-07 21:32:32 +10:00
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-wayland \
2013-08-07 21:32:32 +10:00
--disable-dependency-tracking
make
make DESTDIR=$PKG install
}