extra/opencv to 4.10.0-15

This commit is contained in:
Kevin Mihelich 2024-11-28 01:04:41 +00:00
parent 347c813509
commit 6154fdba48
2 changed files with 18 additions and 2 deletions
extra/opencv

View file

@ -1,7 +1,7 @@
pkgbase = opencv
pkgdesc = Open Source Computer Vision Library
pkgver = 4.10.0
pkgrel = 14
pkgrel = 15
url = https://opencv.org/
arch = x86_64
license = Apache-2.0
@ -113,3 +113,18 @@ pkgname = opencv-cuda
provides = opencv=4.10.0
conflicts = opencv
options = !debug
pkgname = python-opencv-cuda
pkgdesc = Python bindings for OpenCV (with CUDA support)
depends = fmt
depends = glew
depends = hdf5
depends = jsoncpp
depends = opencv-cuda
depends = openmpi
depends = pugixml
depends = python-numpy
depends = qt6-base
depends = vtk
provides = python-opencv=4.10.0
conflicts = python-opencv

View file

@ -6,13 +6,14 @@
# - remove -DCPU_BASELINE_{ENABLE,DISABLE} flags for SSE
# - remove cudnn makedepends
# - remove opencv-cuda package
# - remove python-opencv-cuda package
pkgbase=opencv
pkgname=(opencv
opencv-samples
python-opencv)
pkgver=4.10.0
pkgrel=14
pkgrel=15
pkgdesc='Open Source Computer Vision Library'
arch=(x86_64)
license=(Apache-2.0)