summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2023-08-04 17:44:45 -0300
committerDaniel Bermond2023-08-04 17:44:45 -0300
commit1a38ebe50e884779b39dac476c784e4e94dcb257 (patch)
tree9edd6e564c2c0b4335432321e3a6e9879060fc56
parentca18bea0eae98630718bf10723caab8e5dbd0bda (diff)
downloadaur-onevpl-git.tar.gz
Match repository package changes
-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')