diff options
| author | acid-burn <acidburn@opendreambox.org> | 2009-11-25 20:59:35 +0100 |
|---|---|---|
| committer | acid-burn <acidburn@opendreambox.org> | 2009-11-25 20:59:35 +0100 |
| commit | 416240a4aeda1eb0f3e44abb2e1bb672665b363e (patch) | |
| tree | 765ba5233e979ad7c23469f76900f5bbc4927f28 /lib/python/Plugins/SystemPlugins/Videomode | |
| parent | 9b424161b583c7bfe5a58e979a9468101a6b6efd (diff) | |
| parent | bc6d7d587ad101a8449537238b9703f3a5fbbacb (diff) | |
| download | enigma2-416240a4aeda1eb0f3e44abb2e1bb672665b363e.tar.gz enigma2-416240a4aeda1eb0f3e44abb2e1bb672665b363e.zip | |
Merge commit 'origin/bug_178_update_meta_files' into experimental
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/Videomode/meta/Makefile.am | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | lib/python/Plugins/SystemPlugins/Videomode/meta/plugin_videomode.xml | 4 | ||||
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/meta/videomode.jpg | bin | 107578 -> 0 bytes | |||
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/Videomode/meta/videomode_de.jpg | bin | 0 -> 103506 bytes | |||
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/Videomode/meta/videomode_en.jpg | bin | 0 -> 95799 bytes |
5 files changed, 3 insertions, 3 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/Videomode/meta/Makefile.am index 6c012e84..ef474435 100755 --- a/lib/python/Plugins/SystemPlugins/Videomode/meta/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/Videomode/meta/Makefile.am @@ -2,4 +2,4 @@ installdir = $(datadir)/meta/ dist_install_DATA = plugin_videomode.xml -EXTRA_DIST = videomode.jpg +EXTRA_DIST = videomode_en.jpg videomode_de.jpg diff --git a/lib/python/Plugins/SystemPlugins/Videomode/meta/plugin_videomode.xml b/lib/python/Plugins/SystemPlugins/Videomode/meta/plugin_videomode.xml index 3891e0b1..fbb6e3f4 100644..100755 --- a/lib/python/Plugins/SystemPlugins/Videomode/meta/plugin_videomode.xml +++ b/lib/python/Plugins/SystemPlugins/Videomode/meta/plugin_videomode.xml @@ -9,7 +9,7 @@ <packagename>enigma2-plugin-systemplugins-videomode</packagename> <shortdescription>Videomode provides advanced video modes.</shortdescription> <description>The Videomode extension provides advanced video modes.</description> - <screenshot src="http://www.dreamboxupdate.com/preview/videomode.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_videomode_en.jpg" /> </info> <info language="de"> <author>Dream Multimedia</author> @@ -17,7 +17,7 @@ <packagename>enigma2-plugin-systemplugins-videomode</packagename> <shortdescription>Videomode bietet erweiterte Video Einstellungen.</shortdescription> <description>Die Videomode-Erweiterung bietet erweiterte Video-Einstellungen.</description> - <screenshot src="http://www.dreamboxupdate.com/preview/videomode.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_videomode_de.jpg" /> </info> <files type="package"> <!-- without version, without .ipk --> diff --git a/lib/python/Plugins/SystemPlugins/Videomode/meta/videomode.jpg b/lib/python/Plugins/SystemPlugins/Videomode/meta/videomode.jpg Binary files differdeleted file mode 100644 index adb5646b..00000000 --- a/lib/python/Plugins/SystemPlugins/Videomode/meta/videomode.jpg +++ /dev/null diff --git a/lib/python/Plugins/SystemPlugins/Videomode/meta/videomode_de.jpg b/lib/python/Plugins/SystemPlugins/Videomode/meta/videomode_de.jpg Binary files differnew file mode 100755 index 00000000..00b7ac70 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/Videomode/meta/videomode_de.jpg diff --git a/lib/python/Plugins/SystemPlugins/Videomode/meta/videomode_en.jpg b/lib/python/Plugins/SystemPlugins/Videomode/meta/videomode_en.jpg Binary files differnew file mode 100755 index 00000000..1f4288b9 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/Videomode/meta/videomode_en.jpg |
