~ubuntu-branches/debian/jessie/bristol/jessie

« back to all changes in this revision

Viewing changes to bin/startBristol

  • Committer: Bazaar Package Importer
  • Author(s): Guenter Geiger (Debian/GNU)
  • Date: 2006-01-09 14:28:36 UTC
  • mfrom: (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060109142836-ltxlut4yx59o7ic4
Tags: 0.9.1-13
Fixed X11 library dependencies (closes: #346627)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
quiet=0
6
6
verbose=0
7
7
 
 
8
# ALSA audio doesn't work on my SBLive, fall back to OSS
 
9
audioflags="-audio oss"
 
10
 
 
11
# ALSA sequencer support is always a nice feature
 
12
midiflags="-midi alsa -seq"
 
13
 
 
14
 
 
15
 
 
16
checkdriver() 
 
17
{
 
18
    if test ! -d /proc/asound/seq; then
 
19
        echo "ALSA sequencer not installed, falling back to OSS midi"
 
20
        midiflags="-midi oss"
 
21
    fi
 
22
}
 
23
 
8
24
showhelp()
9
25
{
10
26
        if [ $verbose = 1 ]; then