Bug#354266: libqt4-gui: Error loading MNG file(s)

2006-03-01 Thread Paul Telford
> Indeed. Unfortunately, there's no way with dh_install AFAIK to use > wildcards with a not clause, e.g. *.so files that don't end in > _debug.so. I haven't looked at the specific code in your rules file, but could you build a list with something like: find . -name \*.so -not -name \*_debug.s

Bug#354266: libqt4-gui: Error loading MNG file(s)

2006-02-28 Thread Brian Nelson
Anthony Awtrey <[EMAIL PROTECTED]> writes: > I was just about to report this as a bug in the packaging of the qt4-x11 > files, so I'll just append your report. We saw that when we linked to > the debug libs we got animated gif and mng support, but with the > optimized libs they didn't work. There

Bug#354266: libqt4-gui: Error loading MNG file(s)

2006-02-28 Thread Anthony Awtrey
Hi Paul, I was just about to report this as a bug in the packaging of the qt4-x11 files, so I'll just append your report. We saw that when we linked to the debug libs we got animated gif and mng support, but with the optimized libs they didn't work. There are some missing files missing from the li

Bug#354266: libqt4-gui: Error loading MNG file(s)

2006-02-24 Thread Paul Telford
Package: libqt4-gui Version: 4.1.0-3 Severity: normal I'm not sure if this is a bug in Qt or something else. I'm trying to load an MNG file with QMovie calls and it results in a segfault every time, even when using the "movie" executable included in qt's examples/ directory. Here's some stuff fr