aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2022-09-24 10:11:30 +1000
committerfuzzard <fuzzard@kodi.tv>2022-09-24 10:11:30 +1000
commitdeb1f5419d4d8ce7919be3866c21a4daa2c9f706 (patch)
treec94db7e1cd43d65fb379fa4268add992377eb827 /tools
parent02755860985937ef05361562c76e900b9ac6aa48 (diff)
[tools/depends][target] Bump spdlog 1.10.0
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/target/spdlog/001-windows-pdb-symbol-gen.patch4
-rw-r--r--tools/depends/target/spdlog/Makefile4
-rw-r--r--tools/depends/target/spdlog/SPDLOG-VERSION4
3 files changed, 7 insertions, 5 deletions
diff --git a/tools/depends/target/spdlog/001-windows-pdb-symbol-gen.patch b/tools/depends/target/spdlog/001-windows-pdb-symbol-gen.patch
index bae76d2c21..242978553e 100644
--- a/tools/depends/target/spdlog/001-windows-pdb-symbol-gen.patch
+++ b/tools/depends/target/spdlog/001-windows-pdb-symbol-gen.patch
@@ -1,6 +1,6 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -236,6 +236,26 @@
+@@ -239,6 +239,26 @@
endif()
endforeach()
@@ -27,7 +27,7 @@
if(SPDLOG_NO_EXCEPTIONS AND NOT MSVC)
target_compile_options(spdlog PRIVATE -fno-exceptions)
endif()
-@@ -293,6 +313,22 @@
+@@ -296,6 +316,22 @@
endif()
# ---------------------------------------------------------------------------------------
diff --git a/tools/depends/target/spdlog/Makefile b/tools/depends/target/spdlog/Makefile
index 85f9be2220..f2ca418865 100644
--- a/tools/depends/target/spdlog/Makefile
+++ b/tools/depends/target/spdlog/Makefile
@@ -1,6 +1,7 @@
-include ../../Makefile.include
include SPDLOG-VERSION
-DEPS = Makefile SPDLOG-VERSION ../../download-files.include
+DEPS = Makefile SPDLOG-VERSION ../../download-files.include \
+ 001-windows-pdb-symbol-gen.patch
CMAKE_OPTIONS= \
-DSPDLOG_BUILD_EXAMPLE=OFF \
@@ -47,6 +48,7 @@ ifeq ($(PREFIX),)
endif
rm -rf $(PLATFORM); mkdir -p $(PLATFORM)/build
cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE)
+ cd $(PLATFORM); patch -p1 -i ../001-windows-pdb-symbol-gen.patch
cd $(PLATFORM)/build; $(CMAKE) $(CMAKE_OPTIONS) ..
$(LIBDYLIB): $(PLATFORM)
diff --git a/tools/depends/target/spdlog/SPDLOG-VERSION b/tools/depends/target/spdlog/SPDLOG-VERSION
index 07bf4e9e97..297caea1ba 100644
--- a/tools/depends/target/spdlog/SPDLOG-VERSION
+++ b/tools/depends/target/spdlog/SPDLOG-VERSION
@@ -1,6 +1,6 @@
LIBNAME=spdlog
-VERSION=1.9.2
+VERSION=1.10.0
ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz
-SHA512=87b12a792cf2d740ef29db4b6055788a487b6d474662b878711b8a5534efea5f0d97b6ac357834500b66cc65e1ba8934446a695e9691fd5d4b95397b6871555c
+SHA512=e82ec0a0c813ed2f1c8a31a0f21dbb733d0a7bd8d05284feae3bd66040bc53ad47a93b26c3e389c7e5623cfdeba1854d690992c842748e072aab3e6e6ecc5666
BYPRODUCT=libspdlog.a
BYPRODUCT_WIN=spdlog.lib