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 ..."