Date: Thursday, March 30, 2023 @ 15:53:23 Author: alucryd Revision: 472207
upgpkg: libva 2.18.0-1 Modified: libva/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-30 15:44:51 UTC (rev 472206) +++ PKGBUILD 2023-03-30 15:53:23 UTC (rev 472207) @@ -3,7 +3,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=libva -pkgver=2.17.0 +pkgver=2.18.0 pkgrel=1 pkgdesc='Video Acceleration (VA) API for Linux' arch=(x86_64) @@ -36,7 +36,7 @@ libva.so ) backup=(etc/libva.conf) -_tag=df3c584bb79d1a1e521372d62fa62e8b1c52ce6c +_tag=b06ccb323cd68bc5ce3fa9861c831766d6355d88 source=(git+https://github.com/intel/libva.git#tag=${_tag}) sha256sums=('SKIP') @@ -46,7 +46,7 @@ } build() { - CFLAGS+=" -DENABLE_VA_MESSAGING" # Option missing + CFLAGS+=" -DENABLE_VA_MESSAGING" # Option missing arch-meson libva build meson compile -C build }
