Skip to content

Commit b6e8c5b

Browse files
committed
Update all dependencies to current.
This update of libHSPlasma fixes an issue whereby the bounding boxes of wavesets were not calculated the same way Cyan calculates theirs, which could have caused wavesets to be invisible in certain situations.
1 parent 9cde96a commit b6e8c5b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cmake/Dependencies.cmake

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ endfunction()
189189
if(korman_BUILD_JPEG)
190190
korman_add_external_project(libjpeg-turbo
191191
GIT_REPOSITORY "https://github.com/libjpeg-turbo/libjpeg-turbo.git"
192-
GIT_TAG 3.0.0
192+
GIT_TAG 3.0.3
193193
CMAKE_CACHE_ARGS
194194
-DBUILD_SHARED_LIBS:BOOL=OFF
195195
-DENABLE_SHARED:BOOL=FALSE
@@ -247,7 +247,7 @@ if(korman_BUILD_ZLIB)
247247
endif()
248248
korman_add_external_project(zlib
249249
GIT_REPOSITORY "https://github.com/zlib-ng/zlib-ng.git"
250-
GIT_TAG 2.1.3
250+
GIT_TAG 2.1.7
251251
CMAKE_CACHE_ARGS
252252
-DBUILD_SHARED_LIBS:BOOL=OFF
253253
-DZLIB_COMPAT:BOOL=ON
@@ -258,9 +258,9 @@ endif()
258258

259259
if(korman_BUILD_PNG)
260260
korman_add_external_project(libpng
261-
URL "https://sourceforge.net/projects/libpng/files/libpng16/1.6.40/libpng-1.6.40.tar.gz/download"
262-
DOWNLOAD_NAME "libpng-1.6.40.tar.gz"
263-
URL_HASH "SHA256=8f720b363aa08683c9bf2a563236f45313af2c55d542b5481ae17dd8d183bb42"
261+
URL "https://sourceforge.net/projects/libpng/files/libpng16/1.6.43/libpng-1.6.43.tar.gz/download"
262+
DOWNLOAD_NAME "libpng-1.6.43.tar.gz"
263+
URL_HASH "SHA256=e804e465d4b109b5ad285a8fb71f0dd3f74f0068f91ce3cdfde618180c174925"
264264
CMAKE_CACHE_ARGS
265265
-DBUILD_SHARED_LIBS:BOOL=OFF
266266
-DPNG_EXECUTABLES:BOOL=OFF
@@ -273,7 +273,7 @@ if(korman_BUILD_HSPLASMA)
273273
korman_add_external_project(HSPlasma
274274
GIT_REPOSITORY "https://github.com/H-uru/libhsplasma.git"
275275
# Be sure to increase this as the feature set used by Korman increases
276-
GIT_TAG ed9c2d4c15a86e5461b52bc89a9294d82d6ab683
276+
GIT_TAG f372a43a8ce78b056fe21c7ed372f04a88b20e98
277277
# We can only do shallow checkouts if the above is a branch or tag.
278278
GIT_SHALLOW FALSE
279279
CMAKE_CACHE_ARGS

0 commit comments

Comments
 (0)