Commit Graph

36 Commits

Author SHA1 Message Date
Weihang Ding
110c50d470
[glfw3] Fix build on wasm32-emscripten (#39959) 2024-09-05 18:59:19 -04:00
miyanyan
f9646c758b
[glfw3] update to 3.4 (#36908)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-02-27 00:34:58 -08:00
miyanyan
e37492a0e5
[glfw3] update to 3.3.9 (#35667)
* [glfw3] update to 3.3.9

* [glfw3] update versions
2023-12-13 23:16:15 -08:00
jim wang
4cac260c4b
[glfw3] Fix the name of the dynamic library under win in the pc file (#33991)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* Fix the name of the dynamic library under win in the pc file

* update version

* Fix the name of the dynamic library under win in the pc file

* update version
2023-11-29 01:36:07 -08:00
marinedalek
036769f5d6
[glfw3] Add wayland feature (#28232)
* Add wayland to glfw3 port

* Results of x-add-version

* Add Wayland package info to build message

* Ran x-add-version following previous commit

* Update ports/glfw3/vcpkg.json to add wayland dependency

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>

* Correct formatting of vcpkg.json

* Ran x-add-version following previous commit

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2023-01-11 23:29:41 -08:00
Mengna Li
23c82b0851
Add message to install pkg-config (#27297) 2022-10-20 12:49:29 -07:00
JonLiu1993
84cd59faaf
[glfw3] update to 3.3.8 (#26289)
* [glfw3] update to <3.3.8>

* update version
2022-08-12 15:45:23 -07:00
sean
bf43f7d00f
[glfw] Update to 3.3.7 (#24082)
* [glfw] Update to 3.3.7

* [glfw] Add license field

* [glfw] Fix git-tree version
2022-04-12 10:14:24 -07:00
JonLiu1993
9291a56c9f
[glfw3] update to version 3.3.6 (#22366)
* [GLFW3] update to 3.3.6

* update version
2022-01-06 13:23:30 -08:00
chausner
ad0240d482
[glfw3] Update to 3.3.5 (#21396)
* Update glfw3 to 3.3.5

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 14:33:27 -08:00
JonLiu1993
03c81310b5
[glfw3] update to 3.3.4 (#17910)
* [glfw3] update to 3.3.4

* update version
2021-05-18 00:42:12 -07:00
Charlie Barto
8a8eb71941
[glfw3] Update to version 3.3.3 (#16892)
* bump glfw version and convert to json format.

* update versions

* Update ports/glfw3/vcpkg.json

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* update git refs

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2021-03-29 09:23:14 -07:00
Jack·Boos·Yu
087869eb3a
[glfw3/glew] Fix pkgconfig (#16166)
* [glfw3/glew] Fix pkgconfig

* update version record
2021-02-10 23:55:18 -08:00
Stanislav Ershov
6d1cd558e6
[glfw3] Update to 3.3.2 (#9809) 2020-02-02 23:16:54 -08:00
Stanislav Ershov
d73e5209e8 [glfw3] Update to 3.3.1 (#9626)
* [glfw3] Update to 3.3.1

* [glfw3] portfile cleanup

* [glfw3] don't show linux specific message on macos

* [glfw3] Use VCPKG_TARGET_IS_LINUX
2020-01-14 10:12:05 -08: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
Phoebe
dce685696a [glfw3] fix cmake config (#7592)
* [glfw3] fix cmake config

* Update patch
2019-09-10 10:46:47 -07:00
JackBoosY
e417ff69b7 [glfw3]Add more information about installing dependencies. (#7885) 2019-08-25 20:31:55 -07: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
Spiro Gulgas
f67b53df11 [glfw3] Updated to version 3.3 (#6198) 2019-04-24 11:09:58 -07:00
Lyle Tafoya
ab0212d693 Fixes #4464 GLFW3 dynamic build failure on Linux (#4467)
* Fixes #4464 GLFW3 dynamic build failure on Linux

* [glfw3] Use vcpkg_from_github and remove outdated patch

* [glfw3] Note dependency on xcursor
2018-11-06 17:50:54 -08:00
Qi-rui Chen
98e8c22eaf Fix glfw3:x64-linux producing incorrect target (#3803)
* Fix glfw3 creating incorrect target

glfw3Target.cmake uses a semicolon seperated list which needs to be
escaped with quotes on write

* Fix semicolon stripping

* Fix typo

* [dlib][glfw3][libodb][signalrclient] Bump versions
2018-07-03 04:41:53 -07: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
e8441676e3 [glfw3] Fix position of cmake_minimum_required to come before project directive. 2017-03-30 21:52:18 -07:00
charlie barto
21c4404d39 more glfw3 path fixes 2016-11-16 19:08:47 -05:00
Daniele E. Domenichelli
abe8d017df [glfw3] Fix paths in cmake config files 2016-11-14 15:47:53 +01:00
Alexander Karatarakis
1808d461b0 triplet is now automatically included before portfiles.
Also remove trailing whitespaces from portfiles
2016-11-08 14:25:47 -08:00
Alexander Karatarakis
33334e8308 [glfw3] Enable static building 2016-10-31 18:21:57 -07:00
Alexander Karatarakis
19cc2a482c [glfw3] Mark as not supporting static building 2016-10-26 14:27:50 -07:00
Robert Schumacher
b1fe038a83 Remove use of vcpkg_build_cmake() across all portfiles. Fixes #123 2016-10-06 15:29:37 -07:00
kryptan
57b3e4e0ea [glfw3] Update to version 3.2.1 2016-10-03 00:38:56 +03:00
Alexander Karatarakis
3679955544 Introduce SOURCE_PATH to almost all portfiles 2016-09-28 17:05:56 -07:00
Ninetainedo
930d0a7ded URL and MIRRORS are now URLS
Updated all portfiles accordingly.
2016-09-25 00:23:04 +02:00
Ninetainedo
8cee9c6e07 Replaced everything concerning MD5 with SHA512 2016-09-22 21:30:58 +02:00
Alexander Karatarakis
ccca198c1b Initial commit 2016-09-18 20:54:03 -07:00