Graphtft-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(M) |
|||
| Zeile 9: | Zeile 9: | ||
==Installation== | ==Installation== | ||
| − | + | <pre> | |
| + | rpm -ivh --nodeps imlib2-devel-1.1.0-1.i386.rpm | ||
| − | + | cd /usr/local/src | |
| − | + | tar xvzf imlib2-1.0.5.tar.gz | |
| − | + | cd imlib2-1.0.5 | |
| − | + | ./configure --prefix=/usr/local | |
| − | + | make | |
| − | + | make install | |
| − | + | ldconfig | |
| − | + | cd - | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| + | tar xvzf ffmpeg-0.4.6.tar.gz | ||
| + | ln -s ffmpeg-0.4.6 ffmpeg | ||
| + | cd ffmpeg | ||
| + | ./configure --enable-shared | ||
| + | make | ||
| + | make install | ||
| + | ldconfig | ||
| + | </pre> | ||
== Probleme == | == Probleme == | ||
Keine bekannt. | Keine bekannt. | ||
| Zeile 46: | Zeile 47: | ||
|} | |} | ||
| − | <div style="color:red">FEHLT: Beschreibung, Hardwareanforderungen... | + | <div style="color:red">FEHLT: Beschreibung, Hardwareanforderungen... Bitte RPM in Installation entfernen (Distributionsunabhängiger)</div> |
| − | + | ||
Version vom 16. Juli 2004, 15:59 Uhr
Inhaltsverzeichnis |
Beschreibung
Siehe PSone_LCD
Hardwareanforderungen
TFT-Display
Softwareanforderungen
Imlib2, FFmpeg
Installation
rpm -ivh --nodeps imlib2-devel-1.1.0-1.i386.rpm cd /usr/local/src tar xvzf imlib2-1.0.5.tar.gz cd imlib2-1.0.5 ./configure --prefix=/usr/local make make install ldconfig cd - tar xvzf ffmpeg-0.4.6.tar.gz ln -s ffmpeg-0.4.6 ffmpeg cd ffmpeg ./configure --enable-shared make make install ldconfig
Probleme
Keine bekannt.
Links
| [1] | http://www.enlightenment.org/pages/imlib2.html | Imlib2 Homepage |
| [2] | http://ffmpeg.sourceforge.net | FFmpeg Homepage |
| [3] | http://www-math.uni-paderborn.de/~tegeler/vdr/graphtft | Homepage des Plugins |
FEHLT: Beschreibung, Hardwareanforderungen... Bitte RPM in Installation entfernen (Distributionsunabhängiger)