summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25594026fe65..e03ef1a13f4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = onevpl-git
pkgdesc = oneAPI Video Processing Library (git version)
- pkgver = 2023.2.0.r1.g208c0d4
+ pkgver = 2023.3.1.r0.gca5bbbb
pkgrel = 1
url = https://www.intel.com/content/www/us/en/developer/tools/oneapi/onevpl.html
arch = x86_64
@@ -12,7 +12,8 @@ pkgbase = onevpl-git
depends = libdrm
depends = libva
depends = wayland
- optdepends = onevpl-runtime: for runtime implementation
+ optdepends = intel-media-sdk: runtime for legacy Intel GPUs
+ optdepends = onevpl-intel-gpu: runtime for Tiger Lake and newer GPUs
provides = onevpl
conflicts = onevpl
source = git+https://github.com/oneapi-src/oneVPL.git
diff --git a/PKGBUILD b/PKGBUILD
index 5f89c126acb3..3ebec9248ae5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=onevpl-git
-pkgver=2023.2.0.r1.g208c0d4
+pkgver=2023.3.1.r0.gca5bbbb
pkgrel=1
pkgdesc='oneAPI Video Processing Library (git version)'
arch=('x86_64')
url='https://www.intel.com/content/www/us/en/developer/tools/oneapi/onevpl.html'
license=('MIT')
depends=('libdrm' 'libva' 'wayland')
-optdepends=('onevpl-runtime: for runtime implementation')
+optdepends=('intel-media-sdk: runtime for legacy Intel GPUs'
+ 'onevpl-intel-gpu: runtime for Tiger Lake and newer GPUs')
makedepends=('git' 'cmake' 'libx11' 'wayland-protocols')
provides=('onevpl')
conflicts=('onevpl')