Vod-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 28: Zeile 28:
 
</pre>
 
</pre>
  
===[[Arch-linux]]===
+
===[[Arch-Linux]]===
 
  pacman -S expat
 
  pacman -S expat
  

Version vom 9. Dezember 2005, 07:14 Uhr

Inhaltsverzeichnis

Beschreibung

Autor: Olivier Jacques

Bilder

Auswahl RSS feed
Video BLOG


Softwareanforderungen

Installation

Source

cd $SOURCEDIR
tar xvzf expat-<VERSION>.tar.gz
cd expat-<VERSION>
./configure --prefix=/usr/local
make
make install
ldconfig

Arch-Linux

pacman -S expat

Crux

prt-get depinst expat

Debian

apt-get install expat libexpat1 libexpat1-dev

Gentoo

emerge mplayer expat

SuSE

yast -i expat


Konfiguration

 cp $SOURCEDIR/VDR/PLUGINS/src/vod/rss.conf /etc/vdr/plugins

Ansonnsten siehe mplayer-plugin, wurden alle Sourcen / Plugins vefrachtet, ist die mplayer.sh und das mplayer-plugin mit den beiliegenden Patches zu patchen.

cd $SOURCEDIR/VDR/PLUGINS/src/mp3
patch < ../vod/patch/mplayer.plugin.vod.diff
cat ../vod/patch/mplayer.sh.vod.diff | patch /usr/local/bin/mplayer.sh

Dann wie gwohnt übersetzen.


Links

[1] http://www.mplayerhq.hu/homepage mplayer
[2] http://expat.sourceforge.net expat
[2] http://famillejacques.free.fr/vdr/vod Homepage des Plugins
In anderen Sprachen