diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-20 19:38:18 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-20 19:38:18 +0000 |
| commit | 4d8488e437e1c714d9e4c896b416d13affee1f2c (patch) | |
| tree | f43a5b648a7221376c6f011476c5e0d7fa2d5771 /dev-java/commons-imaging/metadata.xml | |
| parent | 5529d400f8330da86451d880979b60352715abe9 (diff) | |
| download | baldeagleos-repo-4d8488e437e1c714d9e4c896b416d13affee1f2c.tar.gz baldeagleos-repo-4d8488e437e1c714d9e4c896b416d13affee1f2c.tar.xz baldeagleos-repo-4d8488e437e1c714d9e4c896b416d13affee1f2c.zip | |
Adding metadata
Diffstat (limited to 'dev-java/commons-imaging/metadata.xml')
| -rw-r--r-- | dev-java/commons-imaging/metadata.xml | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/dev-java/commons-imaging/metadata.xml b/dev-java/commons-imaging/metadata.xml index 0839614963bf..8c92e7356d5e 100644 --- a/dev-java/commons-imaging/metadata.xml +++ b/dev-java/commons-imaging/metadata.xml @@ -1,18 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>java@gentoo.org</email> - <name>Java</name> - </maintainer> - <longdescription>Apache Commons Imaging, previously known as Apache Commons Sanselan, is a library that reads and writes a variety of image formats, including fast parsing of image info (size, color space, ICC profile, etc.) and metadata. + <maintainer type="project"> + <email>java@gentoo.org</email> + <name>Java</name> + </maintainer> + <longdescription>Apache Commons Imaging, previously known as Apache Commons Sanselan, is a library that reads and writes a variety of image formats, including fast parsing of image info (size, color space, ICC profile, etc.) and metadata. This library is pure Java. Compared to typical image I/O libraries in native code, it's more portable, and should be more reliable and more secure against corrupt/malicious images, yet still performs reasonably well. It's easier to use than ImageIO/JAI/java.awt.Toolkit (Sun/Java's image support), supports more formats (and supports them more correctly). It also provides easy access to metadata. Imaging was working and was used by a number of projects in production even before version 1.0.</longdescription> - <upstream> - <remote-id type="github">apache/commons-imaging</remote-id> - <remote-id type="cpe">cpe:/a:apache:commons_imaging</remote-id> - </upstream> - <origin>gentoo-staging</origin> -</pkgmetadata>
\ No newline at end of file + <upstream> + <remote-id type="github">apache/commons-imaging</remote-id> + </upstream> +</pkgmetadata> |
