summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-11-30 18:10:35 +0100
committerRobin Gareus <robin@gareus.org>2018-11-30 18:10:35 +0100
commit3a0a2902b55235886a7f2012515a4f7bc8eeafae (patch)
treebcf7ea355dd47e6a862ece52a367dae0cf7fde04 /tools
parent78018888105024712c3ad316738c5cca0a1022be (diff)
Freeze harvid/xjadeo PPC version
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build10
1 files 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 ..."