mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/opencv to 4.10.0-9
This commit is contained in:
parent
e8b8a804e7
commit
dcfb830b5b
2 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = opencv
|
||||
pkgdesc = Open Source Computer Vision Library
|
||||
pkgver = 4.10.0
|
||||
pkgrel = 7
|
||||
pkgrel = 9
|
||||
url = https://opencv.org/
|
||||
arch = x86_64
|
||||
license = Apache-2.0
|
||||
|
@ -56,10 +56,11 @@ pkgbase = opencv
|
|||
optdepends = hdf5: for the HDF5 module
|
||||
optdepends = opencl-icd-loader: For coding with OpenCL
|
||||
optdepends = java-runtime: Java interface
|
||||
options = !lto
|
||||
source = git+https://github.com/opencv/opencv#tag=4.10.0
|
||||
source = git+https://github.com/opencv/opencv_contrib#tag=4.10.0
|
||||
source = vtk9.patch
|
||||
sha256sums = 3882d3fdbd782983dcab19cada16a9206165d153bc5528f9007a48f27e52dc68
|
||||
sha256sums = 9bddee7c78e27fc8a5f5d76e5ac4ea355e7a4e5eff05bbbf97229bc088513be6
|
||||
sha256sums = 24f040b420d63566aeb77191706ff08b446698adf13a715d1f3cc6b60d5c7c5b
|
||||
sha256sums = f35a2d4ea0d6212c7798659e59eda2cb0b5bc858360f7ce9c696c77d3029668e
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ pkgname=(opencv
|
|||
opencv-samples
|
||||
python-opencv)
|
||||
pkgver=4.10.0
|
||||
pkgrel=7
|
||||
pkgrel=9
|
||||
pkgdesc='Open Source Computer Vision Library'
|
||||
arch=(x86_64)
|
||||
license=(Apache-2.0)
|
||||
|
@ -68,9 +68,10 @@ optdepends=('opencv-samples: samples'
|
|||
source=(git+https://github.com/opencv/opencv#tag=$pkgver
|
||||
git+https://github.com/opencv/opencv_contrib#tag=$pkgver
|
||||
vtk9.patch)
|
||||
sha256sums=('3882d3fdbd782983dcab19cada16a9206165d153bc5528f9007a48f27e52dc68'
|
||||
sha256sums=('9bddee7c78e27fc8a5f5d76e5ac4ea355e7a4e5eff05bbbf97229bc088513be6'
|
||||
'24f040b420d63566aeb77191706ff08b446698adf13a715d1f3cc6b60d5c7c5b'
|
||||
'f35a2d4ea0d6212c7798659e59eda2cb0b5bc858360f7ce9c696c77d3029668e')
|
||||
options=(!lto) # https://gitlab.archlinux.org/archlinux/packaging/packages/kdenlive/-/issues/8
|
||||
|
||||
prepare() {
|
||||
pushd opencv
|
||||
|
|
Loading…
Reference in a new issue