Page MenuHomeSolus

Update opera-stable to 64.0.3417.83
ClosedPublic

Authored by Harvey on Nov 8 2019, 1:56 AM.
Tags
None
Referenced Files
F11068189: D7597.id18206.diff
Fri, Aug 11, 9:30 PM
F11068188: D7597.id18202.diff
Fri, Aug 11, 9:30 PM
F11068187: D7597.id.diff
Fri, Aug 11, 9:29 PM
F11050364: D7597.diff
Thu, Aug 10, 6:59 PM
F10977418: D7597.id.diff
Sat, Jul 22, 4:01 PM
F10828675: D7597.id18206.diff
Jun 4 2023, 10:03 AM
F10801194: D7597.id18202.diff
May 29 2023, 12:33 AM
F10800175: D7597.diff
May 28 2023, 6:22 PM

Details

Summary

Summarized Changelog:

  • Use FFmpegDemuxer to demux ADTS
  • Keys on some popups in dark mode can’t be hovered

Full changelog available here

Test Plan
  • Browse several websites
  • Watch a video on youtube
  • Watch some netflix

Diff Detail

Repository
R2263 opera-stable
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Harvey requested review of this revision.Nov 8 2019, 1:56 AM

Issue with widevine discussed here:
https://discuss.getsol.us/d/3062-solus-opera-and-streaming-tv/2

I may not be around closer to this weeks sync so submitted a fix before getting an answer. Update is rather meh outside of this change anyway.

Girtablulu added inline comments.
package.yml
41

Why not symlinking it?

widevine_config.json has multiple options. Seeing Solus third party has all these Chrome editions it seemed like the better solution.

[
   {
      "preload" : "/opt/google/chrome/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so"
   },
   {
      "preload" : "/opt/google/chrome-beta/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so"
   },
   {
      "preload" : "/opt/google/chrome-unstable/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so"
   }
]
This revision is now accepted and ready to land.Nov 8 2019, 9:37 AM
This revision was automatically updated to reflect the committed changes.