mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
21 lines
769 B
XML
21 lines
769 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>dlan@gentoo.org</email>
|
|
<name>Yixun Lan</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="xcf">Enable XCF image loader</flag>
|
|
</use>
|
|
<longdescription>
|
|
This package contains image loader plugins for Imlib2 that are not
|
|
distributed together with the Imlib2 package itself.
|
|
|
|
The XCF loader cannot be packaged together with Imlib2 because Imlib2 is
|
|
distributed under the BSD license, whereas the XCF loader is using elements
|
|
of the Gimp's (www.gimp.org) codebase, which is distributed under the GPL.
|
|
The XCF loader therefore is GPL'd as well.
|
|
</longdescription>
|
|
</pkgmetadata>
|