Xine-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 18: Zeile 18:
 
cd VDR/PLUGINS/src
 
cd VDR/PLUGINS/src
 
ln -s xine-0.5.0 xine
 
ln -s xine-0.5.0 xine
cd -
+
cd ../../../xine-lib
cat VDR/PLUGINS/src/xine/patches/xine-lib.patch | patch -p0
+
find /usr/local/src/VDR -name xine-lib.patch -exec patch -p1 -i \{} \;
cat VDR/PLUGINS/src/xine/patches/xine-ui.patch | patch -p0
+
patching file configure.ac
 +
patching file include/xine.h.in
 +
patching file src/Makefile.am
 +
patching file src/vdr/Makefile.am
 +
patching file src/vdr/input/Makefile.am
 +
patching file src/vdr/input/input_vdr.c
 +
patching file src/vdr/input/input_vdr.h
 +
patching file src/vdr/post/Makefile.am
 +
patching file src/vdr/post/post_vdr.c
 +
patching file src/vdr/post/post_vdr.h
 +
cd ../xine-ui
 +
find /usr/local/src/VDR -name xine-ui.patch -exec patch -p1 -i \{} \;
 +
patching file src/fb/actions.c
 +
patching file src/fb/actions.h
 +
patching file src/xitk/kbindings.c
 +
patching file src/xitk/kbindings.h
  
 
cd xine-lib
 
cd xine-lib

Version vom 14. August 2004, 00:00 Uhr

Inhaltsverzeichnis

Beschreibung

Hardwareanforderungen

1 Mhz.

Softwareanforderungen

xine-lib, xine-ui

Installation

cd /usr/local/src
wget http://home.vr-web.de/~rnissl/xine-lib-cvs-20040808183000.tar.bz2
wget http://home.vr-web.de/~rnissl/xine-ui-cvs-20040808183000.tar.bz2
wget http://home.vr-web.de/~rnissl/vdr-xine-0.5.0.tgz

tar xvzf vdr-xine-0.5.0.tgz -C /usr/local/src/VDR/PLUGINS/src
tar jxvf xine-lib-cvs-20040808183000.tar.bz2
tar jxvf xine-ui-cvs-20040808183000.tar.bz2

cd VDR/PLUGINS/src
ln -s xine-0.5.0 xine
cd ../../../xine-lib
find /usr/local/src/VDR -name xine-lib.patch -exec patch -p1 -i \{} \;
patching file configure.ac
patching file include/xine.h.in
patching file src/Makefile.am
patching file src/vdr/Makefile.am
patching file src/vdr/input/Makefile.am
patching file src/vdr/input/input_vdr.c
patching file src/vdr/input/input_vdr.h
patching file src/vdr/post/Makefile.am
patching file src/vdr/post/post_vdr.c
patching file src/vdr/post/post_vdr.h
cd ../xine-ui
find /usr/local/src/VDR -name xine-ui.patch -exec patch -p1 -i \{} \;
patching file src/fb/actions.c
patching file src/fb/actions.h
patching file src/xitk/kbindings.c
patching file src/xitk/kbindings.h

cd xine-lib
./autogen.sh
./configure --prefix=/usr/local
make -k
make install -k
ldconfig

cd ../xine-ui
./autogen.sh
./configure --prefix=/usr/local
make
make install
ldconfig

Probleme

Keine bekannt.

Links

[1] http://xinehq.de Xine Projekt Homepage
[2] http://home.vr-web.de/~rnissl Homepage des Plugins