summaryrefslogtreecommitdiff
path: root/recipes/libjpeg-turbo.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-12-14 09:49:51 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-12-14 09:49:51 +0200
commit65c51f598da0a90e48dd6cf779c276417c23f504 (patch)
treea7ff61cad5f622217bf99b55663886d0b232b55c /recipes/libjpeg-turbo.recipe
parent2ec84258323bc2da74d209766df29d4def43568d (diff)
libjpeg-turbo: Update to 1.5.1
Diffstat (limited to 'recipes/libjpeg-turbo.recipe')
-rw-r--r--recipes/libjpeg-turbo.recipe5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/libjpeg-turbo.recipe b/recipes/libjpeg-turbo.recipe
index ae5ea8fe..d7acd2bc 100644
--- a/recipes/libjpeg-turbo.recipe
+++ b/recipes/libjpeg-turbo.recipe
@@ -3,15 +3,14 @@
class Recipe(recipe.Recipe):
name = 'libjpeg-turbo'
- version = '1.4.1'
+ version = '1.5.1'
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.4.1/libjpeg-turbo-1.4.1.tar.gz'
- patches = ['libjpeg-turbo/0001-jmorecfg-Fix-INT32-re-definition-with-w32api.patch']
+ url = 'http://downloads.sourceforge.net/project/libjpeg-turbo/1.5.1/libjpeg-turbo-1.5.1.tar.gz'
files_libs = ['libjpeg','libturbojpeg']
files_devel = ['include/jpeglib.h', 'include/jerror.h', 'include/jconfig.h',