forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.xml
28 lines (28 loc) · 1.23 KB
/
metadata.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Codec Project</name>
</maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Andreas K. Huettel</name>
</maintainer>
<use>
<flag name="corefonts">Use <pkg>media-fonts/corefonts</pkg> which is required by some commands</flag>
<flag name="fpx">Enable <pkg>media-libs/libfpx</pkg> support</flag>
<flag name="hdri">Enable High Dynamic Range Images formats</flag>
<flag name="jpegxl">Enable support for JPEG XL image format</flag>
<flag name="lqr">Enable experimental liquid rescale support using <pkg>media-libs/liblqr</pkg></flag>
<flag name="opencl">Enable OpenCL support</flag>
<flag name="pango">Enable Pango support using <pkg>x11-libs/pango</pkg></flag>
<flag name="q32">Set quantum depth value to 32</flag>
<flag name="q8">Set quantum depth value to 8</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:imagemagick:imagemagick</remote-id>
<remote-id type="github">ImageMagick/ImageMagick</remote-id>
<remote-id type="github">ImageMagick/ImageMagick6</remote-id>
</upstream>
</pkgmetadata>