~ubuntu-branches/ubuntu/oneiric/pulseaudio/oneiric

« back to all changes in this revision

Viewing changes to src/pulse/client.conf.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2007-12-04 00:56:08 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071204005608-y1xqvcu45g1yxtlu
Tags: 0.9.8-1ubuntu1
"Hail our new PulseAudio overlords (part two)."

* Merge from Debian unstable.
* Ubuntu-specific changes:
  - debian/control:
    + Don't build-depend on libjack0.100.0-dev or build jack module
      packages,
    + Update pulseaudio's Recommends and Suggests to accomodate
      existing promoted main packages,
    + Explicitly mention pasuspender in pulseaudio-utils's long
      description,
    + Add Vcs-Bzr URI,
    + Adhere to DebianMaintainerField;
  - debian/rules: Use multiuser for update-rc.d;
  - debian/patches/series: Retain the exclusion of
    0001-Set-ESD-socket-to-tmp-.esd-socket-to-match-up-with.patch.
* Dropped Ubuntu-specific change (absorbed into Debian source):
  debian/patches/0002-Double-esound-maximum-sample-size.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: client.conf.in 1285 2006-08-19 01:18:57Z lennart $
 
1
# $Id: client.conf.in 2030 2007-11-08 22:31:30Z lennart $
2
2
#
3
3
# This file is part of PulseAudio.
4
4
#
17
17
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
18
18
# USA.
19
19
 
20
 
## Configuration file for pulseaudio clients. Default values are
21
 
## commented out.  Use either ; or # for commenting
22
 
 
23
 
## Path to the pulseaudio daemon to run when autospawning.
 
20
## Configuration file for PulseAudio clients. See pulse-client.conf(5) for
 
21
## more information. Default values a commented out.  Use either ; or # for
 
22
## commenting.
 
23
 
 
24
; default-sink =
 
25
; default-source =
 
26
; default-server =
 
27
 
 
28
; autospawn = no
24
29
; daemon-binary = @PA_BINARY@
25
 
 
26
 
## Extra arguments to pass to the pulseaudio daemon
27
30
; extra-arguments = --log-target=syslog --exit-idle-time=5
28
31
 
29
 
## The default sink to connect to
30
 
; default-sink = 
31
 
 
32
 
## The default source to connect to
33
 
; default-source =
34
 
 
35
 
## The default sever to connect to
36
 
; default-server =
37
 
 
38
 
## Autospawn daemons?
39
 
; autospawn = 0
40
 
 
41
 
### Cookie file
42
 
; cookie-file = 
43
 
 
44
 
### Disable shared memory data transfer
45
 
; disable-shm = 0
 
32
; cookie-file =
 
33
 
 
34
; disable-shm = no