Freeze harvid/xjadeo PPC version
This commit is contained in:
parent
7801888810
commit
3a0a2902b5
@ -656,8 +656,14 @@ fi
|
|||||||
|
|
||||||
if test x$WITH_HARVID != x ; then
|
if test x$WITH_HARVID != x ; then
|
||||||
echo "installing video tools.."
|
echo "installing video tools.."
|
||||||
HARVID_VERSION=$(curl -s -S http://ardour.org/files/video-tools/harvid_version.txt)
|
if test $OSX_ARCH = ppc; then
|
||||||
XJADEO_VERSION=$(curl -s -S http://ardour.org/files/video-tools/xjadeo_version.txt)
|
# 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
|
MULTIARCH=osx
|
||||||
echo "copying harvid and xjadeo ..."
|
echo "copying harvid and xjadeo ..."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user