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

libva-utils: 2.9.0

This commit is contained in:
Dylan Araps 2020-09-13 19:55:18 +03:00
parent 7e6dd91344
commit f28c18cca7
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
4 changed files with 12 additions and 8 deletions

View File

@ -1,8 +1,12 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-wayland
export DESTDIR="$1"
make
make DESTDIR="$1" install
meson \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
. output
ninja -C output
ninja -C output install

View File

@ -1 +1 @@
8acad2c16bfef408643cf4de56c324345449f202e4a3a5b012a62a1d3af400ef libva-utils-2.8.0.tar.bz2
d363210a42cd2667f6f7cff0e57db1d527feb067ffebe3ba233bc80b1bdcd9b4

View File

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

View File

@ -1 +1 @@
2.8.0 1
2.9.0 1