diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2015-01-29 13:38:42 +0530 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-01-29 09:27:05 +0100 |
commit | 193fa899920b7075ace5584d446bd9b64cbcc6a8 (patch) | |
tree | 5ae9172414e640116c3540d990dd5714cc317322 /recipes/libnice.recipe | |
parent | a0d48a044a778eb697461d9d051a2f3ca60c57cf (diff) |
libnice,-static.recipe: Update to 0.1.10
Diffstat (limited to 'recipes/libnice.recipe')
-rw-r--r-- | recipes/libnice.recipe | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/libnice.recipe b/recipes/libnice.recipe index 4d7f424f..d5b1280d 100644 --- a/recipes/libnice.recipe +++ b/recipes/libnice.recipe @@ -2,7 +2,7 @@ class Recipe(recipe.Recipe): name = 'libnice' - version = '0.1.8' + version = '0.1.10' stype = SourceType.TARBALL url = 'http://nice.freedesktop.org/releases/%(name)s-%(version)s.tar.gz' licenses = [License.LGPLv2_1Plus, License.MPLv1_1] @@ -10,8 +10,7 @@ class Recipe(recipe.Recipe): --without-gstreamer-0.10 --enable-compile-warnings=maximum \ --disable-gtk-doc' deps = ['glib', 'gtk-doc-lite', 'gstreamer-1.0'] - patches = [name + '/libnice-add-win32-support.patch', - name + '/libnice-fix-rand-bytes-redefinition.patch'] + patches = [name + '/libnice-add-win32-support.patch'] autoreconf = True files_bins = ['stunbdc', 'stund'] |