Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 2020 12:50:00 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546073 - in head/www: firefox firefox-esr
Message-ID:  <202008241250.07OCo0Up034911@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Aug 24 12:50:00 2020
New Revision: 546073
URL: https://svnweb.freebsd.org/changeset/ports/546073

Log:
  www/firefox: document probing order for the default audio backend
  
  PR:		248847

Modified:
  head/www/firefox-esr/pkg-message   (contents, props changed)
  head/www/firefox/pkg-message   (contents, props changed)

Modified: head/www/firefox-esr/pkg-message
==============================================================================
--- head/www/firefox-esr/pkg-message	Mon Aug 24 12:25:07 2020	(r546072)
+++ head/www/firefox-esr/pkg-message	Mon Aug 24 12:50:00 2020	(r546073)
@@ -18,10 +18,15 @@ Some features found on Windows, macOS and Linux are no
 
 ## Audio backend
 
-To select non-default audio backend open `about:config` page and
-create `media.cubeb.backend` preference. Supported values are: `alsa`,
-`jack`, `oss`, `pulse`, `pulse-rust`, `sndio`. Currently used backend can be
-inspected on `about:support` page.
+Currently used audio backend can be inspected on `about:support` page.
+Supported backends and default probing order is as follows:
+- `pulse-rust` if `pulseaudio` package is installed (PULSEAUDIO option)
+- `jack` if `jackit` package is installed (JACK option)
+- `sndio` if `sndio` package is installed (SNDIO option)
+- `alsa` if `alsa-lib` package is installed (ALSA option)
+- `oss` (always available)
+To force a specific backend open `about:config` page and create
+`media.cubeb.backend` preference.
 
 Microphone selection only works in `oss`, `pulse`, `pulse-rust` backends.
 Other backends are limited to `default` which is usually `/dev/dsp`,

Modified: head/www/firefox/pkg-message
==============================================================================
--- head/www/firefox/pkg-message	Mon Aug 24 12:25:07 2020	(r546072)
+++ head/www/firefox/pkg-message	Mon Aug 24 12:50:00 2020	(r546073)
@@ -18,10 +18,15 @@ Some features found on Windows, macOS and Linux are no
 
 ## Audio backend
 
-To select non-default audio backend open `about:config` page and
-create `media.cubeb.backend` preference. Supported values are: `alsa`,
-`jack`, `oss`, `pulse`, `pulse-rust`, `sndio`. Currently used backend can be
-inspected on `about:support` page.
+Currently used audio backend can be inspected on `about:support` page.
+Supported backends and default probing order is as follows:
+- `pulse-rust` if `pulseaudio` package is installed (PULSEAUDIO option)
+- `jack` if `jackit` package is installed (JACK option)
+- `sndio` if `sndio` package is installed (SNDIO option)
+- `alsa` if `alsa-lib` package is installed (ALSA option)
+- `oss` (always available)
+To force a specific backend open `about:config` page and create
+`media.cubeb.backend` preference.
 
 Microphone selection only works in `oss`, `pulse`, `pulse-rust` backends.
 Other backends are limited to `default` which is usually `/dev/dsp`,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008241250.07OCo0Up034911>