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
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
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
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
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
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
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