Bump JPEG Quant Smooth
This commit is contained in:
parent
b07fba0c9c
commit
52c17c8a16
|
@ -1,8 +1,8 @@
|
|||
[wrap-file]
|
||||
directory = jpeg-quantsmooth-1.20210408
|
||||
source_url = https://github.com/ilyakurdyukov/jpeg-quantsmooth/archive/refs/tags/1.20210408.tar.gz
|
||||
source_filename = jpeg-quantsmooth-1.20210408.tar.gz
|
||||
source_hash = 5937ca26db33888cab8638c1a8dc7a367a953bd0857ceb1290d5abc6febf3116
|
||||
directory = jpeg-quantsmooth-1.20230818
|
||||
source_url = https://github.com/ilyakurdyukov/jpeg-quantsmooth/archive/refs/tags/1.20230818.tar.gz
|
||||
source_filename = jpeg-quantsmooth-1.20230818.tar.gz
|
||||
source_hash = ff9a62e8560851648c60d84b3d97ebd9769f01ce6b995779e071d19a759eca06
|
||||
patch_directory = libjpegqs
|
||||
|
||||
[provide]
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
# vim: noet ts=4 sts=4 sw=4:
|
||||
project('jpeg-qs', 'c')
|
||||
add_project_arguments(meson.get_compiler('c')
|
||||
.get_supported_arguments('-Wno-misleading-indentation'),
|
||||
'-DWITH_LOG', language : 'c')
|
||||
add_project_arguments('-DWITH_LOG', language : 'c')
|
||||
|
||||
deps = [
|
||||
dependency('libjpeg'),
|
||||
|
|
Loading…
Reference in New Issue