summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-10-01 15:33:23 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-10-01 15:33:23 +0000
commita0d4c9b392d021218f5a0e1b79d0011f7191134c (patch)
tree0ef3e66e19869e5f25507db488e93903c03726f2 /tools
parent49a9fa20a56c6f5607e7bcf209985a67972c3f31 (diff)
merge 5674:5682 and 5689-5694 from mixbus branch
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5695 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build21
1 files changed, 20 insertions, 1 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 92c76b384f..57d5323b84 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -306,6 +306,7 @@ else
fi
cp ../../gtk2_ardour/ardour2_ui_sae.conf $Resources
cp ../../gtk2_ardour/ardour2_ui_default.conf $Resources
+cp ../../gtk2_ardour/ardour2_ui_default.conf $Resources/ardour2_ui.conf
cp ../../gtk2_ardour/ardour2_ui_light.rc $Resources
cp ../../gtk2_ardour/ardour2_ui_dark.rc $Resources
cp ../../gtk2_ardour/ardour2_ui_light_sae.rc $Resources
@@ -419,12 +420,28 @@ if [ x$EXTRA_PACKAGING_DIR != x ] ; then
rm -rf $MIXBUS_PKG_DIR
mkdir $MIXBUS_PKG_DIR
mv $APPDIR $MIXBUS_PKG_DIR/
- # cp HowToInstallArdourMIXBUS.pdf "$MIXBUS_PKG_DIR/How To Install Ardour MIXBUS.pdf"
+ cp MixBus_Install_QuickStart.pdf "$MIXBUS_PKG_DIR/Mixbus Install & Quick Start Guide.pdf"
if [ -x$EXTERNAL_JACK != x ] ; then
cp $EXTERNAL_JACK $MIXBUS_PKG_DIR
fi
+ # create dmg
+
+ echo "Building DMG ..."
+
+ # UC_DMG=Ardour-${release_version}-${svn_version}-UC.dmg
+ # FINAL_DMG=Ardour-${release_version}-${svn_version}.dmg
+ UC_DMG=Ardour-${release_version}-${svn_version}.dmg
+
+ rm -f $UC_DMG
+ hdiutil create $UC_DMG -volname Ardour-$release_version -fs HFS+ -srcfolder $MIXBUS_PKG_DIR
+
+ # compress it
+ # echo "Compressing DMG ..."
+ # rm -f $FINAL_DMG
+ # hdiutil convert $UC_DMG -format UDBZ -o $FINAL_DMG
+
else
echo "public packaging in an extra folder is not implemented yet"
@@ -432,5 +449,7 @@ if [ x$EXTRA_PACKAGING_DIR != x ] ; then
fi
fi
+
+
echo "Done."