2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

libva: 2.9.0

This commit is contained in:
Dylan Araps 2020-09-13 19:52:51 +03:00
parent 7f65236e1d
commit 7e6dd91344
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 16 additions and 8 deletions

View File

@ -1,7 +1,14 @@
#!/bin/sh -e
./configure \
--prefix=/usr
export DESTDIR="$1"
make
make DESTDIR="$1" install
meson \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
-Ddocs=false \
-Dintrospection=false \
. output
ninja -C output
ninja -C output install

View File

@ -1 +1 @@
adbb1244d278908f89ccfcf254a442de6d71934565a492cb6f03caf2ed4d1ec3 libva-2.8.0.tar.bz2
f31549dd476e01504ba6ff62f69862eb78555a9809ebe737056543a189d619dc

View File

@ -3,5 +3,6 @@ libXext
libXfixes
libdrm
linux-headers make
pkgconf make
mesa
meson make
pkgconf make

View File

@ -1 +1 @@
https://github.com/intel/libva/releases/download/2.8.0/libva-2.8.0.tar.bz2
https://github.com/intel/libva/archive/2.9.0.tar.gz

View File

@ -1 +1 @@
2.8.0 1
2.9.0 1