
Plasmoid for VDR GraphTFT Plugin
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Plasmoid frontend for the graphTFT plugin of VDR. If you don't use the VDR theres no sense to use this plasmoid.
The VDR can controlled over the plasmoid with mouse and keyboard.
VDR is a Video Disk Recorder for linux, more info found in the Wiki http://www.vdr-wiki.de and on the VDR homepage http://www.cadsoft.de/vdr
Details about the graphTFT plugin found here:
http://www.vdr-wiki.de/wiki/index.php/Graphtft-plugin
Developed with KDE 4.2, not tried yet with older versions.
My first plasmoid o) hope it works anyhow ;)
Many thanks to tigger-gg for the mandriva packages
buschmann23
11 years ago
Quote:
--- common.h~ 2009-04-28 14:26:08.000000000 +0200
+++ common.h 2009-04-28 14:26:08.000000000 +0200
@@ -17,6 +17,7 @@
#include <string>
#include <iconv.h>
+#include <stdint.h>
using std::string;
Report