diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2024-09-16 07:33:27 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2024-09-16 07:33:27 +0100 |
commit | f5ff675f2a5553c8b9a14b1ec68b5d54c9c1a8ed (patch) | |
tree | ee7dad1e1b93f7e3606d8289c5d0e100f4ee7ce6 | |
parent | 0cda7ecc3edca4fee056349c0fa48b70dea62f9b (diff) |
libjpeg-turbo: update to 3.0.4
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1567>
-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 c3a385f9..1d1c936a 100644 --- a/recipes/libjpeg-turbo.recipe +++ b/recipes/libjpeg-turbo.recipe @@ -4,7 +4,7 @@ from cerbero.tools.libtool import LibtoolLibrary class Recipe(recipe.Recipe): name = 'libjpeg-turbo' - version = '3.0.3' + version = '3.0.4' licenses = [{License.BSD_like: ['LICENSE.md']}] stype = SourceType.TARBALL btype = BuildType.CMAKE @@ -12,7 +12,7 @@ class Recipe(recipe.Recipe): cmake_generator = 'ninja' can_msvc = True url = 'https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/%(version)s/libjpeg-turbo-%(version)s.tar.gz' - tarball_checksum = '343e789069fc7afbcdfe44dbba7dbbf45afa98a15150e079a38e60e44578865d' + tarball_checksum = '99130559e7d62e8d695f2c0eaeef912c5828d5b84a0537dcb24c9678c9d5b76b' configure_options = ' -DWITH_JPEG8=ON -DWITH_TURBOJPEG=ON ' |