Xine-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(M) |
|||
Zeile 6: | Zeile 6: | ||
==Installation== | ==Installation== | ||
− | + | <pre> | |
− | + | cd /usr/local/src | |
− | + | wget http://home.vr-web.de/~rnissl/xine-lib-cvs-20040704210000.tar.bz2 | |
− | + | wget http://home.vr-web.de/~rnissl/xine-ui-cvs-20040704210000.tar.bz2 | |
+ | wget http://home.vr-web.de/~rnissl/vdr-xine-0.4.2.tgz | ||
− | + | tar xvzf vdr-xine-0.4.2.tgz -C /usr/local/src/VDR/PLUGINS/src | |
− | + | tar jxvf xine-lib-cvs-20040704210000.tar.bz2 | |
− | + | tar jxvf xine-ui-cvs-20040704210000.tar.bz2 | |
− | + | cd VDR/PLUGINS/src | |
− | + | mv xine-0.4.2 xine | |
− | + | cd - | |
− | + | cat VDR/PLUGINS/src/xine/input-plugin/xine-lib.patch | patch -p0 | |
− | + | cat VDR/PLUGINS/src/xine/input-plugin/xine-ui.patch | patch -p0 | |
− | + | cp VDR/PLUGINS/src/xine/input-plugin/input* xine-lib/src/input | |
− | + | cd xine-lib | |
− | + | ./autogen.sh | |
− | + | ./configure --prefix=/usr/local | |
− | + | make | |
− | + | make install | |
− | + | ldconfig | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | cd ../xine-ui | ||
+ | ./autogen.sh | ||
+ | ./configure --prefix=/usr/local | ||
+ | make | ||
+ | make install | ||
+ | ldconfig | ||
+ | </pre> | ||
==Probleme== | ==Probleme== | ||
Keine bekannt. | Keine bekannt. |
Version vom 16. Juli 2004, 16:19 Uhr
Inhaltsverzeichnis |
Beschreibung
Hardwareanforderungen
1 Mhz.
Softwareanforderungen
Installation
cd /usr/local/src wget http://home.vr-web.de/~rnissl/xine-lib-cvs-20040704210000.tar.bz2 wget http://home.vr-web.de/~rnissl/xine-ui-cvs-20040704210000.tar.bz2 wget http://home.vr-web.de/~rnissl/vdr-xine-0.4.2.tgz tar xvzf vdr-xine-0.4.2.tgz -C /usr/local/src/VDR/PLUGINS/src tar jxvf xine-lib-cvs-20040704210000.tar.bz2 tar jxvf xine-ui-cvs-20040704210000.tar.bz2 cd VDR/PLUGINS/src mv xine-0.4.2 xine cd - cat VDR/PLUGINS/src/xine/input-plugin/xine-lib.patch | patch -p0 cat VDR/PLUGINS/src/xine/input-plugin/xine-ui.patch | patch -p0 cp VDR/PLUGINS/src/xine/input-plugin/input* xine-lib/src/input cd xine-lib ./autogen.sh ./configure --prefix=/usr/local make make install 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 |
FEHLT: Beschreibung, Hardwareanforderungen, Softwareanforderungen