Skip to content

Commit

Permalink
libpng update
Browse files Browse the repository at this point in the history
  • Loading branch information
nagyt2 committed May 19, 2021
1 parent 480dc11 commit dc1a095
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ hunter_default_version(OpenNMTTokenizer VERSION 1.11.0-p1)
hunter_default_version(OpenSSL VERSION 1.1.1j)
hunter_default_version(OpenSceneGraph VERSION 3.6.3-p0)
hunter_default_version(Opus VERSION 1.3.1)
hunter_default_version(PNG VERSION 1.6.36-t1)
hunter_default_version(PNG VERSION 1.6.36-t2)
hunter_default_version(PROJ4 VERSION 5.0.0)
hunter_default_version(PhysUnits VERSION 1.1.0-p0)
hunter_default_version(PocoCpp VERSION 1.10.1-p0)
Expand Down
13 changes: 9 additions & 4 deletions cmake/projects/PNG/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,20 @@ hunter_add_version(
PACKAGE_NAME
PNG
VERSION
"1.6.36-t1"
"1.6.36-t2"
URL
"https://github.com/DEEP-IMPACT-AG/libpng/archive/refs/tags/v1.6.36-t1.tar.gz"
"https://github.com/DEEP-IMPACT-AG/libpng/archive/refs/tags/v1.6.36-t2.tar.gz"
SHA1
cca94854ac766d91e84f76ac4f4fa00c0dbf79fe
cced5427b273a97e74d86eff464db180e7af6cde
)

hunter_cmake_args(PNG CMAKE_ARGS PNG_TESTS=OFF)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(PNG)
hunter_download(PACKAGE_NAME PNG)
hunter_download(
PACKAGE_NAME PNG
PACKAGE_INTERNAL_DEPS_ID "1"
PACKAGE_UNRELOCATABLE_TEXT_FILES
"lib/pkgconfig/libpng.pc"
)

0 comments on commit dc1a095

Please sign in to comment.