diff options
author | Thomas Penteker <tek@serverop.de> | 2019-02-14 23:59:56 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2019-02-14 23:59:56 +0100 |
commit | 1fef324bcf7c490c920a926e9e262e83c73aba85 (patch) | |
tree | e173db52a0c782b0eff2515c9fd61e2da714d831 /libva-intel | |
parent | 2faaa445f921038d615312ecb06961ee3c89c5b1 (diff) | |
download | contrib-1fef324bcf7c490c920a926e9e262e83c73aba85.tar.gz contrib-1fef324bcf7c490c920a926e9e262e83c73aba85.tar.xz |
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.
Diffstat (limited to 'libva-intel')
-rw-r--r-- | libva-intel/.signature | 6 | ||||
-rw-r--r-- | libva-intel/Pkgfile | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/libva-intel/.signature b/libva-intel/.signature index 31a4ac4e4..4418994af 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 be2baf751..f3f903e71 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 } |