Commit Graph

28 Commits

Author SHA1 Message Date
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