Touchtft-plugin

Aus VDR Wiki
Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Beschreibung

Autor(en):

Bilder

kurze beschreibung
kurze beschreibung

Hardwareanforderungen

Softwareanforderungen

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


Links

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