From 33bfcbc82ed7bbc74c32de29ea7fd90968cf0740 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 28 Jun 2020 00:00:25 +0300 Subject: libva: bump to 2.8.0 --- extra/libva/build | 12 ++++++++---- extra/libva/checksums | 2 +- extra/libva/sources | 2 +- extra/libva/version | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) (limited to 'extra/libva') diff --git a/extra/libva/build b/extra/libva/build index 6daf22f8..2ce3902a 100755 --- a/extra/libva/build +++ b/extra/libva/build @@ -1,7 +1,11 @@ #!/bin/sh -e -./configure \ - --prefix=/usr +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + . output + +ninja -C output +ninja -C output install -make -make DESTDIR="$1" install diff --git a/extra/libva/checksums b/extra/libva/checksums index aef9e455..4a69b5ca 100644 --- a/extra/libva/checksums +++ b/extra/libva/checksums @@ -1 +1 @@ -a00ff19d9f969259b9784172adad7788dbf3de827d985c5d27c230efd5d98a04 libva-2.7.1.tar.bz2 +171bb8401930007945e87c765f22304e66e6e21c8a244a76389825dc2232671e 2.8.0.tar.gz diff --git a/extra/libva/sources b/extra/libva/sources index 0f38c917..1a2de912 100644 --- a/extra/libva/sources +++ b/extra/libva/sources @@ -1 +1 @@ -https://github.com/01org/libva/releases/download/2.7.1/libva-2.7.1.tar.bz2 +https://github.com/intel/libva/archive/2.8.0.tar.gz diff --git a/extra/libva/version b/extra/libva/version index 38198f36..0678a364 100644 --- a/extra/libva/version +++ b/extra/libva/version @@ -1 +1 @@ -2.7.1 1 +2.8.0 1 -- cgit v1.2.3