Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a3a9cd5cf1549e0c7755a94eab78608c729a0ca1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a3a9cd5cf1549e0c7755a94eab78608c729a0ca1)
  • Date: Sun, 23 Oct 2022 04:17:20 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/firefox/CONFIGURE | 3 ++-
http/firefox/DEPENDS | 8 +++++++-
http/firefox/HISTORY | 3 +++
3 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit a3a9cd5cf1549e0c7755a94eab78608c729a0ca1
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: fixed pulseaudio backend choice, added oss and sndio

diff --git a/http/firefox/CONFIGURE b/http/firefox/CONFIGURE
index 2a0ad0c..59d1b42 100755
--- a/http/firefox/CONFIGURE
+++ b/http/firefox/CONFIGURE
@@ -2,6 +2,7 @@

persistent_remove FIREFOX_GTK_VERSION &&
persistent_remove FIREFOX_SAFE &&
+list_remove FIREFOX_AUDIO "pulse" &&

config_query FIREFOX_MOZLINK "Create a symlink to mozilla?" n &&

@@ -20,4 +21,4 @@ config_query FIREFOX_PGO \
config_query FIREFOX_WIDEVINE \
'Enable Widevine DRM' n &&
config_query_multi FIREFOX_AUDIO "Select the audio backends:" \
- alsa pulse jack
+ alsa pulseaudio jack oss sndio
diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 0e88722..d52c93d 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -81,12 +81,18 @@ do
alsa)
depends alsa-lib
;;
- pulse)
+pulseaudio)
depends pulseaudio
;;
jack)
depends JACK-DRIVER
;;
+ oss)
+ depends oss
+ ;;
+ sndio)
+ depends sndio
+ ;;
*)
message "${MESSAGE_COLOR}Bad audio choice: $b${DEFAULT_COLOR}"
exit 1
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index da7a1bb..733ee12 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2022-10-23 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE, DEPENDS: fixed pulseaudio backend choice, added oss and
sndio
+
2022-10-20 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 106.0.1
* patches/*: updated



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a3a9cd5cf1549e0c7755a94eab78608c729a0ca1), Pavel Vinogradov, 10/23/2022

Archive powered by MHonArc 2.6.24.

Top of Page