diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2009-05-20 11:24:18 +0200 |
|---|---|---|
| committer | Fraxinas <andreas.frisch@multimedia-labs.de> | 2009-05-20 11:24:18 +0200 |
| commit | 0c306d0eff685d81732fae1d1b0a6f951c27bd63 (patch) | |
| tree | 64f6253503a47d853db6124b1a0ee5b8ed1467a8 /lib/python | |
| parent | 258b45224b4ab38d8019b8bcd9f51d5143719b4a (diff) | |
| parent | 4ae68fe4023fe08deee027c9da0ce10fe70f75da (diff) | |
| download | enigma2-0c306d0eff685d81732fae1d1b0a6f951c27bd63.tar.gz enigma2-0c306d0eff685d81732fae1d1b0a6f951c27bd63.zip | |
Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/VideoTune/meta/Makefile.am | 3 | ||||
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml | 27 |
2 files changed, 30 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/VideoTune/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/VideoTune/meta/Makefile.am new file mode 100644 index 00000000..0c447f53 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/VideoTune/meta/Makefile.am @@ -0,0 +1,3 @@ +installdir = $(LIBDIR)/enigma2/python/Plugins/meta/ + +install_DATA = plugin_videotune.xml diff --git a/lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml b/lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml new file mode 100644 index 00000000..5bc398e0 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml @@ -0,0 +1,27 @@ +<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 --> + <file type="package" name="enigma2-plugin-systemplugins-videotune" /> + </files> +</default> |
