digikam: rebuild for opencv
The opencv update rolled into the Python 3.10 upgrade apparently broke ABI and prevented digikam from launching. None of the other dependants of opencv were obviously affected in some simple tests. Fixes #33530.
This commit is contained in:
parent
f09305c1b3
commit
1e88df94f9
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'digikam'
|
||||
pkgname=digikam
|
||||
version=7.3.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="extra-cmake-modules gettext pkg-config bison flex qt5-qmake
|
||||
|
|
Loading…
Reference in New Issue