Commit 6179b7c6 authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm play svp4: Drop bundled pythonqt for avoid dependency on python 3.8 (eterbug #18111)

parent 78e00a75
......@@ -22,6 +22,9 @@ for f in "installer/"*.7z; do
7z -bd -bb0 -y x -o"extracted/" "${f}" || true
done
# Drop bundled pythonqt for avoid dependency on python 3.8
rm extracted/extensions/libPythonQt.so
mv extracted/* opt/svp4/
PKGNAME=$PRODUCT-$VERSION
......
......@@ -32,6 +32,8 @@ Exec=$PRODUCT %f
Icon=svp-manager4.png
EOF
add_requires mpv libmediainfo python3-module-vapoursynth libqt5-concurrent
add_requires mpv libqt5-concurrent
add_unirequires libPythonQt.so.0 "python3(vapoursynth)" libmediainfo.so.0
ignore_lib_requires libPythonQt.so.1
add_libs_requires
add_bin_link_command $PRODUCT $PRODUCTDIR/SVPManager
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment