pkgbase = openvino
	pkgdesc = A toolkit for optimizing and deploying deep learning models
	pkgver = 2026.2.1
	pkgrel = 2
	url = https://docs.openvino.ai/
	arch = x86_64
	license = Apache-2.0
	license = LicenseRef-custom
	makedepends = cmake
	makedepends = flatbuffers
	makedepends = git
	makedepends = git-lfs
	makedepends = level-zero-headers
	makedepends = ocl-icd
	makedepends = onetbb
	makedepends = opencv
	makedepends = patchelf
	makedepends = pugixml
	makedepends = python
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-setuptools
	makedepends = python-wheel
	makedepends = snappy
	options = !emptydirs
	source = git+https://github.com/openvinotoolkit/openvino.git#commit=ede283a88e35465f0d680dabbf1f44080f8fc387?signed
	source = oneDNN-openvinotoolkit::git+https://github.com/openvinotoolkit/oneDNN.git
	source = git+https://github.com/herumi/xbyak.git
	source = git+https://github.com/madler/zlib.git
	source = git+https://github.com/gflags/gflags.git
	source = googletest-openvinotoolkit::git+https://github.com/openvinotoolkit/googletest.git
	source = git+https://github.com/KhronosGroup/OpenCL-Headers.git
	source = git+https://github.com/KhronosGroup/OpenCL-CLHPP.git
	source = git+https://github.com/onnx/onnx.git
	source = git+https://github.com/protocolbuffers/protobuf.git
	source = git+https://github.com/pybind/pybind11.git
	source = git+https://github.com/intel/ittapi.git
	source = git+https://github.com/nithinn/ncc.git
	source = git+https://github.com/oneapi-src/oneDNN.git
	source = git+https://github.com/nlohmann/json.git
	source = git+https://github.com/ARM-software/ComputeLibrary.git
	source = git+https://github.com/openvinotoolkit/mlas.git
	source = git+https://github.com/oneapi-src/level-zero.git
	source = git+https://github.com/intel/level-zero-npu-extensions.git
	source = git+https://github.com/jbeder/yaml-cpp.git
	source = git+https://github.com/openvinotoolkit/telemetry.git
	source = git+https://github.com/libxsmm/libxsmm.git
	source = git+https://github.com/ARM-software/kleidiai.git
	source = git+https://github.com/herumi/xbyak_riscv.git
	source = 010-openvino-change-install-paths.patch
	source = 020-openvino-disable-werror.patch
	source = 030-openvino-ignore-system-onnx.patch
	source = 040-openvino-opencv5-fix.patch
	validpgpkeys = 968479A1AFF927E37D1A566BB5690EEEBB952194
	sha256sums = e5ef4309dc42382fbd70779e3db3f39dc18bab83cb42c061e9674dc9351a882c
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = fa1d3bc0b89fb36ef254b572958b806f76b37dac2faab53a148ba9db9cbffd0d
	sha256sums = 07814fc576c6bced01c2d37e1f0d5c13f90ebb3c0e4fa404b3c5d367d83dc48c
	sha256sums = 30835fc8bc6cfcb5c140fe66f473865e56fec6e2842da542d69cf03f4b34f904
	sha256sums = e9ca24f135bf85606be18d0fb52f8a0702dc4ed82c10dd5de122e18be47df3c0

pkgname = openvino
	depends = glibc
	depends = libgcc
	depends = onetbb
	depends = pugixml
	depends = snappy
	optdepends = openvino-intel-gpu-plugin: for Intel GPU plugin
	optdepends = openvino-intel-npu-plugin: for Intel NPU plugin
	provides = intel-openvino
	conflicts = intel-openvino
	replaces = intel-openvino

pkgname = openvino-intel-gpu-plugin
	pkgdesc = Intel GPU plugin for OpenVINO
	depends = glibc
	depends = intel-compute-runtime
	depends = libgcc
	depends = ocl-icd
	depends = onetbb
	depends = openvino=2026.2.1
	depends = pugixml

pkgname = openvino-intel-npu-plugin
	pkgdesc = Intel NPU plugin for OpenVINO
	depends = glibc
	depends = intel-npu-compiler
	depends = intel-npu-driver
	depends = libgcc
	depends = onetbb
	depends = opencv
	depends = openvino=2026.2.1
	depends = pugixml

pkgname = python-openvino
	pkgdesc = Python bindings for OpenVINO
	depends = glibc
	depends = libgcc
	depends = openvino=2026.2.1
	depends = python
	depends = python-numpy
	depends = python-openvino-telemetry
	depends = python-packaging
	optdepends = python-jax: for JAX frontend
	optdepends = python-opencv: for filling vectors in benchmark
	optdepends = python-pillow: for Torchvision to OpenVINO preprocessing converter
	optdepends = python-pytorch: for PyTorch frontend and Torchvision to OpenVINO preprocessing converter
	optdepends = python-tensorflow: for TensorFlow frontend
	optdepends = python-torchvision: for Torchvision to OpenVINO preprocessing converter
