svn commit: r509803 - head/www/otter-browser

Tobias C. Berner tcberner at FreeBSD.org
Sun Aug 25 16:27:58 UTC 2019


Author: tcberner
Date: Sun Aug 25 16:27:57 2019
New Revision: 509803
URL: https://svnweb.freebsd.org/changeset/ports/509803

Log:
  www/otter-browser: add hint and resolution to color problems in video playback
  
  - when hardware accelartion is not available users can experience switched colors
  - to work around the issue it is possible to pass --disable-gpu to the command line
  
  PR:		240097
  PR:		237277
  Submitted by:	Lorenzo Salvadore
  Reported by:	Nuno Teixeira

Modified:
  head/www/otter-browser/pkg-message

Modified: head/www/otter-browser/pkg-message
==============================================================================
--- head/www/otter-browser/pkg-message	Sun Aug 25 16:21:43 2019	(r509802)
+++ head/www/otter-browser/pkg-message	Sun Aug 25 16:27:57 2019	(r509803)
@@ -6,6 +6,11 @@ To switch to the newer QtWebEngine web backend, add th
 
 [Backends]
 Web=qtwebengine
+
+If you get wrong colors when watching videos while using the QtWebEngine
+backend, this is probably because your system does not support hardware
+acceleration (see bug 237277): you can disable it by starting the browser
+from command line with the --disable-gpu option.
 EOM
 }
 ]


More information about the svn-ports-head mailing list