[shapelib] Update to 1.6.1 (#40399)

This commit is contained in:
Kai Pastor 2024-08-17 11:06:43 +02:00 committed by GitHub
parent ffc46d4975
commit 2f210a9c13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 29 additions and 16 deletions

View File

@ -1,7 +1,7 @@
vcpkg_download_distfile(ARCHIVE vcpkg_download_distfile(ARCHIVE
URLS "http://download.osgeo.org/shapelib/shapelib-${VERSION}.zip" URLS "http://download.osgeo.org/shapelib/shapelib-${VERSION}.zip"
FILENAME "shapelib-${VERSION}.zip" FILENAME "shapelib-${VERSION}.zip"
SHA512 f3f43f2028fe442e020558de2559b24eae9c7a1d0c84cc242f23ea985cf1fb5ff39fbfef7738f9b8ef5df9a5d0b9f3e891a61b3d5fbbe5b224f41a46589723a3 SHA512 50859bbd1ea8808aa06cd112cc16cc77c1bd29d93129180818a5ea3a753b63de4039f232d1d9f13ebd7d076e427d10036e5f00775e633eb637da511625fa29bb
) )
vcpkg_extract_source_archive( vcpkg_extract_source_archive(
@ -12,6 +12,7 @@ vcpkg_extract_source_archive(
vcpkg_check_features(OUT_FEATURE_OPTIONS options vcpkg_check_features(OUT_FEATURE_OPTIONS options
FEATURES FEATURES
contrib BUILD_SHAPELIB_CONTRIB contrib BUILD_SHAPELIB_CONTRIB
tools BUILD_APPS
) )
vcpkg_cmake_configure( vcpkg_cmake_configure(
@ -19,27 +20,31 @@ vcpkg_cmake_configure(
OPTIONS OPTIONS
${options} ${options}
-DBUILD_TESTING=OFF -DBUILD_TESTING=OFF
-DUSE_RPATH=OFF
) )
vcpkg_cmake_install() vcpkg_cmake_install()
vcpkg_copy_pdbs() vcpkg_copy_pdbs()
vcpkg_cmake_config_fixup() vcpkg_cmake_config_fixup()
vcpkg_fixup_pkgconfig()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
vcpkg_copy_tools( if(BUILD_APPS)
TOOL_NAMES vcpkg_copy_tools(
dbfadd TOOL_NAMES
dbfcreate dbfadd
dbfdump dbfcreate
shpadd dbfdump
shpcreate shpadd
shpdump shpcreate
shprewind shpdump
shptreedump shprewind
AUTO_CLEAN shptreedump
) AUTO_CLEAN
)
endif()
if(BUILD_SHAPELIB_CONTRIB) if(BUILD_SHAPELIB_CONTRIB)
vcpkg_copy_tools( vcpkg_copy_tools(
TOOL_NAMES TOOL_NAMES

View File

@ -1,6 +1,6 @@
{ {
"name": "shapelib", "name": "shapelib",
"version": "1.6.0", "version": "1.6.1",
"description": "Shapefile C Library is simple C API for reading and writing ESRI Shapefiles", "description": "Shapefile C Library is simple C API for reading and writing ESRI Shapefiles",
"homepage": "https://download.osgeo.org/shapelib", "homepage": "https://download.osgeo.org/shapelib",
"license": "MIT OR LGPL-2.0-or-later", "license": "MIT OR LGPL-2.0-or-later",
@ -16,8 +16,11 @@
], ],
"features": { "features": {
"contrib": { "contrib": {
"description": "Build utilities (from contrib)", "description": "Build utilities from contrib",
"license": null "license": null
},
"tools": {
"description": "Build tools"
} }
} }
} }

View File

@ -8181,7 +8181,7 @@
"port-version": 0 "port-version": 0
}, },
"shapelib": { "shapelib": {
"baseline": "1.6.0", "baseline": "1.6.1",
"port-version": 0 "port-version": 0
}, },
"shiftmedia-libgcrypt": { "shiftmedia-libgcrypt": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "d314741ee9002b2f9a50d305ae759b1f2bb734b2",
"version": "1.6.1",
"port-version": 0
},
{ {
"git-tree": "6b89a941de4bb79399a81b9199cf15e66a882956", "git-tree": "6b89a941de4bb79399a81b9199cf15e66a882956",
"version": "1.6.0", "version": "1.6.0",