Touchtft-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Links) |
(→Links) |
||
Zeile 99: | Zeile 99: | ||
==Links== | ==Links== | ||
# [http://enlightenment.org Imlib2] | # [http://enlightenment.org Imlib2] | ||
− | # | + | # [http://ffmpeg.mplayerhq.hu FFmpeg] |
# [http://home.arcor.de/franksimonbs Homepage des Plugins] | # [http://home.arcor.de/franksimonbs Homepage des Plugins] | ||
# {{spiegel 1|vdr-touchtft}} | # {{spiegel 1|vdr-touchtft}} |
Version vom 20. Juli 2006, 15:24 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor(en):
Bilder
Hardwareanforderungen
Softwareanforderungen
- FFmpeg
- imlib2
- fonts (vera)
Installation
Source
cd $SOURCEDIR tar xvzf imlib2-<VERSION>.tar.gz cd imlib2-<VERSION> ./configure --prefix=/usr/local make make install ldconfig cd - 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
Das Plugin benötigt Fonts, laut README -> Vera.ttf
mkdir -p $VDRCONFIG/plugins/touchTFT/fonts locate Vera.ttf /usr/X11R6/lib/X11/fonts/truetype/Vera.ttf cp /usr/X11R6/lib/X11/fonts/truetype/Vera.ttf $VDRCONFIG/plugins/touchTFT/fonts
Findet Ihr mit dem Suchtool (locate) keine Fonts auf dem System, kann man sie auch nachinstallieren.
Debian -> apt-get install bitstream-vera SuSE -> yast -i bitstream-vera Gentoo -> emerge ttf-bitstream-vera
Oder mal google bemühen... danach die Schritte oben erneut ausführen.
Zu den Themes, diese sind unterhalb von ../plugins/touchTFT/themes zu entpacken.
mkdir -p $VDRCONFIG/plugins/touchTFT/themes tar jxvf /wo/auch/immer/standart-theme-<VERSION>.tar.bz2 -C $VDRCONFIG/plugins/touchTFT/themes
Parameter
Parameter (kurz) | Parameter (lang) | Beschreibung |
---|---|---|
-d DEV | --device=DEV | sets the device i.e.: /dev/fb0 or for VDR-Dev.: vdr/1 |