diff options
| author | acid-burn <acidburn@opendreambox.org> | 2009-05-27 12:43:41 +0200 |
|---|---|---|
| committer | acid-burn <acidburn@opendreambox.org> | 2009-05-27 12:43:41 +0200 |
| commit | 5a28515971d93c45baef9fcccd34b5f6c6f3d4a4 (patch) | |
| tree | a6bc08926dee481ca956ec59e687065efce707f4 /lib/python/Plugins/SystemPlugins/VideoTune/meta | |
| parent | 26a9b45a2a0e746739b8fa2ef339dbd716257a0c (diff) | |
| download | enigma2-5a28515971d93c45baef9fcccd34b5f6c6f3d4a4.tar.gz enigma2-5a28515971d93c45baef9fcccd34b5f6c6f3d4a4.zip | |
continue work on plugin manager
not yet finished
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/VideoTune/meta')
| -rwxr-xr-x[-rw-r--r--] | lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml | 47 |
1 files changed, 23 insertions, 24 deletions
diff --git a/lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml b/lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml index 5bc398e0..75abb90e 100644..100755 --- a/lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml +++ b/lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml @@ -1,27 +1,26 @@ <default> - <prerequisites> - <tag type="Display" /> - <tag type="System" /> - </prerequisites> - <info language="en"> - <author>Dream Multimedia</author> - <name>VideoTune</name> - <packagename>enigma2-plugin-systemplugins-videotune</packagename> - <shortdescription>VideoTune helps fine-tuning your tv display.</shortdescription> - <description>The VideoTune helps fine-tuning your tv display.\nYou can control brightness and contrast of your tv.</description> - <screenshot src="http://www.dreamboxupdate.com/preview/videotune.jpg" /> - <screenshot src="screenshot_videotune.jpg" /> - </info> - <info language="de"> - <author>Dream Multimedia</author> - <name>VideoTune</name> - <packagename>enigma2-plugin-systemplugins-videotune</packagename> - <shortdescription>VideoTune hilf beim fein-einstellen des Fernsehers.</shortdescription> - <description>VideoTune hilf beim fein-einstellen des Fernsehers.\nSie können Kontrast und Helligkeit fein-einstellen. - </description> - <screenshot src="http://www.dreamboxupdate.com/preview/videotune.jpg" /> - </info> - <files type="package"> <!-- without versionnumber, without .ipkg-suffix --> + <prerequisites> + <tag type="Display" /> + <tag type="System" /> + </prerequisites> + <info language="en"> + <author>Dream Multimedia</author> + <name>VideoTune</name> + <packagename>enigma2-plugin-systemplugins-videotune</packagename> + <shortdescription>VideoTune helps fine-tuning your tv display.</shortdescription> + <description>The VideoTune helps fine-tuning your tv display.\nYou can control brightness and contrast of your tv.</description> + <screenshot src="http://www.dreamboxupdate.com/preview/videotune.jpg" /> + </info> + <info language="de"> + <author>Dream Multimedia - DE</author> + <name>VideoTune - DE </name> + <packagename>enigma2-plugin-systemplugins-videotune</packagename> + <shortdescription>VideoTune hilft beim fein-einstellen des Fernsehers.</shortdescription> + <description>VideoTune hilf beim fein-einstellen des Fernsehers.\nSie können Kontrast und Helligkeit fein-einstellen. + </description> + <screenshot src="http://www.dreamboxupdate.com/preview/videotune.jpg" /> + </info> + <files type="package"> <!-- ohne versionsnummer, ohne .ipkg --> <file type="package" name="enigma2-plugin-systemplugins-videotune" /> - </files> + </files> </default> |
