aboutsummaryrefslogtreecommitdiff
path: root/extra/libva
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-28 00:00:25 +0300
committerCem Keylan <cem@ckyln.com>2020-06-28 00:00:25 +0300
commit33bfcbc82ed7bbc74c32de29ea7fd90968cf0740 (patch)
tree4eb81483b05707f92266162b4bb23827b37fa240 /extra/libva
parent1f9597dd69263e3d660b414a0b88b78b1601179b (diff)
downloadrepository-33bfcbc82ed7bbc74c32de29ea7fd90968cf0740.tar.gz
libva: bump to 2.8.0
Diffstat (limited to 'extra/libva')
-rwxr-xr-xextra/libva/build12
-rw-r--r--extra/libva/checksums2
-rw-r--r--extra/libva/sources2
-rw-r--r--extra/libva/version2
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