diff options
Diffstat (limited to 'extra/libva')
-rwxr-xr-x | extra/libva/build | 6 | ||||
-rw-r--r-- | extra/libva/checksums | 3 | ||||
-rw-r--r-- | extra/libva/meta | 3 | ||||
-rw-r--r-- | extra/libva/sources | 2 | ||||
-rw-r--r-- | extra/libva/version | 2 |
5 files changed, 11 insertions, 5 deletions
diff --git a/extra/libva/build b/extra/libva/build index 64ee0e20..34b0e820 100755 --- a/extra/libva/build +++ b/extra/libva/build @@ -2,8 +2,10 @@ export DESTDIR="$1" -meson \ - --prefix=/usr \ +cl-meson \ + -Dwith_x11=yes \ + -Dwith_glx=yes \ + -Dwith_wayland="$(cpt l -C wayland yes no)" \ . output ninja -C output diff --git a/extra/libva/checksums b/extra/libva/checksums index 4e883ac5..94408426 100644 --- a/extra/libva/checksums +++ b/extra/libva/checksums @@ -1 +1,2 @@ -f04d5c829da602690f9f098a6d92065507ec9d0c957c1a6df3dea4e2de1204c5 2.10.0.tar.gz +%BLAKE3 +9b62ba8e9b496aaf453beffd1a9e0d915da4f3d04943c44856ef4137a228e123 2.22.0.tar.gz diff --git a/extra/libva/meta b/extra/libva/meta new file mode 100644 index 00000000..b8ab2ac2 --- /dev/null +++ b/extra/libva/meta @@ -0,0 +1,3 @@ +description: Video Acceleration Library +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/libva/sources b/extra/libva/sources index 13cfbed9..c8a5e456 100644 --- a/extra/libva/sources +++ b/extra/libva/sources @@ -1 +1 @@ -https://github.com/intel/libva/archive/2.10.0.tar.gz +https://github.com/intel/libva/archive/2.22.0.tar.gz diff --git a/extra/libva/version b/extra/libva/version index ddcee052..c163c974 100644 --- a/extra/libva/version +++ b/extra/libva/version @@ -1 +1 @@ -2.10.0 1 +2.22.0 1 |