Skip to Content.
Sympa Menu

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

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 (1e1fb1eb035b1fffca0ee04e2667e61b445bab6c)
  • Date: Tue, 3 May 2022 02:50:09 +0000

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

http/firefox/DEPENDS | 4
http/firefox/DETAILS | 4
http/firefox/HISTORY | 5
http/firefox/patches/0007-Support-sndio-audio-framework.patch | 55
----------
4 files changed, 9 insertions(+), 59 deletions(-)

New commits:
commit 1e1fb1eb035b1fffca0ee04e2667e61b445bab6c
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

http/firefox: version 100.0, SECURITY_PATCH++

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index a6de84c..0310626 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -72,8 +72,8 @@ optional_depends wireless_tools \

optional_depends pulseaudio \
"--enable-pulseaudio" \
- "--disable-pulseaudio" \
- "use pulseaudio for audio support" &&
+ "--disable-pulseaudio --disable-audio-backends" \
+ "use pulseaudio for audio support (answering 'n' here
disables all audio backends)" &&

# Firefox is currently borked and does not compile without alsa-lib headers,
# this should have been fixed when Firefox started using Mozilla core 23,
but it
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 56f00c4..57c9ef3 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,6 +1,6 @@
SPELL=firefox
- VERSION=99.0.1
- SECURITY_PATCH=161
+ VERSION=100.0
+ SECURITY_PATCH=162
SOURCE="${SPELL}-${VERSION}.source.tar.xz"

SOURCE_URL[0]="http://releases.mozilla.org/pub/${SPELL}/releases/${VERSION}/source/${SOURCE}";
SOURCE2="${SOURCE}.asc"
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index f1fcaa3..f667e67 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,8 @@
+2022-05-02 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 100.0, SECURITY_PATCH++
+ * DEPENDS: disabling PulseAudio also disables all audio backends
+ * patches/*: updated
+
2022-04-12 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 99.0.1
* patches/*: updated
diff --git a/http/firefox/patches/0007-Support-sndio-audio-framework.patch
b/http/firefox/patches/0007-Support-sndio-audio-framework.patch
deleted file mode 100644
index 66816f8..0000000
--- a/http/firefox/patches/0007-Support-sndio-audio-framework.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-diff -Naur a/build/moz.configure/old.configure
b/build/moz.configure/old.configure
---- a/build/moz.configure/old.configure 2022-02-02 23:01:47.000000000
+0200
-+++ b/build/moz.configure/old.configure 2022-02-08 14:50:27.884361381
+0200
-@@ -94,6 +94,7 @@
- @old_configure_options(
- "--cache-file",
- "--datadir",
-+ "--enable-sndio",
- "--enable-official-branding",
- "--includedir",
- "--libdir",
-diff -Naur a/media/libcubeb/src/moz.build b/media/libcubeb/src/moz.build
---- a/media/libcubeb/src/moz.build 2022-02-02 19:32:39.000000000 +0200
-+++ b/media/libcubeb/src/moz.build 2022-02-08 14:52:52.627441128 +0200
-@@ -46,11 +46,13 @@
- ]
- DEFINES['USE_OSS'] = True
-
--if CONFIG['OS_ARCH'] == 'OpenBSD':
-+if CONFIG['MOZ_SNDIO']:
- SOURCES += [
- 'cubeb_sndio.c',
- ]
- DEFINES['USE_SNDIO'] = True
-+
-+if CONFIG['OS_ARCH'] == 'OpenBSD':
- DEFINES['DISABLE_LIBSNDIO_DLOPEN'] = True
-
- if CONFIG['OS_TARGET'] == 'Darwin':
-diff -Naur a/old-configure.in b/old-configure.in
---- a/old-configure.in 2022-02-02 23:01:47.000000000 +0200
-+++ b/old-configure.in 2022-02-08 14:54:31.843933969 +0200
-@@ -1281,6 +1281,22 @@
- esac
- AC_SUBST(MOZ_ENABLE_D3D10_LAYER)
-
-+dnl ==================================
-+dnl = Check sndio availability
-+dnl ==================================
-+
-+MOZ_ARG_ENABLE_BOOL(sndio,
-+[ --enable-sndio Enable sndio support],
-+ MOZ_SNDIO=1,
-+ MOZ_SNDIO=)
-+
-+if test -n "$MOZ_SNDIO"; then
-+ MOZ_SNDIO_LIBS="-lsndio"
-+ AC_SUBST_LIST(MOZ_SNDIO_LIBS)
-+fi
-+
-+AC_SUBST(MOZ_SNDIO)
-+
- dnl ========================================================
- dnl =
- dnl = Maintainer debug option (no --enable equivalent)



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (1e1fb1eb035b1fffca0ee04e2667e61b445bab6c), Pavel Vinogradov, 05/02/2022

Archive powered by MHonArc 2.6.24.

Top of Page