Vod-plugin

Aus VDR Wiki
Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Beschreibung

Autor: Olivier Jacques

Bilder

Auswahl RSS feed
Video BLOG

Hardwareanforderungen

  • Schneller Internetzugang (> ISDN (DSL))

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 Plugins verfrachtet, ist die mplayer.sh sowie 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 gewohnt ü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