summaryrefslogtreecommitdiff
path: root/media-libs/libxmi
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-20 07:59:50 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-20 07:59:50 +0100
commit2eda3a3b8ebdb3fc8552feb6f49e466d3bc8e88c (patch)
tree69a469da2fa8c3f4920325ac5595300929f5d884 /media-libs/libxmi
parent9ed0c42eb618229fa6f45e10155ee535e1f605a2 (diff)
gentoo auto-resync : 20:10:2022 - 07:59:49
Diffstat (limited to 'media-libs/libxmi')
-rw-r--r--media-libs/libxmi/Manifest2
-rw-r--r--media-libs/libxmi/metadata.xml26
2 files changed, 14 insertions, 14 deletions
diff --git a/media-libs/libxmi/Manifest b/media-libs/libxmi/Manifest
index 3169b4162da5..1f29a734ae66 100644
--- a/media-libs/libxmi/Manifest
+++ b/media-libs/libxmi/Manifest
@@ -1,3 +1,3 @@
DIST libxmi-1.3.tar.xz 258672 BLAKE2B 7eb50a9a7804bd37fdacd238e41241d54e9b0ee00aac9267e9d6a62a1a61338522c26df56021821fd7af74123550f99305a233dadb55a6a9514feb124fd70d32 SHA512 f54b0925e2b848f7cfb31bd0f9eed27df6fd6e704ffeeb58eb490d49e7ca76f46e03eee6ed89d6644f6a3bad05c7b0b986f9634d0cd23c49f31ee80f23ff8262
EBUILD libxmi-1.3-r1.ebuild 704 BLAKE2B 3d4b10e609a406e3ae42925cc54ea5b7071233e880d493538b8f8b771df574eeada8b8ba78f4e1be02f8164cbf68679bb0815c83dd0952cade9a11305879c279 SHA512 6408f11f37374d57b497d21a106403be212551d2a39f48bd9de47e354a2950b67c0c7b9c27eadceeb0cc89712de0e83b43f896c10bc3e76691134f26a9120937
-MISC metadata.xml 1175 BLAKE2B 152b1cf790fb78721ca9410ec488d9558ce6e212fe55f24e7dbce09db47fc8c6e39d9dcbf4319e7ad3e46a38ebe37414a0378324d5125de0e78badc0b8abf5cf SHA512 267d9d22b95c4361667a5dbfa36d17cfaaca09f8075c0d0e13f398f22643e935db39a13822a616bb253fd07ab4c0b269c38dea8c46db9d627eff6e380dc2eb7c
+MISC metadata.xml 1201 BLAKE2B 6cfc326240c7d56fe478959983dd36378ffa79a1567af73a6c03a6d11869430c9c4ae4e3ee01b21d3b594d77a2ab7917e5da14766fc04a80934d2eaa3bba2459 SHA512 e08b967e0b8cfdc90beadb21f7a1a4b2a06f5fbb2d62a796313203c17d820645aa74278a1308eb3b987872ba2ecf2392e318e85241c5b9b54692a4387589ad14
diff --git a/media-libs/libxmi/metadata.xml b/media-libs/libxmi/metadata.xml
index b60930fc9156..5f772fe359fb 100644
--- a/media-libs/libxmi/metadata.xml
+++ b/media-libs/libxmi/metadata.xml
@@ -6,18 +6,18 @@
<name>Gentoo Printing Project</name>
</maintainer>
<longdescription>
-GNU libxmi is a C/C++ function library for rasterizing 2-D vector graphics. It
-can draw 2-D graphical primitives, including wide polygonal lines and circular
-and elliptical arcs, into a user-supplied matrix of pixels. Sophisticated line
-styles, such as multicolored dashing patterns, can be specified. There is also
-support for filling and texturing polygons.
+ GNU libxmi is a C/C++ function library for rasterizing 2-D vector graphics. It
+ can draw 2-D graphical primitives, including wide polygonal lines and circular
+ and elliptical arcs, into a user-supplied matrix of pixels. Sophisticated line
+ styles, such as multicolored dashing patterns, can be specified. There is also
+ support for filling and texturing polygons.
-It can be used as a drop-in rendering module in any application that needs to
-scan-convert 2-D vector graphics. It is highly customizable. For example, the
-`pixel' datatype can be redefined at compile time. The algorithm used for
-compositing pixels can be redefined too. By default, libxmi uses the
-Painter's Algorithm (a new pixel value replaces an old one). But it would be
-trivial to install it so that it uses alpha compositing instead. The package,
-and its header file xmi.h, include full documentation.
-</longdescription>
+ It can be used as a drop-in rendering module in any application that needs to
+ scan-convert 2-D vector graphics. It is highly customizable. For example, the
+ `pixel' datatype can be redefined at compile time. The algorithm used for
+ compositing pixels can be redefined too. By default, libxmi uses the
+ Painter's Algorithm (a new pixel value replaces an old one). But it would be
+ trivial to install it so that it uses alpha compositing instead. The package,
+ and its header file xmi.h, include full documentation.
+ </longdescription>
</pkgmetadata>