shotcut: switch to mlt-python3
This commit is contained in:
parent
b7e9fc16e7
commit
2db21a1011
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
configure_args="SHOTCUT_VERSION=VOID-$version DEFINES+=SHOTCUT_NOUPGRADE"
|
configure_args="SHOTCUT_VERSION=VOID-$version DEFINES+=SHOTCUT_NOUPGRADE"
|
||||||
hostmakedepends="pkg-config qt5-tools"
|
hostmakedepends="pkg-config qt5-tools"
|
||||||
makedepends="gstreamer1-devel lame-devel libvpx-devel mlt-devel mlt-python
|
makedepends="gstreamer1-devel lame-devel libvpx-devel mlt-devel mlt-python3
|
||||||
qt5-declarative-devel qt5-graphicaleffects qt5-multimedia-devel
|
qt5-declarative-devel qt5-graphicaleffects qt5-multimedia-devel
|
||||||
qt5-quickcontrols qt5-webkit-devel qt5-websockets-devel qt5-x11extras-devel
|
qt5-quickcontrols qt5-webkit-devel qt5-websockets-devel qt5-x11extras-devel
|
||||||
x264-devel"
|
x264-devel"
|
||||||
|
@ -26,7 +26,7 @@ post_configure() {
|
||||||
# Hack to make sure that the build_style does not override the
|
# Hack to make sure that the build_style does not override the
|
||||||
# value of LINK when calling the translations Makefile
|
# value of LINK when calling the translations Makefile
|
||||||
cd translations
|
cd translations
|
||||||
qmake PREFIX=/usr
|
qmake-qt5 PREFIX=/usr
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
sed -i -e 's/^LINK/override LINK/g' translations/Makefile
|
sed -i -e 's/^LINK/override LINK/g' translations/Makefile
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue