mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
libva: 2.9.0
This commit is contained in:
parent
7f65236e1d
commit
7e6dd91344
@ -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
|
||||
|
@ -1 +1 @@
|
||||
adbb1244d278908f89ccfcf254a442de6d71934565a492cb6f03caf2ed4d1ec3 libva-2.8.0.tar.bz2
|
||||
f31549dd476e01504ba6ff62f69862eb78555a9809ebe737056543a189d619dc
|
||||
|
@ -3,5 +3,6 @@ libXext
|
||||
libXfixes
|
||||
libdrm
|
||||
linux-headers make
|
||||
pkgconf make
|
||||
mesa
|
||||
meson make
|
||||
pkgconf make
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
2.8.0 1
|
||||
2.9.0 1
|
||||
|
Loading…
Reference in New Issue
Block a user