Sunday, August 07, 2022

Firefoxes: mention kern.video.record in pkg-readme

The Firefox pkg-readmes mention kern.audio.record. Should they mention
kern.video.record as well? OK?

Caspar


www/firefox-esr: mention kern.video.record in pkg-readme
since kern.audio.record is already mentioned.

Index: www/firefox-esr/Makefile
===================================================================
RCS file: /cvs/ports/www/firefox-esr/Makefile,v
retrieving revision 1.175
diff -u -p -r1.175 Makefile
--- www/firefox-esr/Makefile 26 Jul 2022 13:22:07 -0000 1.175
+++ www/firefox-esr/Makefile 7 Aug 2022 14:42:02 -0000
@@ -12,6 +12,7 @@ HOMEPAGE = https://www.mozilla.org/firef
PKGNAME = ${MOZILLA_PROJECT}-${MOZILLA_VERSION:S/esr//}
SO_VERSION = 9.0
MOZILLA_LIBS = xul clearkey lgpllibs mozavcodec mozavutil mozgtk mozsqlite3 ipcclientcerts
+REVISION = 0

CATEGORIES = www

Index: www/firefox-esr/pkg/README
===================================================================
RCS file: /cvs/ports/www/firefox-esr/pkg/README,v
retrieving revision 1.8
diff -u -p -r1.8 README
--- www/firefox-esr/pkg/README 11 Mar 2022 20:09:44 -0000 1.8
+++ www/firefox-esr/pkg/README 7 Aug 2022 14:42:02 -0000
@@ -102,9 +102,10 @@ videos, install the "ffmpeg" package:

WebRTC support
==============
-For WebRTC to work properly, you need to enable audio recording:
+For WebRTC to work properly, you need to enable audio and video recording:

# sysctl kern.audio.record=1
+# sysctl kern.video.record=1

You will also need to change the ownership and/or permissions of the
relevant video(4) device so that your user can access the webcam




www/mozilla-firefox: mention kern.video.record in pkg-readme
since kern.audio.record is already mentioned.

Index: www/mozilla-firefox/Makefile
===================================================================
RCS file: /cvs/ports/www/mozilla-firefox/Makefile,v
retrieving revision 1.502
diff -u -p -r1.502 Makefile
--- www/mozilla-firefox/Makefile 1 Aug 2022 13:42:28 -0000 1.502
+++ www/mozilla-firefox/Makefile 7 Aug 2022 14:42:02 -0000
@@ -7,6 +7,7 @@ MOZILLA_VERSION = 103.0.1
MOZILLA_BRANCH = release
MOZILLA_PROJECT = firefox
MOZILLA_CODENAME = browser
+REVISION = 0

WRKDIST = ${WRKDIR}/${MOZILLA_DIST}-${MOZILLA_DIST_VERSION:C/b[0-9]*//}
HOMEPAGE = https://www.mozilla.org/firefox/
Index: www/mozilla-firefox/pkg/README
===================================================================
RCS file: /cvs/ports/www/mozilla-firefox/pkg/README,v
retrieving revision 1.32
diff -u -p -r1.32 README
--- www/mozilla-firefox/pkg/README 11 Mar 2022 20:10:07 -0000 1.32
+++ www/mozilla-firefox/pkg/README 7 Aug 2022 14:42:02 -0000
@@ -108,9 +108,10 @@ videos, install the "ffmpeg" package:

WebRTC support
==============
-For WebRTC to work properly, you need to enable audio recording:
+For WebRTC to work properly, you need to enable audio and video recording:

# sysctl kern.audio.record=1
+# sysctl kern.video.record=1

You will also need to change the ownership and/or permissions of the
relevant video(4) device so that your user can access the webcam

No comments:

Post a Comment