Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 828505

Summary: www-client/firefox-95.0 with USE=system-av1 depends on a nonexistent version of media-libs/dav1d
Product: Gentoo Linux Reporter: stephen.smith3141
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description stephen.smith3141 2021-12-07 11:12:37 UTC
The ebuild for www-client/firefox-95.0, with USE=system-av1 depends on >=media-libs/dav1d-0.9.3, but the latest version of dav1d is currently 0.9.2, so this dependency can never be satisified.

Reproducible: Always

Steps to Reproduce:
emerge =www-client/firefox-95.0 with USE=system-av1

Actual Results:  
The system-av1 USE flag is forced off by Portage. I haven't allowed the compile to proceed, due to how long it takes, but I assume it would build Firefox configured to use its own AV1 decoder.

Expected Results:  
Firefox would be built to use dav1d for AV1 decoding.
Comment 1 tt_1 2021-12-07 11:40:43 UTC
At the moment you have to build the internal copy of dav1d, which reads as USE="-system-av1", as mozilla pulled an unreleased snapshot of dav1d into their stable firefox-95.0 release. Hence the package.use.mask kungfu.
Comment 2 stephen.smith3141 2021-12-07 12:42:06 UTC
That being the case, this isn't a bug, and can be closed. I apologise for the waste of time.