summaryrefslogtreecommitdiff
path: root/x11-libs
diff options
context:
space:
mode:
authorCtibor <ctibor.brancik@seznam.cz>2015-01-31 19:28:55 +0100
committerCtibor <ctibor.brancik@seznam.cz>2015-01-31 19:28:55 +0100
commit12de6f568f702613c60db3c3b17806e48048bb45 (patch)
tree7b12a3e5c111af4b6a75fb26aff958243cf190ab /x11-libs
parent2ec543db5c4acd79fe1431fbdae520b03c65fb86 (diff)
downloadbrancik-overlay-12de6f568f702613c60db3c3b17806e48048bb45.tar.gz
brancik-overlay-12de6f568f702613c60db3c3b17806e48048bb45.tar.bz2
Adding metada.xml for all packages. Also profiles/package.mask file is added.
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libqglviewer/metadata.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-libs/libqglviewer/metadata.xml b/x11-libs/libqglviewer/metadata.xml
new file mode 100644
index 0000000..7f560b3
--- /dev/null
+++ b/x11-libs/libqglviewer/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>ctibor@brancik.cz</email>
+ <name>Ctibor Brančík</name>
+ </maintainer>
+ <longdescription>
+ libQGLViewer is a C++ library based on Qt that eases the creation of OpenGL 3D viewers.
+
+ It provides some of the typical 3D viewer functionalities, such as the possibility to move the camera using the mouse, which lacks in most of the other APIs. Other features include mouse manipulated frames, interpolated keyFrames, object selection, stereo display, screenshot saving and much more. It can be used by OpenGL beginners as well as to create complex applications, being fully customizable and easy to extend.
+
+ Based on the Qt toolkit, it compiles on any architecture (Unix-Linux, Mac, Windows). Full reference documentation and many examples are provided. libQGLViewer does not display 3D scenes in various formats, but it can be the base for the coding of such a viewer.
+ </longdescription>
+ <upstream>
+ <maintainer status="active">
+ <email>contact@libqglviewer.com</email>
+ </maintainer>
+ <changelog>http://www.libqglviewer.com/changeLog.html</changelog>
+ <doc lang="en">http://www.libqglviewer.com/refManual/hierarchy.html</doc>
+ <bugs-to>contact@libqglviewer.com</bugs-to>
+ </upstream>
+</pkgmetadata>