Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 828505 - www-client/firefox-95.0 with USE=system-av1 depends on a nonexistent version of media-libs/dav1d
Summary: www-client/firefox-95.0 with USE=system-av1 depends on a nonexistent version ...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-07 11:12 UTC by stephen.smith3141
Modified: 2021-12-07 16:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.