diff options
author | 2016-11-23 13:26:43 +0100 | |
---|---|---|
committer | 2016-11-23 13:26:43 +0100 | |
commit | b8c8ce2ed9b9bd422a697ed1c897d8fc80c3e637 (patch) | |
tree | 997b0823713504f7fe08073139a5199cb6cdf6ba /media-libs/glbinding/metadata.xml | |
parent | Merge pull request #695 from timeraider4u/giac-fix (diff) | |
download | sci-b8c8ce2ed9b9bd422a697ed1c897d8fc80c3e637.tar.gz sci-b8c8ce2ed9b9bd422a697ed1c897d8fc80c3e637.tar.bz2 sci-b8c8ce2ed9b9bd422a697ed1c897d8fc80c3e637.zip |
media-libs/glbinding: New packages, ebuild written by me
Required by up-to-date arrayfire/forge versions
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-libs/glbinding/metadata.xml')
-rw-r--r-- | media-libs/glbinding/metadata.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/media-libs/glbinding/metadata.xml b/media-libs/glbinding/metadata.xml new file mode 100644 index 000000000..4d6a1c0ac --- /dev/null +++ b/media-libs/glbinding/metadata.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>marbre@linux.sungazer.de</email> + <name>Marius Brehler</name> + </maintainer> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription> + glbinding leverages modern C++11 features like enum classes, + lambdas, and variadic templates, instead of relying on macros; all + OpenGL symbols are real functions and variables. It provides + type-safe parameters, per feature API header, lazy function + resolution, multi-context and multi-thread support, global and local + function callbacks, meta information about the generated OpenGL + binding and the OpenGL runtime, as well as tools and examples for + quick-starting your projects. Based on the OpenGL API specification + (gl.xml) glbinding is generated using python scripts and templates + that can be easily adapted to fit custom needs. + </longdescription> + <upstream> + <remote-id type="github">cginternals/glbinding</remote-id> + </upstream> +</pkgmetadata> |