bigbluebutton-Github/build/package-names.inc.sh
2023-04-28 13:32:09 -04:00

32 lines
1.8 KiB
Bash

declare -A DEBNAME_TO_SOURCEDIR
DEBNAME_TO_SOURCEDIR[bbb-apps-akka]="akka-bbb-apps bbb-common-message"
DEBNAME_TO_SOURCEDIR[bbb-config]="bigbluebutton-config"
DEBNAME_TO_SOURCEDIR[bbb-etherpad]="bbb-etherpad"
DEBNAME_TO_SOURCEDIR[bbb-export-annotations]="bbb-export-annotations"
DEBNAME_TO_SOURCEDIR[bbb-freeswitch-core]="freeswitch bbb-voice-conference"
DEBNAME_TO_SOURCEDIR[bbb-freeswitch-sounds]="do_not_copy_anything"
DEBNAME_TO_SOURCEDIR[bbb-fsesl-akka]="akka-bbb-fsesl bbb-common-message bbb-fsesl-client"
DEBNAME_TO_SOURCEDIR[bbb-graphql-server]="bbb-graphql-server"
DEBNAME_TO_SOURCEDIR[bbb-html5]="bigbluebutton-html5"
DEBNAME_TO_SOURCEDIR[bbb-html5-nodejs]="do_not_copy_anything"
DEBNAME_TO_SOURCEDIR[bbb-learning-dashboard]="bbb-learning-dashboard"
DEBNAME_TO_SOURCEDIR[bbb-libreoffice-docker]="bbb-libreoffice"
DEBNAME_TO_SOURCEDIR[bbb-lti]="bbb-lti"
DEBNAME_TO_SOURCEDIR[bbb-mkclean]="do_not_copy_anything"
DEBNAME_TO_SOURCEDIR[bbb-pads]="bbb-pads"
DEBNAME_TO_SOURCEDIR[bbb-playback]="bbb-playback"
DEBNAME_TO_SOURCEDIR[bbb-playback-notes]="record-and-playback/notes"
DEBNAME_TO_SOURCEDIR[bbb-playback-podcast]="record-and-playback/podcast"
DEBNAME_TO_SOURCEDIR[bbb-playback-presentation]="record-and-playback/presentation"
DEBNAME_TO_SOURCEDIR[bbb-playback-screenshare]="record-and-playback/screenshare"
DEBNAME_TO_SOURCEDIR[bbb-playback-video]="record-and-playback/video"
DEBNAME_TO_SOURCEDIR[bbb-record-core]="record-and-playback/core"
DEBNAME_TO_SOURCEDIR[bbb-web]="bigbluebutton-web bbb-common-web bbb-common-message"
DEBNAME_TO_SOURCEDIR[bbb-webhooks]="bbb-webhooks"
DEBNAME_TO_SOURCEDIR[bbb-webrtc-sfu]="bbb-webrtc-sfu"
DEBNAME_TO_SOURCEDIR[bbb-webrtc-recorder]="bbb-webrtc-recorder"
DEBNAME_TO_SOURCEDIR[bigbluebutton]="do_not_copy_anything"
export DEBNAME_TO_SOURCEDIR