diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-11-18 21:01:49 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-11-18 21:01:49 +0000 |
commit | 1e04d5868f177eb639f03889b59d2cba00206578 (patch) | |
tree | 46f0172586bf1144dbdea461acd7d5c87dbaeb51 /media-libs/glbinding/metadata.xml | |
parent | Consistently ident with tabs (diff) | |
download | sci-1e04d5868f177eb639f03889b59d2cba00206578.tar.gz sci-1e04d5868f177eb639f03889b59d2cba00206578.tar.bz2 sci-1e04d5868f177eb639f03889b59d2cba00206578.zip |
Second try to clean spaces in metadata.xml
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'media-libs/glbinding/metadata.xml')
-rw-r--r-- | media-libs/glbinding/metadata.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/media-libs/glbinding/metadata.xml b/media-libs/glbinding/metadata.xml index 2fa046d66..7e15e92be 100644 --- a/media-libs/glbinding/metadata.xml +++ b/media-libs/glbinding/metadata.xml @@ -10,17 +10,17 @@ <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> +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> |