[libsndfile] Update to 1.2.2 (#34388)

Co-authored-by: Kai Pastor <dg0yt@darc.de>
This commit is contained in:
evpobr 2023-10-24 21:08:39 +05:00 committed by GitHub
parent 398ede5dd8
commit e6a164736f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 28 additions and 6 deletions

View File

@ -0,0 +1,16 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b501f08..022864f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -855,11 +847,6 @@ if (ENABLE_PACKAGE_CONFIG)
${CMAKE_CURRENT_BINARY_DIR}/SndFileConfigVersion.cmake
DESTINATION ${CMAKE_INSTALL_PACKAGEDIR}
)
-
- if (NOT BUILD_SHARED_LIBS AND FIND_MODULES_INSTALL_LIST)
- file(COPY ${FIND_MODULES_INSTALL_LIST} DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
- install(FILES ${FIND_MODULES_INSTALL_LIST} DESTINATION ${CMAKE_INSTALL_PACKAGEDIR})
- endif ()
else ()
install (TARGETS sndfile ${sdnfile_PROGRAMS}

View File

@ -1,9 +1,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libsndfile/libsndfile
REF 1.2.0
SHA512 58d2567a4eb67f9af7a472ae02f62ce64bb6f54687bf670c84335a4d1c194d3e8d6933089ae9e2603137a035155447df4b0f59c054731d74d9814c1b757c833a
REF 1.2.2
SHA512 fb8b4d367240a8ac9d55be6f053cb19419890691c56a8552d1600d666257992b6e8e41a413a444c9f2d6c5d71406013222c92a3bfa67228944a26475444240a1
HEAD_REF master
PATCHES
001-avoid-installing-find-modules.patch
)
if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)

View File

@ -1,7 +1,6 @@
{
"name": "libsndfile",
"version-semver": "1.2.0",
"port-version": 2,
"version-semver": "1.2.2",
"description": "A library for reading and writing audio files",
"homepage": "https://github.com/erikd/libsndfile",
"license": "LGPL-2.1-or-later",

View File

@ -4705,8 +4705,8 @@
"port-version": 0
},
"libsndfile": {
"baseline": "1.2.0",
"port-version": 2
"baseline": "1.2.2",
"port-version": 0
},
"libsnoretoast": {
"baseline": "0.8.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c973dc3a659457ad4bd00a68da7903b674720f69",
"version-semver": "1.2.2",
"port-version": 0
},
{
"git-tree": "f78736afe548520c2bd5675eec91a9c15112a0fb",
"version-semver": "1.2.0",