diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-05-15 12:49:19 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-05-15 12:49:19 +0300 |
commit | aa864ae5bd3b7a3c389a71aaef88c905f53708b5 (patch) | |
tree | c9d754e3a51fa4831c898c3abcb5d73777c1a56f /recipes/schroedinger.recipe | |
parent | badde69a57fa38e9fe4d803ca34c3aecf778aefe (diff) |
Move all remaining recipes to tarballs
Diffstat (limited to 'recipes/schroedinger.recipe')
-rw-r--r-- | recipes/schroedinger.recipe | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/schroedinger.recipe b/recipes/schroedinger.recipe index 6d17cd09..b3c73a78 100644 --- a/recipes/schroedinger.recipe +++ b/recipes/schroedinger.recipe @@ -4,11 +4,15 @@ class Recipe(recipe.Recipe): name = 'schroedinger' version = '1.0.11' + stype = SourceType.TARBALL + url = 'http://diracvideo.org/download/schroedinger/schroedinger-1.0.11.tar.gz' # either LGPLv2 or GPLv2 or MPLv1.1 or MIT licenses = [License.LGPLv2] deps = ['orc', 'glib'] can_use_configure_cache = False autoreconf = True + patches = ['schroedinger/0001-Fix-orc-missing-symbols.patch', + 'schroedinger/0003-fix-link-using-with-thread-gthread.patch'] files_libs = ['libschroedinger-1.0'] files_devel = ['include/schroedinger-1.0', 'lib/pkgconfig/schroedinger-1.0.pc'] |