Touchtft-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Links) |
(Links neu organisiert, teils broken und veraltet) |
||
Zeile 87: | Zeile 87: | ||
# [http://enlightenment.org Imlib2] | # [http://enlightenment.org Imlib2] | ||
# [http://ffmpeg.mplayerhq.hu FFmpeg] | # [http://ffmpeg.mplayerhq.hu FFmpeg] | ||
− | |||
− | |||
− | |||
=== Plugin = 0.0.3=== | === Plugin = 0.0.3=== | ||
# [http://www.htpc-tech.de/htpc/vdr/touchtft Homepage des Plugins] | # [http://www.htpc-tech.de/htpc/vdr/touchtft Homepage des Plugins] | ||
+ | |||
+ | === Plugin <= 0.0.2=== | ||
+ | # [http://wormhole.homelinux.com/TouchTFT/TouchTFT.html Homepage des Plugins] | ||
+ | # {{spiegel 1|vdr-touchtft}} | ||
+ | # {{spiegel 2|vdr-touchtft}} | ||
[[Kategorie:Plugins]] | [[Kategorie:Plugins]] | ||
[[Kategorie:Externe Anzeige]] | [[Kategorie:Externe Anzeige]] | ||
{{i18n|touchtft-plugin}} | {{i18n|touchtft-plugin}} |
Version vom 25. Februar 2007, 02:25 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor(en):
Bilder
Hardwareanforderungen
Das in den Bildern 1 bis 4 abgebildete TFT-Display gibt es z. B. bei Pollin Elektronic unter der Best. Nr. 600 080. http://www.pollin.de
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 |