summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-05-16 14:42:19 +0200
committerRobin Gareus <robin@gareus.org>2016-05-16 15:18:58 +0200
commit7364e6cf200c46045249ce6c1ea35010d7fc90cf (patch)
tree31d691e8f3cae12abe6ebeecbf9e93a95da8b377 /tools/linux_packaging
parent1b570d98861ba476ebd3fb9c066304973753c600 (diff)
Mixbus32 and 32C packaging
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/build12
-rwxr-xr-xtools/linux_packaging/package3
2 files changed, 15 insertions, 0 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 9c451d9ffc..2f6817325a 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -67,6 +67,18 @@ while [ $# -gt 0 ] ; do
VENDOR=Harrison ;
EXENAME=mixbus ;
shift ;;
+ --mixbus32c)
+ MIXBUS=1;
+ WITH_HARRISON_LV2=1 ;
+ WITH_X42_LV2=1 ;
+ WITH_NLS=1 ;
+ WITH_LADSPA=;
+ STRIP=all
+ APPNAME=Mixbus32C ;
+ VENDOR=Harrison ;
+ EXENAME=mixbus32c ;
+ major_version=""
+ shift ;;
--public)
WITH_NLS=1 ;
WITH_LADSPA=;
diff --git a/tools/linux_packaging/package b/tools/linux_packaging/package
index 3614df1fe0..a4bab829b8 100755
--- a/tools/linux_packaging/package
+++ b/tools/linux_packaging/package
@@ -36,6 +36,9 @@ while [ $# -gt 0 ] ; do
--mixbus)
APPNAME=Mixbus ;
shift ;;
+ --mixbus32c)
+ APPNAME=Mixbus32C ;
+ shift ;;
--public)
APPNAME=Ardour ;
shift ;;