Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / onevpl-intel-gpu
Commits: c9f332c2 by Daniel Bermond at 2023-10-17T16:05:21-03:00 upgpkg: 23.3.4-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = onevpl-intel-gpu + pkgdesc = oneVPL runtime implementation for Intel GPUs (Tiger Lake and newer) + pkgver = 23.3.4 + pkgrel = 1 + url = https://www.intel.com/content/www/us/en/developer/tools/oneapi/onevpl.html + arch = x86_64 + license = MIT + makedepends = cmake + depends = intel-media-driver + depends = libdrm + depends = libva + source = https://github.com/oneapi-src/oneVPL-intel-gpu/archive/intel-onevpl-23.3.4/onevpl-intel-gpu-23.3.4.tar.gz + source = 010-onevpl-intel-gpu-disable-verbose-makefile.patch + sha256sums = 9de6bfd17259b7434f2bb4fb6d2874decf9b1d4587ec9b90d91188049921e32f + sha256sums = c6b17b7026d16d02c3cab7b5081366c24021a86fa173eaee5db310691ce76879 + +pkgname = onevpl-intel-gpu ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Daniel Bermond <[email protected]> pkgname=onevpl-intel-gpu -pkgver=23.3.3 +pkgver=23.3.4 pkgrel=1 pkgdesc='oneVPL runtime implementation for Intel GPUs (Tiger Lake and newer)' arch=('x86_64') @@ -11,7 +11,7 @@ depends=('intel-media-driver' 'libdrm' 'libva') makedepends=('cmake') source=("https://github.com/oneapi-src/oneVPL-intel-gpu/archive/intel-onevpl-${pkgver}/${pkgname}-${pkgver}.tar.gz" '010-onevpl-intel-gpu-disable-verbose-makefile.patch') -sha256sums=('4f31a10d51fb09c87fa62afb6da51778f0d946de900f3367816864dc0e096b29' +sha256sums=('9de6bfd17259b7434f2bb4fb6d2874decf9b1d4587ec9b90d91188049921e32f' 'c6b17b7026d16d02c3cab7b5081366c24021a86fa173eaee5db310691ce76879') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/onevpl-intel-gpu/-/commit/c9f332c26aab3a867100283ae0ecf8539b688d69 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/onevpl-intel-gpu/-/commit/c9f332c26aab3a867100283ae0ecf8539b688d69 You're receiving this email because of your account on gitlab.archlinux.org.
