Vod-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Konfiguration)
(Konfiguration)
Zeile 55: Zeile 55:
 
  cat ../vod/patch/mplayer.sh.vod.diff | patch /usr/local/bin/mplayer.sh
 
  cat ../vod/patch/mplayer.sh.vod.diff | patch /usr/local/bin/mplayer.sh
  
Dann wie gwohnt übersetzen.
+
Dann wie gewohnt übersetzen.
  
 
<!-- ==Einstellungen== -->
 
<!-- ==Einstellungen== -->

Version vom 9. Dezember 2005, 07:20 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 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