Freeze harvid/xjadeo PPC version

This commit is contained in:
Robin Gareus
2018-11-30 18:10:35 +01:00
parent 7801888810
commit 3a0a2902b5

View File

@@ -656,8 +656,14 @@ fi
if test x$WITH_HARVID != x ; then
echo "installing video tools.."
HARVID_VERSION=$(curl -s -S http://ardour.org/files/video-tools/harvid_version.txt)
XJADEO_VERSION=$(curl -s -S http://ardour.org/files/video-tools/xjadeo_version.txt)
if test $OSX_ARCH = ppc; then
# EOL
HARVID_VERSION=v0.8.2
XJADEO_VERSION=v0.8.8
else
HARVID_VERSION=$(curl -s -S http://ardour.org/files/video-tools/harvid_version.txt)
XJADEO_VERSION=$(curl -s -S http://ardour.org/files/video-tools/xjadeo_version.txt)
fi
MULTIARCH=osx
echo "copying harvid and xjadeo ..."