diff options
author | Edward Hervey <edward@centricular.com> | 2018-02-21 15:45:11 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2018-02-21 15:45:11 +0100 |
commit | 3e429aca637461b5e3fb8c9523d88ccc19e2959e (patch) | |
tree | e6f91e10dc66d3b0e9f830d6cbada5db77118db7 /recipes/libjpeg-turbo.recipe | |
parent | bfb6df8cf02d6bf954d9596a173520a97794ba48 (diff) |
recipes: Upgrade libjpeg-turbo to 1.5.3
Diffstat (limited to 'recipes/libjpeg-turbo.recipe')
-rw-r--r-- | recipes/libjpeg-turbo.recipe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/libjpeg-turbo.recipe b/recipes/libjpeg-turbo.recipe index 8ea9fce8..8aa80df6 100644 --- a/recipes/libjpeg-turbo.recipe +++ b/recipes/libjpeg-turbo.recipe @@ -3,15 +3,15 @@ class Recipe(recipe.Recipe): name = 'libjpeg-turbo' - version = '1.5.1' + version = '1.5.3' licenses = [License.BSD_like] stype = SourceType.TARBALL configure_tpl = "%(config-sh)s --prefix=%(prefix)s "\ "--libdir=%(libdir)s" configure_options = " --with-jpeg8" autoreconf = True - url = 'http://downloads.sourceforge.net/project/libjpeg-turbo/1.5.1/libjpeg-turbo-1.5.1.tar.gz' - patches = ['libjpeg-turbo/0001-Include-limits.h-for-SIZE_MAX.patch'] + url = 'http://downloads.sourceforge.net/project/libjpeg-turbo/%(version)s/libjpeg-turbo-%(version)s.tar.gz' + patches = [] files_libs = ['libjpeg','libturbojpeg'] files_devel = ['include/jpeglib.h', 'include/jerror.h', 'include/jconfig.h', |