Summary: | media-gfx/imagemagick requires media-libs/libheif[aom] for avif decode support. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | dE <de.techno> |
Component: | Current packages | Assignee: | Codec Project <codec> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | de.techno, dilfridge, ionen |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://forums.gentoo.org/viewtopic-p-8848816.html | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
dE
2024-12-13 05:55:47 UTC
I even tried this with 6.9.13.3 and findings are true. Haven't tried but more specifically it should need one of USE=svt-av1, rav1e, or aom (aom enabled by default). (In reply to Ionen Wolkens from comment #2) > Haven't tried but more specifically it should need one of USE=svt-av1, > rav1e, or aom (aom enabled by default). ...and technically this is more optfeature material (In reply to Ionen Wolkens from comment #2) > Haven't tried but more specifically it should need one of USE=svt-av1, > rav1e, or aom (aom enabled by default). I already had svt-av1 enabled. But it didn't work. (In reply to Ionen Wolkens from comment #3) > (In reply to Ionen Wolkens from comment #2) > > Haven't tried but more specifically it should need one of USE=svt-av1, > > rav1e, or aom (aom enabled by default). > > ...and technically this is more optfeature material You mean for #327701? But no read support and only encoding support is kind of odd. Oh right, svt-av1 and rav1e are purely encoders. For decoding need either aom or dav1d (latter is not supported here). (In reply to Ionen Wolkens from comment #6) > Oh right, svt-av1 and rav1e are purely encoders. > > For decoding need either aom or dav1d (latter is not supported here). Actually wait, it depends on libdav1d by default, so it does support it.. guess kind of odd that it doesn't use it with USE=-aom. Might be a imagemagick quirk. |