Touchtft-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Hardwareanforderungen)
Zeile 18: Zeile 18:
 
* fonts (vera)
 
* fonts (vera)
  
<!-- ==Installation== -->
+
==Installation==
 +
===Source===
 +
<pre>
 +
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
 +
</pre>
 +
 
 +
===[[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>
 +
 
 
<!-- ==Optionen== -->
 
<!-- ==Optionen== -->
 
<!-- ==Patches== -->
 
<!-- ==Patches== -->

Version vom 22. Juni 2006, 10:29 Uhr

Inhaltsverzeichnis

Beschreibung

Autor(en):


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. Homepage des Plugins
  2. Vorlage:Spiegel 2
In anderen Sprachen