Bug#1012303: gource: SDL initialization failed - GLEW Error: Unknown error

2022-06-05 Thread Andrew Caudwell
I've had a look into it. This happens if SDL2 chooses to use its Wayland driver over X11. Something seems to have happened that is causing Wayland to be chosen over X11. It must have always chosen X11 previously for it to have worked on a Gnome Wayland session. glewInit() does not work with

Bug#946777: gource: "Error while decoding stream" FFMpeg error parsing Gource PPM

2019-12-20 Thread Andrew Caudwell
Thanks. We're in the process of updating the package so you don't need to do an NMU. Unfortunately the issue with ffmpeg isn't completely solved by this update. I created a test case that shows ffmpeg 4.2.1 has the same issue with its own ppm output: https://github.com/acaudwell/Gource/issue

Bug#892861: Fwd: Bug#892861: libglm-dev: removal of default type initialization breaking packages

2018-03-28 Thread Andrew Caudwell
-- Forwarded message -- From: Andrew Caudwell Date: Thu, Mar 29, 2018 at 11:55 AM Subject: Re: Bug#892861: libglm-dev: removal of default type initialization breaking packages To: Guus Sliepen On Thu, Mar 29, 2018 at 9:12 AM, Guus Sliepen wrote: > tags 892861 - wont

Bug#892861: libglm-dev: removal of default type initialization breaking packages

2018-03-27 Thread Andrew Caudwell
GLM_FORCE_CTOR_INIT and avoid having to modifying code? Let me know as then I can then avoid having to embed the current release in my software. Thanks On Fri, Mar 23, 2018 at 3:07 PM, Andrew Caudwell wrote: > Hi, > > On Sat, Mar 17, 2018 at 9:31 AM, Guus Sliepen wrote: > >> tag

Bug#892861: libglm-dev: removal of default type initialization breaking packages

2018-03-22 Thread Andrew Caudwell
Hi, On Sat, Mar 17, 2018 at 9:31 AM, Guus Sliepen wrote: > tags 892861 + wontfix > thanks > > On Wed, Mar 14, 2018 at 10:48:33AM +1300, Andrew Caudwell wrote: > > > The packaged version of GLM, 0.9.9~a2 is an alpha (the current release > is still > > 0.

Bug#892861: libglm-dev: removal of default type initialization breaking packages

2018-03-13 Thread Andrew Caudwell
Package: libglm-dev Version: 0.9.9~a2-1 Severity: important Dear Maintainer, The packaged version of GLM, 0.9.9~a2 is an alpha (the current release is still 0.9.8.5) and removes the default initialization of vector, matrix and quaternion types. Because of this code written against any earlier ver

Bug#888928: gource FTBFS with libglm-dev 0.9.9~a2-1

2018-02-22 Thread Andrew Caudwell
This bug was triggered by the libglm-dev package being updated to an alpha version of glm 0.9.9 a2. I believe this was done to fix an issue compiling with GCC 7.3 present in the current release 0.9.8.5. While it's relatively trivial for me to add the extra define to get it to get my software to com

Bug#754401: gource starts on the wrong X11 screen

2014-07-17 Thread Andrew Caudwell
I did some looking into this and it seems that this is a known bug in SDL2 (libsdl2 in Debian): https://bugzilla.libsdl.org/show_bug.cgi?id=2192 On Fri, Jul 11, 2014 at 5:17 AM, Uwe Storbeck wrote: > Package: gource > Version: 0.42-1+b1 > Severity: normal > > Dear Maintainer, > > I have 3 scre

Bug#669453: Fixed pending upload sponsor

2012-04-24 Thread Andrew Caudwell
Thanks. On Tue, Apr 24, 2012 at 2:12 PM, Chow Loong Jin wrote: > On 24/04/2012 08:59, Andrew Caudwell wrote: > > This has been fixed, I just need a debian maintainer to sponsor the > upload as my > > package co-maintainer is away at the moment (or wait a few weeks). > &

Bug#667189: Fixed pending upload sponsor

2012-04-23 Thread Andrew Caudwell
I've update the package to the latest upstream version that includes a fix for this, I just need a debian maintainer to sponsor the upload as my package co-maintainer is away at the moment (or wait a few weeks). Cheers Andrew

Bug#669453: Fixed pending upload sponsor

2012-04-23 Thread Andrew Caudwell
This has been fixed, I just need a debian maintainer to sponsor the upload as my package co-maintainer is away at the moment (or wait a few weeks). Cheers Andrew

Bug#669571: Dependency changes causing other packages to fail to build

2012-04-19 Thread Andrew Caudwell
testing for the existence of the above libraries. I could change the dependencies of my packages (logstalgia, gource), but it might be optimal if you could add these dependencies back. Cheers Andrew Caudwell

Bug#665779: Window corner re-size events ignored by SDL

2012-04-11 Thread Andrew Caudwell
Thanks! I will keep an eye on it. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#665779: Window corner re-size events ignored by SDL

2012-04-09 Thread Andrew Caudwell
Hi, Here's a patch to add to the package that reverts the commit that introduced the fault. Works for me. If you take a look at it it's a pretty innocuous change. Cheers Andrew Caudwell Description: Revert change that breaks window corner resizing http://bugzilla.libsdl.org/show_

Bug#665779: Window corner re-size events ignored by SDL

2012-03-25 Thread Andrew Caudwell
it. I wonder if perhaps we could get a patch added to the debian package reverting this commit as it may take a long time to filter through in a release from upstream. Cheers Andrew Caudwell