Graphtft-plugin: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(intial) |
||
Line 1: | Line 1: | ||
==Description== |
==Description== |
||
[[Image: |
[[Image:Graphtft-plugin|thumb|Screenshot]] |
||
==Hardware requirements== |
==Hardware requirements== |
||
* TFT display |
|||
==Software requirements== |
==Software requirements== |
||
* imlib2 |
|||
* ffmpeg |
|||
==Installation== |
==Installation== |
||
First the prerequisites ''imlib2'' |
|||
⚫ | |||
<pre> |
|||
cd $SOURCEDIR |
|||
tar xvzf imlib2-<VERSION>.tar.gz |
|||
cd imlib2-<VERSION> |
|||
./configure --prefix=/usr/local |
|||
make |
|||
make install |
|||
ldconfig |
|||
cd - |
|||
</pre> |
|||
and ''ffmpeg'' |
|||
<pre> |
|||
tar xvzf ffmpeg-<VERSION>.tar.gz |
|||
ln -s ffmpeg-<VERSION> ffmpeg |
|||
cd ffmpeg |
|||
./configure --prefix=/usr/local --enable-shared |
|||
make |
|||
make install |
|||
ldconfig |
|||
</pre> |
|||
For the plugin to work you need the Vera truetype font (others will possibly work too) |
|||
<pre> |
|||
mkdir -p /etc/vdr/plugins/graphTFT/fonts |
|||
cp /path/to/Vera.ttf /etc/vdr/plugins |
|||
</pre> |
|||
If you don't know where to find ''Vera.ttf'' try the command |
|||
<pre> |
|||
locate Vera.ttf |
|||
</pre> |
|||
The skins goes to ''/etc/vdr/plugins/graphTFT/themes'' |
|||
<pre> |
|||
mkdir -p /etc/vdr/plugins/graphTFT/themes |
|||
tar jxvf standard.tar.bz2 -C /etc/vdr/plugins/graphTFT/themes |
|||
</pre> |
|||
⚫ | |||
==Problems== |
==Problems== |
||
Line 14: | Line 56: | ||
{| |
{| |
||
| [1] |
| [1] |
||
| http://www-math.uni-paderborn.de/~tegeler/vdr/graphtft |
|||
| http:// |
|||
| Plugin homepage |
| Plugin homepage |
||
|- |
|||
| [2] |
|||
| http://www.enlightenment.org/pages/imlib2.html |
|||
| imlib2 homepage |
|||
|- |
|||
| [3] |
|||
| http://ffmpeg.sourceforge.net |
|||
| ffmpeg homepage |
|||
|- |
|||
| [4] |
|||
| http://www.haile.ch/vdr |
|||
| Skins/Themes |
|||
|- |
|||
| [5] |
|||
| http://xpix.dieserver.de/downloads |
|||
| Skins/Themes |
|||
|} |
|} |
||
Line 21: | Line 79: | ||
<!-- Link to german wiki page --> |
<!-- Link to german wiki page --> |
||
[[de: |
[[de:Graphtft-plugin]] |
Revision as of 22:54, 20 September 2004
Description
Hardware requirements
- TFT display
Software requirements
- imlib2
- ffmpeg
Installation
First the prerequisites imlib2
cd $SOURCEDIR tar xvzf imlib2-<VERSION>.tar.gz cd imlib2-<VERSION> ./configure --prefix=/usr/local make make install ldconfig cd -
and ffmpeg
tar xvzf ffmpeg-<VERSION>.tar.gz ln -s ffmpeg-<VERSION> ffmpeg cd ffmpeg ./configure --prefix=/usr/local --enable-shared make make install ldconfig
For the plugin to work you need the Vera truetype font (others will possibly work too)
mkdir -p /etc/vdr/plugins/graphTFT/fonts cp /path/to/Vera.ttf /etc/vdr/plugins
If you don't know where to find Vera.ttf try the command
locate Vera.ttf
The skins goes to /etc/vdr/plugins/graphTFT/themes
mkdir -p /etc/vdr/plugins/graphTFT/themes tar jxvf standard.tar.bz2 -C /etc/vdr/plugins/graphTFT/themes
For the rest see plugin installation.
Problems
Links
[1] | http://www-math.uni-paderborn.de/~tegeler/vdr/graphtft | Plugin homepage |
[2] | http://www.enlightenment.org/pages/imlib2.html | imlib2 homepage |
[3] | http://ffmpeg.sourceforge.net | ffmpeg homepage |
[4] | http://www.haile.ch/vdr | Skins/Themes |
[5] | http://xpix.dieserver.de/downloads | Skins/Themes |