diff options
author | Edward Hervey <bilboed@bilboed.com> | 2015-02-14 17:19:50 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2015-02-14 17:22:16 +0100 |
commit | ff0c910714fd1a3251cc97983d7dd5d197fd5b7d (patch) | |
tree | e48741a5a375d9f351aff8100eb1e2d4685ca3dc /recipes/libjpeg-turbo.recipe | |
parent | eb6d106e7614c05b915234b85f46a226a899fb03 (diff) |
recipes: Update most dependencies and build-tools
* Remove/Update patches where applicable
* Tested on all linux/android variant, the build slaves will pick up
the rest...
Diffstat (limited to 'recipes/libjpeg-turbo.recipe')
-rw-r--r-- | recipes/libjpeg-turbo.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libjpeg-turbo.recipe b/recipes/libjpeg-turbo.recipe index bb1024c2..ee931b1e 100644 --- a/recipes/libjpeg-turbo.recipe +++ b/recipes/libjpeg-turbo.recipe @@ -3,14 +3,14 @@ class Recipe(recipe.Recipe): name = 'libjpeg-turbo' - version = '1.3.1' + version = '1.4.0' licenses = [License.BSD_like] stype = SourceType.TARBALL configure_tpl = "%(config-sh)s --prefix=%(prefix)s "\ "--libdir=%(libdir)s %(options)s" configure_options = " --with-jpeg8" autoreconf = True - url = 'http://downloads.sourceforge.net/project/libjpeg-turbo/1.3.1/libjpeg-turbo-1.3.1.tar.gz' + url = 'http://downloads.sourceforge.net/project/libjpeg-turbo/1.4.0/libjpeg-turbo-1.4.0.tar.gz' patches = ['libjpeg-turbo/0001-jmorecfg-Fix-INT32-re-definition-with-w32api.patch'] files_libs = ['libjpeg','libturbojpeg'] |