mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'mlt7'
|
||||||
pkgname=mlt7
|
pkgname=mlt7
|
||||||
version=7.4.0
|
version=7.4.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="mlt-${version}"
|
wrksrc="mlt-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DSWIG_PYTHON=ON"
|
configure_args="-DSWIG_PYTHON=ON"
|
||||||
|
@ -35,7 +35,7 @@ esac
|
||||||
|
|
||||||
if [ "$_have_opencv" = "yes" ]; then
|
if [ "$_have_opencv" = "yes" ]; then
|
||||||
configure_args+=" -DMOD_OPENCV=ON"
|
configure_args+=" -DMOD_OPENCV=ON"
|
||||||
makedepends+=" libopencv4-devel"
|
makedepends+=" libopencv-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue