mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 08:37:02 +02:00
mlt7: rebuild for opencv-4.6.0
This commit is contained in:
parent
d79b6a3406
commit
84f99c8288
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mlt7'
|
||||
pkgname=mlt7
|
||||
version=7.4.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="mlt-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DSWIG_PYTHON=ON"
|
||||
|
@ -35,7 +35,7 @@ esac
|
|||
|
||||
if [ "$_have_opencv" = "yes" ]; then
|
||||
configure_args+=" -DMOD_OPENCV=ON"
|
||||
makedepends+=" libopencv4-devel"
|
||||
makedepends+=" libopencv-devel"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue