Touchtft-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Links)
(Bilder)
Zeile 5: Zeile 5:
 
==Bilder==
 
==Bilder==
 
{|
 
{|
|[[Bild:touchtft-plugin-00.jpg|thumb|none|''kurze beschreibung'']]
+
|[[Bild:touchtft-plugin-00.jpg|thumb|none|''Bild 1'']]
|[[Bild:touchtft-plugin-01.jpg|thumb|none|''kurze beschreibung'']]
+
|[[Bild:touchtft-plugin-01.jpg|thumb|none|''Bild 2'']]
|[[Bild:touchtft-plugin-02.jpg|thumb|none|''kurze beschreibung'']]
+
|[[Bild:touchtft-plugin-02.jpg|thumb|none|''Bild 3'']]
|[[Bild:touchtft-plugin-03.jpg|thumb|none|''kurze beschreibung'']]
+
|[[Bild:touchtft-plugin-03.jpg|thumb|none|''Bild 4'']]
 
|}
 
|}
  

Version vom 29. Dezember 2006, 19:30 Uhr

Inhaltsverzeichnis

Beschreibung

Autor(en):

Bilder

Bild 1
Bild 2
Bild 3
Bild 4


Hardwareanforderungen

Softwareanforderungen

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


Links

  1. Imlib2
  2. FFmpeg
  3. Homepage des Plugins
  4. Vorlage:Spiegel 2
In anderen Sprachen