Files
guru/media-libs/libbpg/metadata.xml
Mathieu Tortuyaux 969240c9b5 media-libs/libbpg: add iuse flag descriptions
copied from https://github.com/mirrorer/libbpg/blob/master/Makefile

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
2021-03-16 12:14:50 +01:00

26 lines
993 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription lang="en">
BPG (Better Portable Graphics) is a new image format. Its purpose is
to replace the JPEG image format when quality or file size is an issue.
</longdescription>
<maintainer type="person">
<email>m.santullo@posteo.net</email>
<name>Michele Santullo</name>
</maintainer>
<upstream>
<maintainer>
<name>Fabrice Bellard</name>
<email>fabrice@bellard.org</email>
</maintainer>
</upstream>
<use>
<!-- useflag description copied from the Makefile -->
<flag name="x265">Enable x265 for the encoder</flag>
<flag name="bpgview">Compile bpgview (<pkg>media-libs/libsdl</pkg> and <pkg>media-libs/sdl-image</pkg> needed)</flag>
<flag name="jctvc">Enable the JCTVC code (best quality but slow) for the encoder</flag>
<flag name="emcc">Enable compilation of Javascript decoder with Emscripten</flag>
</use>
</pkgmetadata>