[Touch-packages] [Bug 1628260] Re: Upgrade libglew package to also include libglew2

2017-02-06 Thread Nigel Stewart
As the GLEW maintainer my suggestion would be to only continue with MX packages for GLEW 1.13. There is no good reason to continue using GLEW 1.x aside from the MX multi-thread, multi-context support. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1605478] Re: supertux2 segfaults on native Mir with SDL_VIDEODRIVER=mir trying to call glXQueryVersion

2017-02-06 Thread Nigel Stewart
Sounds likely to be this issue: https://github.com/nigels-com/glew/issues/103 I can go ahead and release a GLEW 2.0.1 (bugfix release) if it's likely to be promptly downstreamed. ** Bug watch added: github.com/nigels-com/glew/issues #103 https://github.com/nigels-com/glew/issues/103 -- You r

[Touch-packages] [Bug 1408347] Re: bump version to 1.11 in ubuntu 15.04?

2015-10-28 Thread Nigel Stewart
I'm the upstream maintainer of GLEW, my comment is that although a lot of packages depend on GLEW, the vast majority of changes are fully backwards compatible. 1.11.0 is itself nearly one year old and is two versions behind. Fortunately for me I'm not having too much traffic about obsolete bugs,

[Touch-packages] [Bug 1301033] Re: glew fails to build from source on armhf

2015-10-28 Thread Nigel Stewart
GLEW does not support OpenGLES. Therefore it seems doubtful that openimageio-1.3.12 supports OpenGLES unless there is some kind of build option for that. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to glew in Ubuntu. https:/

Re: [Touch-packages] [Bug 1408347] Re: bump version to 1.11 in ubuntu 15.04?

2015-11-10 Thread Nigel Stewart
Awesome. You rock! - Nigel -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to glew in Ubuntu. https://bugs.launchpad.net/bugs/1408347 Title: bump version to 1.11 in ubuntu 15.04? Status in glew package in Ubuntu: Triaged

[Touch-packages] [Bug 1577218] Re: includedir is specified incorrectly in glew.pc v1.13.0

2016-05-01 Thread Nigel Stewart
To clarify the intended behavior. $ pkg-config --cflags glew -I/usr/include/GL -I/usr/include/libdrm ought to be: $ pkg-config --cflags glew -I/usr/include -I/usr/include/libdrm In other words, headers are supposed to include GLEW via As a workaround perhaps: $ pkg-config --cflags glew -I/us