diff options
author | Edward Hervey <edward@centricular.com> | 2019-09-10 09:31:56 +0200 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-09-13 23:10:01 +0530 |
commit | 06b44d82b745a2ee0956a2c683470a2feb08bc09 (patch) | |
tree | 01bb0f0e68d2c8e9afed47fbed0425dbeaf21b9d | |
parent | 52ef149f9c679307ae35c7c3a17590ea3b7bf0ea (diff) |
recipes: Upgrade openjpeg to 2.3.1
-rw-r--r-- | recipes/openjpeg.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/openjpeg.recipe b/recipes/openjpeg.recipe index db48f540..e23e7cc0 100644 --- a/recipes/openjpeg.recipe +++ b/recipes/openjpeg.recipe @@ -5,13 +5,13 @@ import shutil from cerbero.tools.libtool import LibtoolLibrary class Recipe(recipe.Recipe): - version = '2.3.0' + version = '2.3.1' name = 'openjpeg' licenses = [{License.BSD: ['LICENSE.txt']}] stype = SourceType.TARBALL btype = BuildType.CMAKE url = 'https://github.com/uclouvain/openjpeg/archive/v%(version)s.tar.gz' - tarball_checksum = '3dc787c1bb6023ba846c2a0d9b1f6e179f1cd255172bde9eb75b01f1e6c7d71a' + tarball_checksum = '63f5a4713ecafc86de51bfad89cc07bb788e9bba24ebbf0c4ca637621aadb6a9' configure_options = ' -DBUILD_CODEC:bool=off -DBUILD_PKGCONFIG_FILES:bool=on ' files_libs = ['libopenjp2'] |