Re: [vdr] vdr-sxfe from background script

2009-02-21 Thread Stefan Ellenberger
On Sat, Feb 21, 2009 at 4:51 PM, Alex Betis wrote: >> I do have a similar solution to the one Ville used in KDE >> >> - set up a shell script >> - issue a killall -q -9 vdr-sxfe command first (if there is no vdr-sxfe >> task running this will be ignored) >> - call vdr-sxfe again >> >So you d

Re: [vdr] vdr-sxfe from background script

2009-02-21 Thread Stefan Ellenberger
I do have a similar solution to the one Ville used in KDE - set up a shell script - issue a killall -q -9 vdr-sxfe command first (if there is no vdr-sxfe task running this will be ignored) - call vdr-sxfe again Looks like this: #!/bin/sh /usr/bin/killall -q -9 vdr-sxfe /usr/bin/vdr-sxfe --full

[vdr] compiling the xine-1.2 with external ffmpeg

2009-01-25 Thread Stefan Ellenberger
Thanks Gerald and Darren So I tried to build xine-lib-1.2 the debian way... - modified changelog - modified debian/rules Makefile with my configure options - tried to meet all dependencies of the control file But there are various dependencies I simply can't meet because they would conflict wit

[vdr] compiling the xine-1.2 with external ffmpeg

2009-01-24 Thread Stefan Ellenberger
Hi list Does anyone use checkinstall instead of "make install" in order to build a xine-lib debian package? I know how use it along with ffmpeg, but I'm not sure how to use it along with xine-lib 1.2 since this one provides more than just one package - I guess there are at least three: libxine

[vdr] Help building xine-lib-1.2 --with-exte rnal-ffmpeg‏

2008-10-01 Thread Stefan Ellenberger
Thanks Niels, indeed this helped me as well. Now I'm getting a HUGE amount of "undefined reference to av_log" It starts browsing the ffmpeg source tree (where I built ffmpeg) for libav c files here's the one that makes it quit: /usr/local/lib/libpostproc.a(postprocess.o): In function `pp

[vdr] Help building xine-lib-1.2 --with-external-ffmpeg

2008-10-01 Thread Stefan Ellenberger
Thanks Niels, indeed this helped me as well. Now I'm getting a HUGE amount of "undefined reference to av_log" It starts browsing the ffmpeg source tree (where I built ffmpeg) for libav c files here's the one that makes it quit: /usr/local/lib/libpostproc.a(postprocess.o): In function `pp_get

[vdr] Help building xine-lib-1.2 --with-external-ffmpeg

2008-09-30 Thread Stefan Ellenberger
Hi list Can anyone help me around this xine-lib compile problem caused by a missing math library? /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -ffast-math -fexpensive-optimizations -mtune=pentiumpro -fvisibility=hidden -I/usr/include/libdts -pipe -Wall -Wformat=2 -Wno-format-zero-length