Skip to content

Commit

Permalink
Merge pull request xbmc#25453 from enen92/exiv_0.28.3
Browse files Browse the repository at this point in the history
[depends] Bump exiv2 to v0.28.3
  • Loading branch information
enen92 authored Jul 10, 2024
2 parents d7876de + cc1869c commit 38fe979
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 806 deletions.
8 changes: 2 additions & 6 deletions cmake/modules/FindExiv2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ if(NOT TARGET ${APP_NAME_LC}::${CMAKE_FIND_PACKAGE_NAME})
macro(buildexiv2)
find_package(Iconv REQUIRED)

# Note: Please drop once a release based on master is made. First 2 are already upstream.
set(patches "${CMAKE_SOURCE_DIR}/tools/depends/target/${MODULE_LC}/0001-Add-EXIV2_ENABLE_FILESYSTEM_ACCESS-option.patch"
"${CMAKE_SOURCE_DIR}/tools/depends/target/${MODULE_LC}/0002-Set-conditional-HTTP-depending-on-EXIV2_ENABLE_WEBRE.patch"
"${CMAKE_SOURCE_DIR}/tools/depends/target/${MODULE_LC}/0003-UWP-Disable-getLoadedLibraries.patch"
"${CMAKE_SOURCE_DIR}/tools/depends/target/${MODULE_LC}/0004-WIN-lib-postfix.patch"
"${CMAKE_SOURCE_DIR}/tools/depends/target/${MODULE_LC}/0005-GCC13-cstdint.patch")
# Patch pending review upstream (https://github.com/Exiv2/exiv2/pull/3004)
set(patches "${CMAKE_SOURCE_DIR}/tools/depends/target/${MODULE_LC}/0001-WIN-lib-postfix.patch")

generate_patchcommand("${patches}")

Expand Down
Loading

0 comments on commit 38fe979

Please sign in to comment.