summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-04-16 21:53:38 +0200
committerRobin Gareus <robin@gareus.org>2013-04-16 21:53:38 +0200
commit7bb24872e532cc1c0067bc3a8fcf7e4ec7f52beb (patch)
treea56b6499082c0877924c6bce0c95a38894be85d5 /tools/linux_packaging
parent90a4d0166292b8e7335db33f80334a03561ce5da (diff)
update linux packaging script to include xjadeo & harvid
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/build6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index b332365407..9f70f95eb2 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -530,9 +530,13 @@ done
if test x$WITH_HARVID != x ; then
cd $APPBIN
- HARVID_VERSION=$(curl http://ardour.org/files/video-tools/latest_version_numer.txt)
+ HARVID_VERSION=$(curl http://ardour.org/files/video-tools/harvid_version.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
+ XJADEO_VERSION=$(curl http://ardour.org/files/video-tools/xjadeo_version.txt)
+ curl -L http://ardour.org/files/video-tools/xjadeo-${MULTIARCH}-${XJADEO_VERSION}.tgz \
+ | tar -x -z --exclude=README --exclude=xjadeo.1 --strip-components=1 || exit 1
+ mv xjadeo xjremote
cd -
fi