Touchtft-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 79: Zeile 79:
  
 
<!-- ==Einstellungen== -->
 
<!-- ==Einstellungen== -->
<!-- ==Parameter== -->
+
 
 +
==Parameter==
 +
{| border=1 cellpadding=2 cellspacing=0
 +
|- bgcolor=#efefef
 +
!Parameter (kurz)
 +
!Parameter (lang)
 +
!Beschreibung
 +
|-
 +
| -d DEV || --device=DEV || sets the device i.e.: '''/dev/fb0''' or for VDR-Dev.:  '''vdr/1'''
 +
|}
 +
 
 
<!-- ==Bedienung== -->
 
<!-- ==Bedienung== -->
 
<!-- ==[[SVDRP]] Befehle== -->
 
<!-- ==[[SVDRP]] Befehle== -->

Version vom 22. Juni 2006, 10:31 Uhr

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


Parameter

Parameter (kurz) Parameter (lang) Beschreibung
-d DEV --device=DEV sets the device i.e.: /dev/fb0 or for VDR-Dev.: vdr/1


Links

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