[arch-commits] Commit in intel-media-sdk/trunk (PKGBUILD)
Daniel Bermond
dbermond at archlinux.org
Sat May 22 15:04:50 UTC 2021
Date: Saturday, May 22, 2021 @ 15:04:49
Author: dbermond
Revision: 941991
upgpkg: intel-media-sdk 21.1.3-2: remove opencl plugin
The previous update was made by a non-maintainer without
any discussion (a really bad practice in my humble option),
forcing me to remove the opencl plugin now. The opencl plugin
relies/validates on specific versions of the Intel opencl
stack, and the last update may have potentially broken it.
Modified:
intel-media-sdk/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-22 14:54:45 UTC (rev 941990)
+++ PKGBUILD 2021-05-22 15:04:49 UTC (rev 941991)
@@ -3,14 +3,13 @@
pkgbase=intel-media-sdk
pkgname=('intel-media-sdk' 'libmfx')
pkgver=21.1.3
-pkgrel=1
+pkgrel=2
pkgdesc='API to access hardware-accelerated video on Intel Gen graphics hardware platforms'
arch=('x86_64')
url='https://software.intel.com/en-us/media-sdk/'
license=('MIT')
makedepends=('libdrm' 'libva' 'wayland' 'intel-media-driver'
- 'cmake' 'libpciaccess' 'libx11' 'libxcb' 'python'
- 'opencl-headers' 'opencl-clhpp' 'ocl-icd' 'intel-compute-runtime')
+ 'cmake' 'libpciaccess' 'libx11' 'libxcb' 'python')
source=("https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-${pkgver}.tar.gz"
"https://github.com/Intel-Media-SDK/MediaSDK/commit/f6925886f27a39eed2e43c5b7b6c342d00f7a970.patch")
sha256sums=('718e68e3be78fcdc2dea0e3cd4714c38df2d451d7c8afef840c9c07e82bd4cb9'
@@ -28,7 +27,7 @@
-DCMAKE_BUILD_TYPE:STRING='None' \
-DCMAKE_INSTALL_PREFIX:PATH='/usr' \
-DENABLE_ITT:BOOL='OFF' \
- -DENABLE_OPENCL:BOOL='ON' \
+ -DENABLE_OPENCL:BOOL='OFF' \
-DENABLE_WAYLAND:BOOL='ON' \
-DENABLE_X11_DRI3:BOOL='ON' \
-Wno-dev
@@ -41,8 +40,6 @@
package_intel-media-sdk() {
depends=('libdrm' 'libva' 'wayland' "libmfx=${pkgver}" 'intel-media-driver')
- optdepends=('ocl-icd: for rotate_opencl plugin'
- 'intel-compute-runtime: for rotate_opencl plugin')
make -C build DESTDIR="$pkgdir" install
ln -s ../share/mfx/samples/libcttmetrics.so "${pkgdir}/usr/lib/libcttmetrics.so"
More information about the arch-commits
mailing list