shairport: Update config and init scripts, fix build, remove libao dependency, add myself as pkg maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
thess
2014-07-16 13:51:18 -04:00
committed by Ted Hess
parent f61fe11ce0
commit 7fba5f8bee
4 changed files with 104 additions and 58 deletions
+13 -6
View File
@@ -1,11 +1,18 @@
config shairport
option name 'AirPort'
config shairport main
option bname 'AirPort'
option password ''
option port '5002'
option buffer '256'
option log '/var/log/shairport'
option log ''
option cmd_start ''
option cmd_stop ''
option cmd_wait '0'
option audio_output ''
option mdns ''
option cmd_wait ''
option audio_output 'alsa'
option mdns 'avahi'
# options for alsa output
option output_dev ''
option mixer_dev ''
option mixer_type ''
option mixer_control ''
option mixer_index ''