gentoo-ebuilds/media-gfx/graphicsmagick/metadata.xml
Sam James 8182367d38
media-gfx/graphicsmagick: add 1.3.45
PS support is gone upstream.

Closes: https://bugs.gentoo.org/930545
Signed-off-by: Sam James <sam@gentoo.org>
2024-09-02 07:15:19 +01:00

32 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>sam@gentoo.org</email>
<name>Sam James</name>
</maintainer>
<maintainer type="project">
<email>codec@gentoo.org</email>
<name>Gentoo Codec Project</name>
</maintainer>
<longdescription lang="en">
This is a port of GraphicsMagick(TM), the "swiss army knife" of
image processing. It provides a robust collection of tools and libraries
which support reading, writing, and manipulating an image in over 88 major
formats including formats like DPX, GIF, JPEG, JPEG-2000, PNG, PDF,
SVG and TIFF.
The program is the fork of a better-known ImageMagick (5.5.2), which
emphasizes end-user and API-stabilities.
</longdescription>
<use>
<flag name="fpx">Enable FlashPix support with <pkg>media-libs/libfpx</pkg></flag>
<flag name="dynamic-loading">Compile graphicsmagick with dynamically loadable modules</flag>
<flag name="q16">Set storage quantum size to 16 (~2*memory)</flag>
<flag name="q32">Set storage quantum size to 32 (~5*memory)</flag>
<flag name="zip">Build with <pkg>dev-libs/libzip</pkg> to support the OpenRaster (ORA) format.</flag>
</use>
<upstream>
<remote-id type="sourceforge">graphicsmagick</remote-id>
<remote-id type="heptapod">graphicsmagick/graphicsmagick</remote-id>
</upstream>
</pkgmetadata>