From 3a0a2902b55235886a7f2012515a4f7bc8eeafae Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 30 Nov 2018 18:10:35 +0100 Subject: [PATCH] Freeze harvid/xjadeo PPC version --- tools/osx_packaging/osx_build | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 7502d73bf1..402cad208c 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -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 ..." -- 2.30.2