libva-intel-driver: initial commit, version 2.4.1
This commit is contained in:
parent
ae1b98a579
commit
dfab49b017
4
libva-intel-driver/.footprint
Normal file
4
libva-intel-driver/.footprint
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
drwxr-xr-x root/root usr/lib/dri/
|
||||||
|
-rwxr-xr-x root/root usr/lib/dri/i965_drv_video.so
|
5
libva-intel-driver/.signature
Normal file
5
libva-intel-driver/.signature
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
|
RWSagIOpLGJF315TFkWWLvjZ8loLFSN6zMyJ6582ifM+AmTHiCRAVgGSQrp4lxDoWSoBIMMY6PfuJF7awHlzeHQMhxTNlbIdBg4=
|
||||||
|
SHA256 (Pkgfile) = 27e96187d3ebe02b04fe2c15822e8a0ecced581b89db439138572c4b27d20ab3
|
||||||
|
SHA256 (.footprint) = 92cc0a35ffe0b36abeb6d1a68f1b5c2989ee4916dc6437ae5319fe7c02b31469
|
||||||
|
SHA256 (intel-vaapi-driver-2.4.1.tar.bz2) = 0081fce08eb3a83f7d99c3b853c8fdfa0af437b8f5b0fb7c66faeb83bcbe0c19
|
16
libva-intel-driver/Pkgfile
Normal file
16
libva-intel-driver/Pkgfile
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Description: libva video acceleration for newer intel based setups
|
||||||
|
# URL: https://github.com/intel/intel-vaapi-driver
|
||||||
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||||
|
# Depends on: glu ffmpeg libva meson ninja
|
||||||
|
|
||||||
|
name=libva-intel
|
||||||
|
version=2.4.1
|
||||||
|
release=1
|
||||||
|
source=(https://github.com/intel/intel-vaapi-driver/releases/download/${version}/intel-vaapi-driver-${version}.tar.bz2)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
meson intel-vaapi-driver-$version build \
|
||||||
|
--prefix=/usr
|
||||||
|
ninja -C build
|
||||||
|
DESTDIR=$PKG ninja -C build install
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user