harvid binaries moved to ardour.org
authorRobin Gareus <robin@gareus.org>
Sun, 7 Apr 2013 17:39:06 +0000 (19:39 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 7 Apr 2013 17:39:06 +0000 (19:39 +0200)
tools/linux_packaging/build

index 1928fadd8f7fc85afbb77101be9360ddd25e2d78..b3323654074490bde478756ae6acf193655cba01 100755 (executable)
@@ -530,8 +530,8 @@ done
 
 if test x$WITH_HARVID != x ; then
        cd $APPBIN
-       HARVID_VERSION="v0.7.0" # todo make 'latest' symlink on github work somehow.
-       curl -L http://x42.github.com/harvid/releases/harvid-${MULTIARCH}-${HARVID_VERSION}.tgz \
+       HARVID_VERSION=$(curl http://ardour.org/files/video-tools/latest_version_numer.txt)
+       curl -L http://ardour.org/files/video-tools/harvid-${MULTIARCH}-${HARVID_VERSION}.tgz \
                | tar -x -z --exclude=README --exclude=harvid.1 --strip-components=1 || exit 1
        cd -
 fi