build fixes and tweaks
[goodguy/history.git] / cinelerra-5.1 / bld_scripts / bld_package.sh
index ff715bf49e582c2687e07e4b47e02ee58f912222..b08099d4aa9dae7f7963fa65bc7fec94e5807069 100755 (executable)
@@ -2,7 +2,7 @@
 
 if [ $# -ne 2 ]; then
   echo "usage: $0 <os> <typ>"
-  echo "  os = centos | ubuntu | suse"
+  echo "  os = centos | ubuntu | suse | debian"
   echo " typ = static | dynamic"
   exit 1
 fi
@@ -14,7 +14,14 @@ proj="cinelerra5"
 base="cinelerra-5.1"
 
 centos="centos-7.0-1406"
+debian="debian-8.4.0"
+fedora="fedora-23"
+leap="leap-42.1"
+mint="mint-14.04.1"
 suse="opensuse-13.2"
+ub14="ub14.04.1"
+ub15="ub15.10"
+ub15="ub16.04"
 ubuntu="ubuntu-14.04.1"
 
 eval os="\${$dir}"