Vod-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Installation) |
|||
| Zeile 17: | Zeile 17: | ||
==Installation== | ==Installation== | ||
| + | ===Source=== | ||
<pre> | <pre> | ||
cd $SOURCEDIR | cd $SOURCEDIR | ||
| Zeile 27: | Zeile 28: | ||
</pre> | </pre> | ||
| − | ===[Arch-linux]==== | + | ===[[Arch-linux]]==== |
pacman -S expat | pacman -S expat | ||
| Zeile 47: | Zeile 48: | ||
==Konfiguration== | ==Konfiguration== | ||
cp $SOURCEDIR/VDR/PLUGINS/src/vod/[[rss.conf]] [[struktur|/etc/vdr/plugins]] | cp $SOURCEDIR/VDR/PLUGINS/src/vod/[[rss.conf]] [[struktur|/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. | ||
<!-- ==Einstellungen== --> | <!-- ==Einstellungen== --> | ||
Version vom 9. Dezember 2005, 06:14 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Olivier Jacques
Bilder
Softwareanforderungen
- mplayer
- mplayer-plugin
- expat
- wget
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 |