pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/musicpd/files Update the sample configuration fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f13ca471df6f
branches:  trunk
changeset: 532022:f13ca471df6f
user:      simonb <simonb%pkgsrc.org@localhost>
date:      Fri Aug 10 02:05:58 2007 +0000

description:
Update the sample configuration file.  Based on PR pkg/36472 from
Aleksej Saushev, but leaving the paths as they were in the original
sample config file.

diffstat:

 audio/musicpd/files/mpd.conf |  17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r c0ed368adf3f -r f13ca471df6f audio/musicpd/files/mpd.conf
--- a/audio/musicpd/files/mpd.conf      Fri Aug 10 01:12:02 2007 +0000
+++ b/audio/musicpd/files/mpd.conf      Fri Aug 10 02:05:58 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mpd.conf,v 1.3 2004/05/02 06:28:50 grant Exp $
+# $NetBSD: mpd.conf,v 1.4 2007/08/10 02:05:58 simonb Exp $
 
 # required
 port                   "2100"
@@ -20,17 +20,22 @@
 buffer_before_play     "25%"
 bind_to_address                "any"
 
-mixer_type             "oss"
+audio_output {
+       type            "oss"
+       name            "LibAO-OSS"
+       driver          "oss"
+       write_size      "1024"
+       device          "/dev/audio"
+       options         "dsp=@DEVOSSAUDIO@"
+}
+
+mixer_type             "software"
 mixer_device           "/dev/mixer"
 # mixer_control defaults to the master volume control. uncomment the
 # following line to have mpd's volume control modify the "PCM"
 # volume instead:
 # mixer_control                "Pcm"
 
-ao_driver              "oss"
-ao_driver_options      "dsp=@DEVOSSAUDIO@"
-audio_write_size       "1024"
-
 #user                  "mp3"
 
 # log_level can be "default", "secure", "verbose"



Home | Main Index | Thread Index | Old Index