[arch-commits] Commit in libva/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Sep 6 14:27:33 UTC 2022


    Date: Tuesday, September 6, 2022 @ 14:27:33
  Author: alucryd
Revision: 455139

libva 2.15.0-4: fix optdeps

Modified:
  libva/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-06 14:24:11 UTC (rev 455138)
+++ PKGBUILD	2022-09-06 14:27:33 UTC (rev 455139)
@@ -4,7 +4,7 @@
 
 pkgname=libva
 pkgver=2.15.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Video Acceleration (VA) API for Linux'
 arch=(x86_64)
 url=https://01.org/linuxmedia/vaapi
@@ -25,8 +25,8 @@
 )
 optdepends=(
   'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
-  'libva-vdpau-driver: backend for Nvidia and AMD GPUs'
   'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
+  'libva-mesa-drivers: backend for AMD and Nvidia GPUs'
 )
 provides=(
   libva-drm.so



More information about the arch-commits mailing list