[SCM] zynjacku/master: 0008-continue_on_missing_ui_plugin_req.patch: Do not give up too easily when not being able to meet UI plugin's requirement. Just try another one.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Feb 10 14:19:18 UTC 2011


The following commit has been merged in the master branch:
commit 67d8cc6323db595a72cd5f633b9e09e1a666afb9
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Feb 10 15:19:12 2011 +0100

    0008-continue_on_missing_ui_plugin_req.patch: Do not give up too easily when not being able to meet UI plugin's requirement. Just try another one.

diff --git a/debian/patches/0008-continue_on_missing_ui_plugin_req.patch b/debian/patches/0008-continue_on_missing_ui_plugin_req.patch
new file mode 100644
index 0000000..e1d1cb1
--- /dev/null
+++ b/debian/patches/0008-continue_on_missing_ui_plugin_req.patch
@@ -0,0 +1,19 @@
+Description: Do not give up too easily when not being able to meet UI
+ plugin's requirement. Just try another one.
+From: Krzysztof Foltman <wdev at foltman.com>
+Origin: upstream,commit:66bae83e0b9b06a58dd7a7bf8a5eaa18733a7158
+---
+ zynworld/host.py |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- zynjacku.orig/zynworld/host.py
++++ zynjacku/zynworld/host.py
+@@ -2257,7 +2257,7 @@ class host:
+ 
+             if not features_match:
+                 print "Skipping UI %s because of missing required feature %s" % (ui_uri, required_feature)
+-                break
++                continue
+ 
+             ui_type_uri = ui.type
+             ui_binary_path = ui.binary

-- 
zynjacku packaging



More information about the pkg-multimedia-commits mailing list