Commit Graph

35 Commits

Author SHA1 Message Date
jim wang
d2845dc758
[sfml] Update to 2.6.1 (#35118)
* update to 2.6.1

* update version
2023-11-15 15:04:47 -08:00
autoantwort
2f1cc4c0a4
[sfml] fix osx build (#34113) 2023-10-02 20:30:51 -07:00
Frank
becc2e4210
[sfml] Fix specify c++ library on macOS (#32944)
* [sfml] Fix specify c++ library on macOS

* update version

* format

* version
2023-08-04 06:57:21 -07:00
Lukas Dürrenberger
c799d5ea10
Update SFML to 2.6.0 (#32182)
* [sfml] Update SFML to 2.6.0

- SFML 2.6.0 was just released
- The ARM64 patch for macOS is no longer needed
- Add extra Linux dependency hint
- Fix GitHub URL casing

* [sfml] Update version database
2023-06-23 13:23:10 -07:00
Kai Pastor
f16b736da4
[sfml] Fix exported dependencies (#32006) 2023-06-16 20:52:51 -07:00
MonicaLiu
222409d3a4
[sfml] Support for Release-only build (#31372)
* support release-only

* update version

* update portfile.cmake

* update git-tree

* update sfml

* update version

* undo previous step

* update verison

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-05-11 10:03:00 -07:00
Kai Pastor
df806d3a4b
[sdl2-ttf,tgui,sfml] Update sdl2-ttf to 2.20.0, revise dependencies import and export (#26026)
* [sdl2-ttf] update to 2.20.0

* update version

* add license

* update version

* del unused function

* overwrite version

* Fix sdl2-tff

* Increase version

* version

* Fix config export/import

* version

* Fix sdl2pp

* Fix SDL2_ttf import

* Fix sdl2pp

* Try again

* ...

* shared

* Fix patch

* not win32

* revert

* Fix import name

* Fix tgui

* version

* CR

* version

* CR

* version

* license

* version

* update port version

* version

* Fix patch

* version

* Fix patch

* version

* Update patch

* version

* Fix tgui

* add feature harfbuzz

* version

* Fix feature

* version

* Fix mingw

* Trim patching

* Explicit usage

* [sfml] Fix OpenGL dependency

* [sfml] Transform freetype patch and config fixup

* [sfml] Transform stb patch

* [tgui] Revise port

* [tgui] Extend config patching, merge into dependencies patch

* [tgui] Devendor stb

* [tgui] Revise feature dependencies

* [tgui] Omit pc files (too many inconsistencies)

* [milerius-sfml-imgui] Fixup

* Update versions

Co-authored-by: FrankXie <v-frankxie@microsoft.com>
Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>
2022-08-04 19:18:37 -07:00
friendlyanon
8652ccf0ee
[stb] Update to 2021-09-10 (#24718)
* [stb] Update to 2021-09-10

* Update stb's dependees

* Add license fields to sfml and libtcod

* Fix broken patch for libtcod

* Use `version-date` instead of `version`

Co-authored-by: friendlyanon <friendlyanon@users.noreply.github.com>
2022-05-16 12:41:17 -07:00
Pierre Ferran
666afd19d1
[sfml] Add arm64 patch to allow SFML to compile on apple silicon (#22937)
* Add arm64 patch to allow SFML to compile on m1

* Updated port version

* Fix missing line

* Fix version of port
2022-02-04 10:22:14 -08:00
autoantwort
2e34a79a81
[sfml] no absolute paths (#22714) 2022-01-25 22:49:34 -08:00
ras0219
93db9aced1
[sfml] Install usage and change version scheme to relaxed (#15718) 2021-01-20 13:03:02 -08:00
ras0219
de0501f187
[sfml][imgui-sfml] Push SFML_STATIC_LIBRARIES setting into sfml (#11800) 2020-08-22 01:29:59 -07:00
Alexander Neumann
61c055a6fc
[brotli] add pkgconfig / [freetype] depend on brotli (#12405)
* [brotli] add pkgconfig

* [freetype] add pkgconfig and add dependency on brotli

* [qt5-base] add new freetype dependency to brotli and zstd

* [freetype] fix cmake paths

* [freetype] removed renaming of include dir and unnecessary cmake fixes

* [freetype-gl] fix glew include dir

* [podofo] fix freetype search.

* fixing wrong freetype stuff due to vcpkg owned wrong CMakeLists.txt .....

* fixing more freetype hidden issues.

* [sfml] fix missing include

* fix typo

* [freetype] uncomment previous renaming of include folders

* fix brotli linkage in static builds

* remove added alias to avoid problems.

* [freetype] add brotli to the wrapper

* [lzokay] format manifest

Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-08-06 13:07:46 -07:00
Jack·Boos·Yu
e179c4b3bc
[sfml] Remove unnecessary patch (#11246) 2020-05-08 14:33:58 -07:00
Jack·Boos·Yu
8a721c2b87 Fix osx baseline build failures (#9726)
* [xerces-c] Update REF and SHA512

* [sfml] re-trigger ci

* [pcl] re-trigger ci

* [boost-signals] re-trigger ci

* [tmxparser] re-trigger ci

* [soil2] switch repo to github

* [gtest] re-trigger ci
2020-01-21 10:03:57 -08:00
Jack·Boos·Yu
2dde9fb514 [sfml] Declare Windows library export (#9190) 2020-01-15 13:45:48 -08:00
JackBoosY
2188e9914d [sfml]Add usage. 2019-10-09 01:18:37 -07:00
Stefano Sinigardi
726c111481 [vcpkg] fatal_error when patch fails to apply (#8087)
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-10-07 10:35:13 -07:00
Krisztián Csordás
879a7fafd7
Fix opengl for SFML
Cmake doesn't find opengl on Ubuntu (tried 18.04, 19.04) even after installing the required system dependencies.

libgl1-mesa-dev works instead of mesa-common-dev, as noted here: https://stackoverflow.com/a/47926071/6597851.
2019-08-16 21:40:44 +02:00
Phoebe
bcff929875 Add PREFER_NINJA to many ports (#7468)
* Add PREFER_NINJA to many ports
2019-07-31 13:01:02 -07:00
pravic
18b029a5e3 [WIP] Add a Homepage URL entry for vcpkg ports (#2933)
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-06-15 16:54:47 -07:00
Cheney Wang
c094d3133c Update release version or commit to latest for below ports (#4957)
* [botan][caf][celero][docopt][glbinding][nanodbc][sfgui]Update release version or commit to latest

* [sfml] Add find_dependency(Freetype)
2018-12-17 16:44:08 -08:00
Robert Schumacher
c538d6d996 Upgrades 2018.10.25 2018-10-26 18:49:29 -07:00
Robert Schumacher
67da15682a [sfml] Fix using release freetype in debug mode 2018-08-08 04:00:50 -07:00
Lukas Dürrenberger
6f61b99e2f Remove freeglut as dependency for SFML (#3681)
* Remove freeglut as dependency for SFML

SFML doesn't use freeglut as dependency.

I'm not familiar enough with vcpkg, but does 'stb' need to be specified as dependency as well? We already include that header, or does vcpkg make sure it replaces it with the latest stb version?

* [sfml] Bump version and remove qualifier from stb dependency
2018-06-16 19:20:23 +02:00
Lukas Dürrenberger
2a9fd468eb Added proper window-static support
Just replacing export symbols doesn't really do the trick as the config file still won't find the static libraries, by "forcing" the `SFML_STATIC_LIBRARIES` to true when using the static target, the SFMLConfig.cmake and SFMLConfigDependencies.cmake files will properly detect the static libraries and it will also set the config header correctly.
2018-06-09 01:45:43 +02:00
Sztergbaum Roman
4105e5526b
remove libjpeg of SFML CONTROL file
according to https://en.sfml-dev.org/forums/index.php?topic=24009.msg163052#msg163052

libjpeg is no longer a dependancies of sfml :
"libjpeg is no longer a dependency of SFML, but since you use the old FindSFML.cmake it still thinks it is."
2018-05-22 22:12:35 +02:00
Robert Schumacher
c10d9d117a [sfml] Use upstream CMake. Install SFMLConfig.cmake. 2018-05-22 02:46:56 -07:00
milerius
84e807598d [sfml] update to 2.5.0 2018-05-15 10:31:52 +02:00
Robert Schumacher
827c893b8e [sfml] Support Linux 2018-04-30 16:00:29 -07:00
jonathan.r.paton@googlemail.com
fbd6295178 Updated SFML to use github 2017-09-23 17:19:29 +01:00
Alexander Karatarakis
26516fe485 vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7) 2017-09-09 00:12:54 -07:00
Robert Schumacher
c9bf4b6138 [sfml] Update to 2.4.2 2017-02-11 10:39:57 -08:00
codicodi
040555ee81 [sfml] this shouldn't be here... 2016-12-07 23:33:00 +01:00
codicodi
f047bd733e [sfml] initial commit 2016-12-07 23:02:23 +01:00