Touchtft-plugin
Aus VDR Wiki
Version vom 29. Dezember 2006, 18:30 Uhr von 84.166.116.157 (Diskussion)
Inhaltsverzeichnis |
Beschreibung
Autor(en):
Bilder
Hardwareanforderungen
Softwareanforderungen
- FFmpeg
- imlib2
Installation
Source
- imlib2
cd $SOURCEDIR tar xvzf imlib2-<VERSION>.tar.gz cd imlib2-<VERSION> ./configure --prefix=/usr/local make make install ldconfig
- FFMPEG
cd $SOURCEDIR tar xvzf ffmpeg-<VERSION>.tar.gz ln -s ffmpeg-<VERSION> ffmpeg cd ffmpeg ./configure --prefix=/usr/local \ --enable-shared make make install ldconfig
Arch-Linux
pacman -S imlib2 ffmpeg
Crux
prt-get depinst imlib2 ffmpeg
Debian
Quelle: http://www.vdrwiki.com/index.php/M%C3%B3dulo_osdpip
apt-get install libimlib2-dev ffmpeg libavcodeccvs libavcodeccvs-dev
Gentoo
emerge a52dec imlib2 ffmpeg
SuSE
yast -i imlib2-devel <BITTE ERGÄNZEN>
Konfiguration
cp -r $SOURCEDIR/VDR/PLUGINS/src/touchtft/touchTFT $VDRCONFIG/plugins
Parameter
Parameter (kurz) | Parameter (lang) | Beschreibung |
---|---|---|
-d <DEV> | --device=<DEV> | Gerätedatei z.B.: /dev/fb0 oder für VDR-Dev.: vdr/1 |