![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 1fef324bcf7c490c920a926e9e262e83c73aba85 Author: Thomas Penteker <tek@serverop.de> Date: Thu Feb 14 23:59:56 2019 +0100 Revert "libva-intel: 1.8.1 -> 2.3.0" This reverts commit 2faaa445f921038d615312ecb06961ee3c89c5b1. Until libva is updated to version 2.3.0, need to go back to 1.8.x here. diff --git a/libva-intel/.signature b/libva-intel/.signature index 31a4ac4e..4418994a 100644 --- a/libva-intel/.signature +++ b/libva-intel/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34XYFobyrW/ooSydq7OYGT/L4M49y6Adervs9yOF+rbB1aOqVQmh34DdrbSl7ITvccvQoqHOwAMfNLJWALsYxwg= -SHA256 (Pkgfile) = c19de5c14fedc51f7b930a28cbe58854f67ee3e9c9e91b1efc7500f54e62e6b9 +RWSagIOpLGJF317ShYqyEMx0cie4ASB4zu1UIyC4Es0XlCNrvijawwo1KBCVuBJIC6VyZq/xufBV4at6lsd8QOkRKzj2F4LHNww= +SHA256 (Pkgfile) = c9b97e11f89da279019e86c75b76349aec54f1ade23dacf193c08752a29955ce SHA256 (.footprint) = 735f9b5ba694e84521e9ed63166b424078f8a81d671b81d38f3500e7bd793a0f -SHA256 (intel-vaapi-driver-2.3.0.tar.bz2) = 5c2e5deab024a0a6ae81dfe77ef455542a88d824eda7bfd07684337407ecdfe3 +SHA256 (intel-vaapi-driver-1.8.1.tar.bz2) = efd041602635ce9450fbdf864563d3b95341ef3877337772af708d9cc17b2fce diff --git a/libva-intel/Pkgfile b/libva-intel/Pkgfile index be2baf75..f3f903e7 100644 --- a/libva-intel/Pkgfile +++ b/libva-intel/Pkgfile @@ -4,7 +4,7 @@ # Depends on: glu ffmpeg libva name=libva-intel -version=2.3.0 +version=1.8.1 release=1 source=(https://github.com/01org/intel-vaapi-driver/releases/download/${version}/intel-vaapi-driver-${version}.tar.bz2) @@ -13,6 +13,8 @@ build() { ./configure --prefix=/usr + sed -i '1265,1266d' src/Makefile + make make DESTDIR=$PKG install }