Skip to content

Commit

Permalink
[tinyexr] Bump to 1.0.9 (#42874)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhuai authored Dec 23, 2024
1 parent 0ab0ae3 commit f4a382c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
16 changes: 8 additions & 8 deletions ports/tinyexr/fixtargets.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6d03e7e..be416f5 100644
index b7f97b0..2afd0e0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,6 +7,20 @@ set(SAMPLE_TARGET "test_tinyexr")
Expand Down Expand Up @@ -40,13 +40,13 @@ index 6d03e7e..be416f5 100644
@@ -43,7 +54,7 @@ target_link_libraries(${BUILD_TARGET} ${TINYEXR_EXT_LIBRARIES} ${CMAKE_DL_LIBS})

# Increase warning level for clang.
IF (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
- set_source_files_properties(${TINYEXR_SOURCES} PROPERTIES COMPILE_FLAGS "-Weverything -Werror -Wno-padded -Wno-c++98-compat-pedantic -Wno-documentation -Wno-unused-member-function")
+ set_source_files_properties(${TINYEXR_SOURCES} PROPERTIES COMPILE_FLAGS "-Weverything -Wno-padded -Wno-c++98-compat-pedantic -Wno-documentation -Wno-unused-member-function")
ENDIF ()

if (TINYEXR_BUILD_SAMPLE)
@@ -72,3 +83,32 @@ if (TINYEXR_BUILD_SAMPLE)
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND NOT MSVC)
- set(CLANG_COMPILE_FLAGS "-Weverything -Werror -Wno-padded -Wno-c++98-compat-pedantic -Wno-documentation -Wno-unused-member-function")
+ set(CLANG_COMPILE_FLAGS "-Weverything -Wno-padded -Wno-c++98-compat-pedantic -Wno-documentation -Wno-unused-member-function")
if (${CMAKE_CXX_COMPILER_VERSION} VERSION_GREATER 16)
set(CLANG_COMPILE_FLAGS "${CLANG_COMPILE_FLAGS} -Wno-unsafe-buffer-usage")
endif()
@@ -76,3 +87,32 @@ if (TINYEXR_BUILD_SAMPLE)
endif(WIN32)

endif (TINYEXR_BUILD_SAMPLE)
Expand Down
2 changes: 1 addition & 1 deletion ports/tinyexr/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO syoyo/tinyexr
REF "v${VERSION}"
SHA512 583404c77009ec88d75accf006f90ee8972d2205bbae41e460d2cbb9a54d9382735a82eba0657fcc5f4e8b3b0fadd51449cec440529570e75c307eb7f0fcc8fb
SHA512 19187cbd703c7a2f9e5322a123453cbd56d2b842d1e8f026831d405e9356b8f2a7fde5a2c6b601ee3a28f0a00293d635245b8b70bf03375cce56b5b816d5d54a
HEAD_REF master
PATCHES
fixtargets.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/tinyexr/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinyexr",
"version": "1.0.8",
"version": "1.0.9",
"description": "Library to load and save OpenEXR(.exr) images",
"homepage": "https://github.com/syoyo/tinyexr",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8993,7 +8993,7 @@
"port-version": 2
},
"tinyexr": {
"baseline": "1.0.8",
"baseline": "1.0.9",
"port-version": 0
},
"tinyfiledialogs": {
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/tinyexr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d2b22b1785f27ed281bc1d3da4e3853e0c4846f5",
"version": "1.0.9",
"port-version": 0
},
{
"git-tree": "8912e0ebb371923d28ba6a2cc8ab5ecd47957e51",
"version": "1.0.8",
Expand Down

0 comments on commit f4a382c

Please sign in to comment.