diff --git a/debian/changelog b/debian/changelog index 105faba..b7b0cb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -squeezelite (1.6.1-1) UNRELEASED; urgency=medium +squeezelite (1.6.2-1) UNRELEASED; urgency=medium * New upstream release. + * Update debian/man/squeezelite.1 with new -e option, remove list of codecs + for the -c option, minor formatting tweaks. - -- Chris Boot Sat, 17 May 2014 12:04:13 +0100 + -- Chris Boot Sat, 31 May 2014 11:14:02 +0100 squeezelite (1.6-1) unstable; urgency=medium diff --git a/debian/man/squeezelite.1 b/debian/man/squeezelite.1 index f57d40c..5057a36 100644 --- a/debian/man/squeezelite.1 +++ b/debian/man/squeezelite.1 @@ -4,7 +4,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH SQUEEZELITE 1 "2014-04-07" "Debian Project" +.TH SQUEEZELITE 1 "2014-06-16" "Debian Project" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -83,12 +83,9 @@ Specify internal stream and output buffer sizes in kilobytes. .TP .B \-c ,... -Restrict codecs to those specified, otherwise load all available codecs; known codecs: -.IR flac ", " pcm ", " mp3 ", " ogg ", " aac ", " wma ", " alac . -.IR mad " or " mpg -can be supplied instead of -.I mp3 -to use a specific decoder library. +Restrict codecs to those specified, otherwise load all available codecs. Use +.B squeezelite -h +to obtain the list of codecs built into \fBsqueezelite\fR. .TP .B \-d = Set logging level. Categories are: @@ -97,6 +94,11 @@ .IR info ", " debug " or " sdebug . The option can be repeated to set different log levels for different categories. .TP +.B \-e ,... +Explicitly exclude native support of one or more codecs. See also +.BR \-c , +above. +.TP .B \-f Send logging output to a log file instead of standard output or standard error. .TP @@ -124,8 +126,8 @@ .TP .B \-r [:] Specify sample rates supported by the output device; this is required if the -output device is switched off when squeezelite is started. The format is either -a single maximum sample rate, a range of sample rates in the format +output device is switched off when \fBsqueezelite\fR is started. The format is +either a single maximum sample rate, a range of sample rates in the format .IR - , or a comma-separated list of available rates. Delay is an optional time to wait when switching sample rates between tracks, in milliseconds.