blob: ef580160882f0f6af2de8e5c673b4ee4d3df2286 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>codec@gentoo.org</email>
<name>Gentoo Codec Project</name>
</maintainer>
<use>
<flag name="aom">Use <pkg>media-libs/libaom</pkg> for AVIF encoding/decoding</flag>
<flag name="dav1d">Enable support for the dav1d codec decoding using <pkg>media-libs/dav1d</pkg>
</flag>
<flag name="de265">Enable H.265 support using <pkg>media-libs/libde265</pkg>
</flag>
<flag name="gdk-pixbuf">Enable <pkg>x11-libs/gdk-pixbuf</pkg> plugin</flag>
<flag name="geotiff">Print GeoTIFF metadata when encoding tiled TIFFs (requires <pkg>sci-libs/libgeotiff</pkg>)</flag>
<flag name="gui">Build heif-view (requires USE=tools)</flag>
<flag name="kvazaar">Enable H.265/HEVC encoding support via <pkg>media-libs/kvazaar</pkg>
</flag>
<flag name="openh264">Enable H.264 support using <pkg>media-libs/openh264</pkg>
</flag>
<flag name="rav1e">Use <pkg>media-video/rav1e</pkg> for AVIF encoding</flag>
<flag name="svt-av1">Use <pkg>media-libs/svt-av1</pkg> for SVT-AV1 encoding</flag>
<flag name="test-full">Allow tests that rely on options not normally enabled</flag>
<flag name="tools">Build command line tools</flag>
<flag name="webp">Enable high-quality YCbCr/RGB color space conversion algorithms</flag>
<flag name="x265">Use <pkg> media-libs/x265</pkg> for HEIF encoding</flag>
</use>
<upstream>
<bugs-to>https://github.com/strukturag/libheif/issues</bugs-to>
<remote-id type="cpe">cpe:/a:struktur:libheif</remote-id>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|