summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-06-10 22:23:49 +0200
committerRobin Gareus <robin@gareus.org>2013-06-10 22:23:49 +0200
commit4023a120ad321cc29d717b28fd3648e03f39c06d (patch)
tree41063a3c9af83cbdf1e17300583948940e7bc297 /tools
parent8b5f990267622100b3a1a7ff6fa346282aca4dda (diff)
deploy harvid+ffmpeg binaries directly w/ardour OSX bundle
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index d9b6099cd3..f383b00bb9 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -508,12 +508,12 @@ if test x$WITH_HARVID != x ; then
HARVID_VERSION=$(curl http://ardour.org/files/video-tools/harvid_version.txt)
XJADEO_VERSION=$(curl http://ardour.org/files/video-tools/xjadeo_version.txt)
echo "copying harvid and xjadeo ..."
- curl -L -o "$PRODUCT_PKG_DIR/harvid-${HARVID_VERSION}.pkg" "http://x42.github.io/harvid/releases/harvid-${HARVID_VERSION}.pkg"
curl -L -o "$PRODUCT_PKG_DIR/xjadeo-${XJADEO_VERSION:1}.dmg" "http://sourceforge.net/projects/xjadeo/files/xjadeo/${XJADEO_VERSION}/jadeo-${XJADEO_VERSION:1}.dmg/download"
+ curl -L "http://ardour.org/files/video-tools/harvid-osx-${HARVID_VERSION}.tgz"\
+ | tar -x -z -C $PRODUCT_PKG_DIR/$APPROOT
DMGWINBOTTOM=$[ $DMGWINBOTTOM + 140 ]
YPOS=$[ $DMGWINBOTTOM - 300 ]
- HARVIDPOS="set position of item \"harvid-${HARVID_VERSION}.pkg\" of container window to {90, ${YPOS}}"
- XJADEOPOS="set position of item \"xjadeo-${XJADEO_VERSION:1}.dmg\" of container window to {310, ${YPOS}}"
+ XJADEOPOS="set position of item \"xjadeo-${XJADEO_VERSION:1}.dmg\" of container window to {90, ${YPOS}}"
fi
echo "Building DMG ..."