summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-08-06 10:57:34 +0200
committerPacho Ramos <pacho@gentoo.org>2016-08-06 11:16:18 +0200
commit4ac4adb603c631a848d9520fdccf04140038f12d (patch)
tree761c7660d0989a130f58086dca872024f9d9454c /media-gfx/opencsg
parentmedia-gfx/cutycapt: Cleanup per bug #66633 (diff)
downloadgentoo-4ac4adb603c631a848d9520fdccf04140038f12d.tar.gz
gentoo-4ac4adb603c631a848d9520fdccf04140038f12d.tar.bz2
gentoo-4ac4adb603c631a848d9520fdccf04140038f12d.zip
media-gfx/opencsg: Cleanup per bug #66633
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-gfx/opencsg')
-rw-r--r--media-gfx/opencsg/metadata.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/media-gfx/opencsg/metadata.xml b/media-gfx/opencsg/metadata.xml
index 96adf7aaca93..73e240b893d6 100644
--- a/media-gfx/opencsg/metadata.xml
+++ b/media-gfx/opencsg/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
-<email>mattm@gentoo.org</email>
-<name>Matthew Marlowe</name>
-</maintainer>
<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>