[sfml] Update to 2.6.1 (#35118)

* update to 2.6.1

* update version
This commit is contained in:
jim wang 2023-11-16 07:04:47 +08:00 committed by GitHub
parent 2b14b606ce
commit d2845dc758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 19 deletions

View File

@ -1,13 +0,0 @@
diff --git a/cmake/Macros.cmake b/cmake/Macros.cmake
index e0118eb..76a4dcc 100644
--- a/cmake/Macros.cmake
+++ b/cmake/Macros.cmake
@@ -24,8 +24,6 @@ function(sfml_set_stdlib target)
if (${CMAKE_GENERATOR} MATCHES "Xcode")
sfml_set_xcode_property(${target} CLANG_CXX_LIBRARY "libc++")
else()
- target_compile_options(${target} PRIVATE "-stdlib=libc++")
- target_link_libraries(${target} PRIVATE "-stdlib=libc++")
endif()
endif()
endfunction()

View File

@ -2,10 +2,9 @@ vcpkg_from_github(OUT_SOURCE_PATH SOURCE_PATH
REPO SFML/SFML
REF "${VERSION}"
HEAD_REF master
SHA512 aac734e8b0e16936c0238ec792c922923545ec6cf06576bc70004fa1920cd05b4c5e56fbc8a77b650bbe6e202adc39df1d30509dbce95778d04338917a38a87a
SHA512 b376d3b00277ed60d107fe1268c210749b3aafcee618a8f924b181a9b476e92b9cb9baddecf70a8913b5910c471d53ea0260a876ad7b2db2b98b944d9f508714
PATCHES
fix-dependencies.patch
fix-osx.patch
)
# The embedded FindFreetype doesn't properly handle debug libraries

View File

@ -1,7 +1,6 @@
{
"name": "sfml",
"version": "2.6.0",
"port-version": 19,
"version": "2.6.1",
"description": "Simple and fast multimedia library",
"homepage": "https://github.com/SFML/SFML",
"license": "Zlib",

View File

@ -7769,8 +7769,8 @@
"port-version": 6
},
"sfml": {
"baseline": "2.6.0",
"port-version": 19
"baseline": "2.6.1",
"port-version": 0
},
"sfsexp": {
"baseline": "1.3.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3cf9cce0cc82c37f5a37c1c97d05c7fcb4609486",
"version": "2.6.1",
"port-version": 0
},
{
"git-tree": "29d5488afb2bc4a0ea9a986412d569ba9575809b",
"version": "2.6.0",