Re: [vdr] xine for vdr-0.7.4 doesn't patch

2009-02-07 Thread Reinhard Nissl
Hi,

Simon Baxter schrieb:

> My point exactly -
> from INSTALL:
> 
> keybindings to xine-ui for supporting my plugin's remote functionality. I 
> use
> the following commands for patching:
> 
>   patch -d. -p0 < /soft/src/VDR/PLUGINS/src/xine/patches/xine-lib.patch
>  

I'm sorry Simon, this one slipped through. I had created the
patch differently (and much easier) this time and it therefore
contains a different toplevel directory.

I've changed INSTALL meanwhile to:

  patch -dxine-lib -p1 <
/soft/src/VDR/PLUGINS/src/xine/patches/xine-lib.patch

Hope this works, too.

Bye.
-- 
Dipl.-Inform. (FH) Reinhard Nissl
mailto:rni...@gmx.de

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] xine for vdr-0.7.4 doesn't patch

2009-02-05 Thread Simon Baxter
>> can't find file to patch at input line 4
>> Perhaps you used the wrong -p or --strip option?
>> The text leading up to this was:
>
> patch -p1 ...
>
> (man patch)

My point exactly -
from INSTALL:

keybindings to xine-ui for supporting my plugin's remote functionality. I 
use
the following commands for patching:

  patch -d. -p0 < /soft/src/VDR/PLUGINS/src/xine/patches/xine-lib.patch
 


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] xine for vdr-0.7.4 doesn't patch

2009-02-05 Thread Pertti Kosunen
Simon Baxter wrote:
> can't find file to patch at input line 4
> Perhaps you used the wrong -p or --strip option?
> The text leading up to this was:

patch -p1 ...

(man patch)

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] xine for vdr-0.7.4 doesn't patch

2009-02-04 Thread Simon Baxter
>> I'm trying to patch the latest xine-lib sources supplied on
>> http://home.vrweb.de/rnissl/
>>
>> I see the patching mechanism has been changed in this version - and I now
>> get this error:
>>
>> [r...@freddy development]# patch -d. -p0 --dry-run <
>> ~/vdr-1.7.4/PLUGINS/src/xine/patches/xine-lib.patch
>> can't find file to patch at input line 4
>> Perhaps you used the wrong -p or --strip option?

> to patch xine-lb, create a symlink from xine-lib pointing to 'b':
> ln -s xine-lib b
> then run patch again.
>
> Cheers
> Mike

Thanks - so the INSTALL has not been updated, or the wrong patch file went 
out then

Cheers
Simon 


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] xine for vdr-0.7.4 doesn't patch

2009-02-04 Thread Simon Baxter
Hi

I'm trying to patch the latest xine-lib sources supplied on 
http://home.vrweb.de/rnissl/

I see the patching mechanism has been changed in this version - and I now 
get this error:

[r...@freddy development]# ls xine-lib
AUTHORS ChangeLog COPYING  CREDITS  doc  lib  Makefile.am 
NEWS  README  TODO
autogen.sh  configure.ac  COPYING.LIB  debian   include  m4   misc 
posrc win32
[r...@freddy development]# patch -d. -p0 --dry-run < 
~/vdr-1.7.4/PLUGINS/src/xine/patches/xine-lib.patch
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--
|diff --git a/configure.ac b/configure.ac
|--- a/configure.ac
|+++ b/configure.ac
--
File to patch: ^C


It was:
diff -Nurp ../xine-cvs/xine-lib/configure.ac xine-lib/configure.ac
--- ../xine-cvs/xine-lib/configure.ac   2008-03-06 20:06:29.0 +0100
+++ xine-lib/configure.ac   2008-03-10 21:05:50.0 +0100


now it's:
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac


Has the desired mechanism changed, and the INSTALL file not been updated??


Thanks
Simon



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr