summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-09-03 16:00:58 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-09-03 16:07:59 +1000
commit287402f55540be17631b01fd7e02773ce41828c0 (patch)
tree2a4fe030a250648124f90c3941782c3a154dc57a /media-gfx/opencsg
parentmedia-gfx/opencsg: remove 1.4.0 (diff)
downloadgentoo-287402f55540be17631b01fd7e02773ce41828c0.tar.gz
gentoo-287402f55540be17631b01fd7e02773ce41828c0.tar.bz2
gentoo-287402f55540be17631b01fd7e02773ce41828c0.zip
media-gfx/opencsg: whitespace
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-gfx/opencsg')
-rw-r--r--media-gfx/opencsg/metadata.xml20
1 files changed, 15 insertions, 5 deletions
diff --git a/media-gfx/opencsg/metadata.xml b/media-gfx/opencsg/metadata.xml
index 73e240b893d6..de418786b91f 100644
--- a/media-gfx/opencsg/metadata.xml
+++ b/media-gfx/opencsg/metadata.xml
@@ -1,9 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<longdescription>
-OpenCSG is a library that does image-based CSG rendering using OpenGL. OpenCSG is written in C++ and supports most modern graphics hardware using Microsoft Windows or the Linux operating system. What is CSG, anyway? CSG is short for Constructive Solid Geometry and denotes an approach to model complex 3D-shapes using simpler ones. I.e., two shapes can be combined by taking the union of them, by intersecting them, or by subtracting one shape of the other. SG is often used as fundamental modeling technique in CAD/CAM applications. Here, image-based CSG rendering is the key to interactively manipulate CSG shapes. Since OpenCSG renders even complex CSG shapes fast, it can be advantageously used in such applications. The OpenCSG library requires graphics hardware that either supports frame buffer objects or PBuffers in OpenGL.
-</longdescription>
-<use>
-</use>
+ <longdescription>
+ OpenCSG is a library that does image-based CSG rendering using
+ OpenGL. OpenCSG is written in C++ and supports most modern
+ graphics hardware using Microsoft Windows or the Linux operating
+ system. What is CSG, anyway? CSG is short for Constructive Solid
+ Geometry and denotes an approach to model complex 3D-shapes using
+ simpler ones. I.e., two shapes can be combined by taking the union
+ of them, by intersecting them, or by subtracting one shape of the
+ other. SG is often used as fundamental modeling technique in CAD/CAM
+ applications. Here, image-based CSG rendering is the key to
+ interactively manipulate CSG shapes. Since OpenCSG renders even
+ complex CSG shapes fast, it can be advantageously used in such
+ applications. The OpenCSG library requires graphics hardware that
+ either supports frame buffer objects or PBuffers in OpenGL.
+ </longdescription>
</pkgmetadata>