diff options
author | 2020-09-21 15:27:10 -0400 | |
---|---|---|
committer | 2020-09-22 10:21:42 -0400 | |
commit | 339e7b510690ca270d5ae495fdc71510dddeb3ce (patch) | |
tree | 46816a128e72d0cca945bef23ac58305289b29ba /media-libs/glbinding/metadata.xml | |
parent | dev-python/xopen: drop old version (diff) | |
download | sci-339e7b510690ca270d5ae495fdc71510dddeb3ce.tar.gz sci-339e7b510690ca270d5ae495fdc71510dddeb3ce.tar.bz2 sci-339e7b510690ca270d5ae495fdc71510dddeb3ce.zip |
media-libs/glbinding: update to latest
also drop old version as checksum fails
and it no longer compiles
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'media-libs/glbinding/metadata.xml')
-rw-r--r-- | media-libs/glbinding/metadata.xml | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/media-libs/glbinding/metadata.xml b/media-libs/glbinding/metadata.xml index 7e15e92be..706402ab4 100644 --- a/media-libs/glbinding/metadata.xml +++ b/media-libs/glbinding/metadata.xml @@ -5,22 +5,26 @@ <email>marbre@linux.sungazer.de</email> <name>Marius Brehler</name> </maintainer> + <maintainer type="person"> + <email>gentoo@aisha.cc</email> + <name>Aisha Tammy</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> + 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> |