Install this package:
emerge -a media-libs/dav2d
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.0.1 | 8 | ~amd64 | 0/1 |
<pkgmetadata> <maintainer type="person"> <email>lucascs@protonmail.com</email> <name>Lucas Couto</name> </maintainer> <longdescription lang="en"> dav2d is a small and fast AV2 video decoder from the VideoLAN project, the structural successor to dav1d (the AV1 decoder). It targets the AV2 / AOMedia codec and ships a library plus a "dav2d" command line decoding tool. </longdescription> <use> <flag name="8bit">Add support for decoding 8-bit AV2.</flag> <flag name="10bit">Add support for building 10-bit and 12-bit AV2.</flag> <flag name="asm">Build optimized assembly (nasm) routines where available.</flag> <flag name="xxhash">Enable <pkg>dev-libs/xxhash</pkg> support for the hashing muxer.</flag> </use> <upstream> <bugs-to>https://code.videolan.org/videolan/dav2d/-/issues</bugs-to> <remote-id type="gitlab">videolan/dav2d</remote-id> </upstream> </pkgmetadata>
Manage flags for this package:
euse -i <flag> -p media-libs/dav2d |
euse -E <flag> -p media-libs/dav2d |
euse -D <flag> -p media-libs/dav2d
| Flag | Description | 0.0.1 |
|---|---|---|
| 10bit | Add support for building 10-bit and 12-bit AV2. | ⊕ |
| 8bit | Add support for decoding 8-bit AV2. | ⊕ |
| asm | Build optimized assembly (nasm) routines where available. | ⊕ |
| test | Build and run the upstream test suite (requires dbus-test-runner) ⚠️ | ✓ |
| xxhash | Enable <pkg>dev-libs/xxhash</pkg> support for the hashing muxer. | ✓ |