git » libva.git » commit bddbed1

upgpkg: 2.19.0-1

author Maxime Gauduin
2023-07-18 09:21:18 UTC
committer Maxime Gauduin
2023-07-18 09:21:18 UTC
parent e52437af76b29a9eebbb5bae8abd33a87e3b5d35

upgpkg: 2.19.0-1

.SRCINFO +30 -0
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..4052ba5
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,30 @@
+pkgbase = libva
+	pkgdesc = Video Acceleration (VA) API for Linux
+	pkgver = 2.19.0
+	pkgrel = 1
+	url = https://01.org/linuxmedia/vaapi
+	arch = x86_64
+	license = MIT
+	makedepends = git
+	makedepends = libglvnd
+	makedepends = mesa
+	makedepends = meson
+	depends = libdrm
+	depends = libgl
+	depends = libx11
+	depends = libxext
+	depends = libxfixes
+	depends = wayland
+	optdepends = intel-media-driver: backend for Intel GPUs (>= Broadwell)
+	optdepends = libva-intel-driver: backend for Intel GPUs (<= Haswell)
+	optdepends = libva-mesa-driver: backend for AMD and Nvidia GPUs
+	provides = libva-drm.so
+	provides = libva-glx.so
+	provides = libva-wayland.so
+	provides = libva-x11.so
+	provides = libva.so
+	backup = etc/libva.conf
+	source = git+https://github.com/intel/libva.git#tag=807044bd0fcb944edf230052fa09acc4266790fe
+	sha256sums = SKIP
+
+pkgname = libva
diff --git a/PKGBUILD b/PKGBUILD
index f16fa5b..725a16b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru <ibiru@archlinux.org>
 
 pkgname=libva
-pkgver=2.18.0
+pkgver=2.19.0
 pkgrel=1
 pkgdesc='Video Acceleration (VA) API for Linux'
 arch=(x86_64)
@@ -36,7 +36,7 @@ provides=(
   libva.so
 )
 backup=(etc/libva.conf)
-_tag=b06ccb323cd68bc5ce3fa9861c831766d6355d88
+_tag=807044bd0fcb944edf230052fa09acc4266790fe
 source=(git+https://github.com/intel/libva.git#tag=${_tag})
 sha256sums=('SKIP')