diff options
Diffstat (limited to 'recipes/gst-python.recipe')
-rw-r--r-- | recipes/gst-python.recipe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/gst-python.recipe b/recipes/gst-python.recipe index 18394a0c..048f94e8 100644 --- a/recipes/gst-python.recipe +++ b/recipes/gst-python.recipe @@ -4,6 +4,9 @@ class Recipe(recipe.Recipe): name = 'gst-python' version = '0.10.22' + # TODO: check license - some source files are LGPLv2+, others LGPLv2.1+ and + # COPYING is LGPLv2.1 + licenses = [License.LGPLv2_1Plus] config_sh = 'sh autogen.sh' remotes = {'upstream': 'git://anongit.freedesktop.org/gstreamer/gst-python'} deps = ['gstreamer', 'gst-plugins-base', 'glib', 'pygobject'] |