I demand that beatrice may or may not have written... > On Sunday 04 May 2008, at 13:35 +0100, You wrote: >> $ su - -c 'apt-get build-dep gxine' >> $ apt-get source gxine >> $ cd gxine-0.5.902 >> $ make -f debian/rules build >> $ ./gxine-test --gdb
> I've done this. (I think) > It looks like it's working this way. I can see the video without any > problems. Here is the output anyway. > ==== > GNU gdb 6.7.1-debian > Copyright (C) 2007 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "i486-linux-gnu"... > Using host libthread_db library "/lib/i686/cmov/libthread_db.so.1". > (gdb) run /home/beatrice/dati/tvshows/wmc-test.avi > Starting program: /home/beatrice/gxine-0.5.902/src/gxine /home/beatrice/dati/tvshows/wmc-test.avi [snip usual stuff] > lirc: impossibile inizializzare - disabilitazione del telecomando > lirc: forse lircd non è in esecuzione o non ci si può connettere al socket? > [New Thread 0xafccbb90 (LWP 17518)] > [Thread 0xafd0cb90 (LWP 17517) exited] > [New Thread 0xaf873b90 (LWP 17519)] > [Thread 0xafccbb90 (LWP 17518) exited] > CDROMREADTOCHDR: Input/output error > WARN: open (/dev/cdrom): No medium found > [New Thread 0xafccbb90 (LWP 17520)] > [Thread 0xaf873b90 (LWP 17519) exited] > [New Thread 0xaf873b90 (LWP 17521)] > [Thread 0xafccbb90 (LWP 17520) exited] > [Thread 0xaf873b90 (LWP 17521) exited] > > Program exited normally. > ========= Interesting... it works in unstable but fails in testing. This patch will get it working in testing: ====8<==== diff --git a/src/utils.c b/src/utils.c --- a/src/utils.c +++ b/src/utils.c @@ -716,7 +716,7 @@ const char *const *gxine_list_video_outp #ifdef HAVE_XCB types |= 1 << XINE_VISUAL_TYPE_XCB; #endif - return xine_list_video_output_plugins_typed + return xine_check_version (1, 1, 12) ? xine_list_video_output_plugins_typed (xine, types) : xine_list_video_output_plugins (xine); } ====8<==== Every time I do that when I want it to work with older versions though compiled against a newer version, and every time I forget that it doesn't work. :-\ >> A tarball of your ~/.gxine, or at least your ~/.gxine/config, may be >> helpful. > I don't know if it's still useful but here's the tarball of my > ~/.config/gxine dir. Not needed. > P.S.: Sorry, I wasn't sure if I had to reply to the BTS or to you > personally. The BTS and never the maintainer; not both, since then the maintainer will get two copies. (M-F-T is set appropriately.) -- | Darren Salt | linux or ds at | nr. Ashington, | Toon | RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army | + Generate power using sun, wind, water, nuclear. FORGET COAL AND OIL. Statistics are no substitute for judgement. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

