Touchtft-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
K (Bilder)
Zeile 20: Zeile 20:
 
* {{wikipedia|FFmpeg}}
 
* {{wikipedia|FFmpeg}}
 
* imlib2
 
* imlib2
* fonts (vera)
 
  
 
==Installation==
 
==Installation==
 
<!-- ===Optionen=== -->
 
<!-- ===Optionen=== -->
 
<!-- ===Patches=== -->
 
<!-- ===Patches=== -->
 +
 
===Source===
 
===Source===
 
* imlib2
 
* imlib2
Zeile 63: Zeile 63:
  
 
==Konfiguration==
 
==Konfiguration==
Das Plugin benötigt Fonts, laut README -> Vera.ttf
+
cp -r $SOURCEDIR/VDR/PLUGINS/src/touchtft/touchTFT [[Struktur|$VDRCONFIG]]/plugins
  
mkdir -p [[Struktur|$VDRCONFIG]]/plugins/touchTFT/fonts
+
<!-- ===Einstellungen=== -->
locate Vera.ttf
+
/usr/X11R6/lib/X11/fonts/truetype/Vera.ttf
+
cp /usr/X11R6/lib/X11/fonts/truetype/Vera.ttf [[Struktur|$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 '''[[struktur|../plugins/touchTFT/themes]]''' zu entpacken.
 
 
mkdir -p [[Struktur|$VDRCONFIG]]/plugins/touchTFT/themes
 
tar jxvf /wo/auch/immer/standard-theme-<VERSION>.tar.bz2 -C [[Struktur|$VDRCONFIG]]/plugins/touchTFT/themes
 
 
<!-- ===Einstellungen=== -->
 
 
===Parameter===
 
===Parameter===
 
{| class="wikitable"
 
{| class="wikitable"

Version vom 20. August 2006, 15:50 Uhr

Inhaltsverzeichnis

Beschreibung

Autor(en):

Bilder

kurze beschreibung
kurze beschreibung
kurze beschreibung
kurze beschreibung


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