[Bug 244793] www/firefox: update to 75.0 (phase: Beta, ETA: 2020-04-07)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Mar 13 13:24:44 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244793
Bug ID: 244793
Summary: www/firefox: update to 75.0 (phase: Beta, ETA:
2020-04-07)
Product: Ports & Packages
Version: Latest
Hardware: Any
URL: https://wiki.mozilla.org/Releases/Firefox_75/Test_Plan
OS: Any
Status: New
Keywords: needs-qa, patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: gecko at FreeBSD.org
Reporter: jbeich at FreeBSD.org
Depends on: 244310
Assignee: gecko at FreeBSD.org
Flags: maintainer-feedback?(gecko at FreeBSD.org)
See review D24062 for the patch.
Hardware video decoding how-to:
0. (optional, hybrid VP9 on Skylake) Build libva-intel-driver with HYBRID=on
then export LIBVA_DRIVER_NAME=i965
1. Start a Wayland compositor e.g., Sway
2. Enable native Wayland support: export MOZ_ENABLE_WAYLAND=1
3. Enable WebRender: export MOZ_WEBRENDER=1 or gfx.webrender.all=true in
about:config
4. Enable VAAPI: widget.wayland-dmabuf-vaapi.enabled=true in about:config
5. Disable bundled FFmpeg: media.ffvpx.enabled=false in about:config
6. Play a H.264 or VP9 video e.g., https://www.youtube.com/embed/hVvEISFw9w0
?. Diagnose via export MOZ_LOG=PlatformDecoderModule:5 (look for "VA-API"
string)
On X11 just run Firefox within a Wayland compositor nested on top of
xorg-server e.g.,
$ cat /tmp/sway.conf
exec firefox https://www.youtube.com/embed/hVvEISFw9w0
$ MOZ_LOG=PlatformDecoderModule:5 sway -c /tmp/sway.conf |& fgrep VA-API
[Child 6778: MediaPDecoder #2]: D/PlatformDecoderModule Initialising VA-API
FFmpeg decoder
[AVHWDeviceContext @ 0x83063cac0] libva: VA-API version 1.6.0
[Child 6778: MediaPDecoder #2]: D/PlatformDecoderModule VA-API FFmpeg init
successful
[Child 6778: MediaPDecoder #2]: D/PlatformDecoderModule Choosing FFmpeg pixel
format for VA-API video decoding.
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244310
[Bug 244310] www/firefox: update to 74.0 (phase: Beta, ETA: 2020-03-10)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list