diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-28 00:00:25 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-28 00:00:25 +0300 |
commit | 33bfcbc82ed7bbc74c32de29ea7fd90968cf0740 (patch) | |
tree | 4eb81483b05707f92266162b4bb23827b37fa240 /extra/libva | |
parent | 1f9597dd69263e3d660b414a0b88b78b1601179b (diff) | |
download | repository-33bfcbc82ed7bbc74c32de29ea7fd90968cf0740.tar.gz |
libva: bump to 2.8.0
Diffstat (limited to 'extra/libva')
-rwxr-xr-x | extra/libva/build | 12 | ||||
-rw-r--r-- | extra/libva/checksums | 2 | ||||
-rw-r--r-- | extra/libva/sources | 2 | ||||
-rw-r--r-- | extra/libva/version | 2 |
4 files changed, 11 insertions, 7 deletions
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 |