summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/freewrl/metadata.xml')
-rw-r--r--media-gfx/freewrl/metadata.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/media-gfx/freewrl/metadata.xml b/media-gfx/freewrl/metadata.xml
new file mode 100644
index 000000000000..548b124ab6bb
--- /dev/null
+++ b/media-gfx/freewrl/metadata.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>axs@gentoo.org</email>
+ <name>Ian Stakenvicius</name>
+ </maintainer>
+ <longdescription>
+FreeWRL is a VRML97 (VRML-2.0) and X3D interactive viewer, providing both a traditional Xorg application
+and a nsbrowser plugin for use with many available web browsers. The package depends heavily on OpenGL
+support for rendering. When developing your 3D world or model, you can program with GLSL Shaders using the
+X3D Shaders Component, put your model exactly where you want them with the Geospatial Component, or just
+throw triangles to the screen as Extrusions, IndexedFaceSets, TriangleSets, Circle2D, Disk2D, Spheres, Boxes,
+Cubes; the list goes on and on. With royalty free open standards, your models will continue to render, year after year.
+<pkg>=media-gfx/freewrl-1.22*</pkg> uses traditional OpenGL calls, while <pkg>&gt;=media-gfx/freewrl-2</pkg> uses
+"shaders" and requires hardware capable of at least OpenGL-2.0 or OpenGL-ES.
+</longdescription>
+ <use>
+ <flag name="glew">Enable glew extensions</flag>
+ <flag name="libeai">Build EAI C library</flag>
+ <flag name="opencl">Enable OpenCL support</flag>
+ <flag name="osc">Allows for OSC-based control and communication between multiple freewrl instances</flag>
+ <flag name="java">Build and install java EAI/SAI support library</flag>
+ </use>
+ <upstream>
+ <remote-id type="sourceforge">freewrl</remote-id>
+ </upstream>
+</pkgmetadata>