Commit Graph

555 Commits

Author SHA1 Message Date
Weihang Ding
c764ada376
[fmt] Fix visibility (#35793)
- [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
- [x] The "supports" clause reflects platforms that may be fixed by this
new version
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] 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.

```
ld: warning: direct access in function 'fmt::v10::detail::format_error_code(fmt::v10::detail::buffer<char>&, int, fmt::v10::basic_string_view<char>)' from file '/usr/local/vcpkg/installed/x64-osx/lib/libfmt.a(format.cc.o)' to global weak symbol 'decltype(fp.begin()) fmt::v10::detail::parse_format_specs<int, fmt::v10::detail::compile_parse_context<char> >(fmt::v10::detail::compile_parse_context<char>&)' from file '/usr/local/vcpkg/installed/x64-osx/lib/libspdlog.a(spdlog.cpp.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
```

When link with `spdlog`, it shows this warning.

This problem was once reported in #29280 by @marcovc

And this pr fix it.
2024-02-27 01:02:58 -08:00
jim wang
62aa449299
[fdk-aac] Add restriction feature he-aac does not support Android platform (#36891)
Fixes https://github.com/microsoft/vcpkg/issues/36868
According to the upstream author's
[comment](https://github.com/mstorsjo/fdk-aac/issues/124#:~:text=This%20project%20isn%27t,the%20MediaCodec%20API.),
this feature does not support the Android platform.

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] ~~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.

All features passed with following triplets:

```
x86-windows
x64-windows
x64-windows-static
```
2024-02-22 10:23:06 -08:00
Vinogradov Daniil
47a132e8ed
[FFMpeg] better iOS support (#36835)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->

<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

If this PR updates an existing port, please uncomment and fill out this
checklist:

- [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.
- [X] The "supports" clause reflects platforms that may be fixed by this
new version.
- [X] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [X] 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.

<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

- [ ] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ ] The versioning scheme in `vcpkg.json` matches what upstream says.
- [ ] The license declaration in `vcpkg.json` matches what upstream
says.
- [ ] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ ] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [ ] Only one version is in the new port's versions file.
- [ ] Only one version is added to each modified port's versions file.

END OF NEW PORT CHECKLIST (delete this line) -->
2024-02-21 09:54:06 -08:00
sean
1d3b5f2c79
[fastgltf] Update to 0.7.0 (#36694)
* [fastgltf] Update to 0.7.0

* Update versions
2024-02-12 14:32:34 -08:00
Lily Wang
1747449be8
[faad2] Update to 2.11.1 (#36646)
* [faad2] Update to 2.11.1

* update version

* fix tools name

* version

---------

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-02-08 22:49:56 -08:00
Bruce Mitchener
be62d32994
[flecs] Update to 3.2.11 (#36645) 2024-02-07 22:25:37 -08:00
Osyotr
6b6fc76c89
[freetype] Update to 2.13.2 (#36303)
* [freetype] Update to 2.13.2

* Fixes for simultaneous use of find_package(Freetype) in CONFIG and MODULE modes

* [freetype] Cleanup vcpkg-cmake-wrapper.cmake

---------

Co-authored-by: Cazadorro <shaebolt@gmail.com>
2024-01-31 15:34:07 -08:00
JonLiu1993
5a58e645ce
[FFmpeg] update to 6.1.1 (#36443)
* [FFmpeg] update to 6.1.1

* update version

---------

Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-01-30 12:39:15 -08:00
Jia Yue Hua
e17b62da1d
[function2] update to 4.2.4 (#36347)
* [function2] update to 4.2.4

* [function2] update to 4.2.4
2024-01-25 09:33:51 -08:00
MonicaLiu
3598d22664
[fakeit] Fix fakeit build (#36195)
* fix fakeit build

* update version

* add usage

* update git-tree

* fix usage

* update git-tree

* fix usage

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-01-24 15:28:41 -08:00
Jia Yue Hua
745679c9cc
[fplus] update to 0.2.22 (#36348)
* [fplus] update to 0.2.22

* [fplus] update to 0.2.22
2024-01-24 11:16:01 -08:00
Jia Yue Hua
3f8081a313
[frugally-deep] update to 0.15.30 (#36349)
* [frugally-deep] update to 0.15.30

* [frugally-deep] update to 0.15.30
2024-01-24 11:15:33 -08:00
Jia Yue Hua
9cdf33f37d
[folly,fizz,wangle,mvfst,proxygen,fbthrift] update to 2024.01.01.00 (#36027) 2024-01-05 13:24:54 -08:00
Alexander Neumann
3434b0a1b4
[Freetype] burn in linkage (#35999) 2024-01-04 17:02:27 -08:00
Bruce Mitchener
b8ec6abf5d
[fmt] Update to 10.2.1 (#36033) 2024-01-04 17:00:31 -08:00
autoantwort
6fcc9cc9a2
[freerdp] remove deprecated client-mac (#35969) 2024-01-03 17:41:17 -08:00
Mathieu Pellerin
6a0137291e
[ffmpeg] Enable JNI and MediaCodec backends on Android (#35985) 2024-01-03 17:40:43 -08:00
Mengna Li
00d7b89c77
[fltk] update to 1.3.9 (#35981) 2024-01-03 17:35:11 -08:00
Bruce Mitchener
a344996f1d
[fmt] Update to 10.2.0 (#35971) 2024-01-02 14:39:37 -08:00
JonLiu1993
cfd0a5a75a
[fast-float] update to 6.0.0 (#35852)
* [fast-float] update to 6.0.0

* update version

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2023-12-28 00:01:47 -08:00
Kai Pastor
6c937c3223
[freerdp] Update to 3.0.0 (#35727) 2023-12-22 15:53:15 -05:00
Kai Pastor
e2f6384a79
[openssl] Update to 3.2.0 (#35734)
Co-authored-by: مهدي شينون (Mehdi Chinoune) <mehdi.chinoune@hotmail.com>
2023-12-19 16:31:02 -08:00
Bruce Mitchener
06a5b0d0f4
[flecs] Update to 3.2.10 (#35756) 2023-12-18 13:40:12 -08:00
simolis3
b72c0c19a0
[freetype-gl] GLEW as default feature (#35726) 2023-12-18 13:23:13 -08:00
Billy O'Neal
ab00a636c7
Update Windows Fleet for December 2023 Patch Tuesday (#35640) 2023-12-18 10:27:45 -08:00
MonicaLiu
faf6debcab
[fastio] Update to 2023-11-06 (#35596)
* update fastio

* update version
2023-12-12 01:15:07 -08:00
Nick D'Ademo
5a499da390
[fakeit] fix header files copy (#35527) 2023-12-06 14:45:06 -08:00
Fei Chong
3035d072b0
[fastrtps] Fix mac address overflow (#34867) 2023-12-04 16:38:12 -08:00
Kai Pastor
01ea5f6f16
[freeglut,gl2ps,glui,mdl-sdk] Platform support corrections (#35391)
* [freeglut] Fix android

* [glui] android unsupported, needs GL/gl.h

* [gl2ps] android unsupported, needs GL/gl.h

* [libraw] Skip arm-neon-android CI, needs ftello

* [mdl-sdk] Update 'supports'

* Update ci.baseline.txt

* [gl2ps] freeglut not needed

* [mdl-sdk] Fix static-md
2023-12-01 02:13:18 -08:00
Lily Wang
599b80d352
[ffmpeg] Support cross compile with QNX (#35228)
* [ffmpeg] Support cross compile with QNX

* update version
2023-11-29 01:12:59 -08:00
Thomas1664
8161f65543
[flatbuffers] Only build tool in release mode (#35333)
* [flatbuffers] Only build tools in release mode

* version

* Remove headers for PCH

* version
2023-11-27 23:02:41 -08:00
Kai Pastor
64a8686c41
[dbus] Use port libsystemd (#34333)
* [dbus] Fix features

* [dbus] Use port libsystemd [skip actions]

* [dbus] Fix libsystemd dependency

* [dbus] libsystemd include dir via target

* [freerdp] Disable libsystemd
2023-11-21 14:16:01 -08:00
Javier Peletier
272edfa75b
[flecs] update to 3.2.9 (#35122)
* [flecs] update to 3.2.9

* [flecs] update version database
2023-11-16 12:50:03 -08:00
Julian Xhokaxhiu
b58df11608
[ffmpeg] Bump to 6.1 (#35042)
* [ffmpeg] Bump to 6.1

* [ffnvcodec] Bump to 11.1.5.3

* vcpkg x-add-version --all

* [avisynthplus] Bump to 3.7.3

* vcpkg x-add-version --all

* [avisynthplus] Remove no more required patch

* vcpkg x-add-version --all

* Apply suggestions from code review

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

* vcpkg x-add-version --all

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-11-14 12:54:21 -08:00
sean
3cfc042905
[fastgltf] Update to 0.6.1 (#34833)
* [fastgltf] Update to 0.6.1

* Versions
2023-11-06 09:54:39 -08:00
Osyotr
9fb19afa26
[fribidi] Update to 1.0.13 (#34802)
* [fribidi] Update to 1.0.13

* Fix preprocessor
2023-11-02 10:41:36 -07:00
jim wang
a8ce0ae797
[flagpp] Add a new port (#34822)
* add new port

* update version

* delete LICENSE file

* update version

* delete LICENSE file

* update version
2023-11-01 12:55:08 -07:00
autoantwort
3961f34cac
[fastrtps] no uwp (#34702) 2023-10-26 16:48:16 -07:00
Paweł Wegner
7a6f366cef
[ffmpeg] fix cross builds on windows host (#34657)
Two issues:

* we should get msys2 when building on windows, not targeting windows.
* removed usage of LIBRARY_PATH since it is ignored when cross-compiling [1].

Tested building for android on windows and works fine.

[1]: https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html#index-LIBRARY_005fPATH
2023-10-24 11:53:01 -07:00
jim wang
6abb43bde5
[fastrtps] Fix the macro definition in thread (#33994)
* fix thread

* update version

* add upstream PR URL

* update version

* fix macro

* update version

* delete comment

* update version

* fix stl

* update version

* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* Add type conversion

* update version

* update version

* fix msvc test

* update version

* fix patch

* update version

* fix patch

* update version

---------

Co-authored-by: Jim wang (BEYONDSOFT CONSULTING INC) <v-wangjim@microsoft.com>
2023-10-20 10:00:10 -07:00
Osyotr
582472e604
[fontconfig] Fix FC_TEMPLATEDIR (#34430) 2023-10-13 11:04:39 -07:00
Martin Hořeňovský
d79815eed6
[ffmpeg] Enable dav1d feature on osx (#34421) 2023-10-13 10:56:49 -07:00
Jia Yue Hua
231096cdec
[fann] update to 2023-01-26 (#34136) 2023-10-12 10:58:46 -07:00
Konstantin Podsvirov
5a72c7346a
[flecs] update to 3.2.8 (#34385) 2023-10-09 18:03:37 -07:00
Frank
52354a3e49
[foonathan-memory] Fix the conflict of libs that tool depend on (#33651) 2023-10-02 22:01:50 -07:00
Jia Yue Hua
9e5851e41e
[flint] update to 2.9.0 (#34143) 2023-10-02 20:00:19 -07:00
Jia Yue Hua
0c49fc8401
[fluidsynth] update to 2.3.4 (#34144) 2023-10-02 19:59:58 -07:00
Jia Yue Hua
389178885d
[freerdp] Update to 2.11.2. (#34145) 2023-10-02 19:59:40 -07:00
Jia Yue Hua
30a1ca27bd
[functions-framework-cpp] update to 1.2.0 (#34148) 2023-10-02 19:59:01 -07:00
Jia Yue Hua
f83deb2d03
[frugally-deep] update to 0.15.24 (#34149) 2023-10-02 19:58:38 -07:00
Konstantin Podsvirov
408157cf93
[flecs] update to 3.2.7 (#34187) 2023-10-02 16:38:06 -07:00
Jia Yue Hua
001e1d37a1
[folly,fizz,wangle,mvfst,proxygen,fbthrift] update to 2023.10.02.00 (#34218) 2023-10-02 16:03:31 -07:00
Jia Yue Hua
75924241b6
[fakeit] update to 2.4.0 (#34134)
* [fakeit] update to 2.4.0

* [fakeit] update to 2.4.0
2023-09-28 23:33:02 -07:00
Jia Yue Hua
c8ccd4904f
[font-util] update to 1.4.1 (#34050) 2023-09-28 23:03:01 -07:00
Pravila
01058501e8
[fameta-counter] New port (#34066)
* Add fameta-counter port

* Format vcpkg.json

* Add version for fameta-counter

* Add quotes for paths

* Update version

---------

Co-authored-by: Pablo Rodriguez Avila <pabloro@microsoft.com>
2023-09-28 22:57:05 -07:00
Billy O'Neal
768619a21e
Delete broken version database entries. (#34078)
Under normal circumstances, things can't be removed from the version database, because that breaks outstanding references to those versions. However, these entries can't be parsed in the first place which means nobody can be depending on them being there. (Usually this comes from accidentally merging PRs that add multiple versions, such as 8184c5e06c https://github.com/microsoft/vcpkg/pull/31859 )

This was detected using new output from https://github.com/microsoft/vcpkg-tool/pull/1210

C:\Dev\vcpkg\versions\a-\abseil.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\abseil\2209360b556a40cf034551f6f9063456eac63986_83008.tmp" -c core.autocrlf=false read-tree -m -u 2209360b556a40cf034551f6f9063456eac63986
error: git failed with exit code: (128).
fatal: failed to unpack tree object 2209360b556a40cf034551f6f9063456eac63986
note: while checking out port abseil with git tree 2209360b556a40cf034551f6f9063456eac63986
note: while validating version: 20230125.3#2
C:\Dev\vcpkg\versions\a-\abseil.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\abseil\28fa609b06eec70bb06e61891e94b94f35f7d06e\vcpkg.json: error: $.features: mismatched type: expected a set of features
note: while validating version: 2020-03-03#7
C:\Dev\vcpkg\versions\a-\async-mqtt.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\async-mqtt\61071a18dc0dc629c374fa016b81473e04a28ff1_83008.tmp" -c core.autocrlf=false read-tree -m -u 61071a18dc
error: git failed with exit code: (128).
fatal: failed to unpack tree object 61071a18dc
note: while checking out port async-mqtt with git tree 61071a18dc
note: while validating version: 1.0.8
C:\Dev\vcpkg\versions\b-\blend2d.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\blend2d\ffce764b880d8cc24e3b00328aa3861f15bae91d\vcpkg.json: error: $.features: mismatched type: expected a set of features
note: while validating version: beta_2020-07-31
C:\Dev\vcpkg\versions\b-\blend2d.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\blend2d\03a43f03eb0cab95aac27a77b71273fc4aa2e94d\vcpkg.json: error: $.features: mismatched type: expected a set of features
note: while validating version: beta_2020-07-09
C:\Dev\vcpkg\versions\e-\elfio.json: error: The version database declares 3.8 as version, but 19659f0b36 declares it as version-string. Versions must be unique, even if they are declared with different schemes.
note: run:
vcpkg x-add-version elfio --overwrite-version
to overwrite the scheme declared in the version database with that declared in the port.
C:\Dev\vcpkg\versions\f-\flashlight-text.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\flashlight-text\6386901fa48bce946fdc5775a1c1b784e0a97175_83008.tmp" -c core.autocrlf=false read-tree -m -u 6386901fa4
error: git failed with exit code: (128).
fatal: failed to unpack tree object 6386901fa4
note: while checking out port flashlight-text with git tree 6386901fa4
note: while validating version: 0.0.3
C:\Dev\vcpkg\versions\l-\libwebp.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\libwebp\a05e0de81085231df86f6902aba1e0a364e2ca7b\CONTROL:1:94: error: invalid character in feature name (must be lowercase, digits, '-', or '*')
  on expression: libwebp[anim, gif2webp, img2webp, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp_sdl] (!osx), libwebp[extras] (!osx)
                                                                                                              ^
note: while validating version: 1.1.0
C:\Dev\vcpkg\versions\l-\libwebp.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\libwebp\5066566c98bc1913b678347c4cbae0a6aff4cf2d\CONTROL:1:94: error: invalid character in feature name (must be lowercase, digits, '-', or '*')
  on expression: libwebp[anim, gif2webp, img2webp, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp_sdl] (!osx), libwebp[extras] (!osx)
                                                                                                              ^
note: while validating version: 1.0.3-1
C:\Dev\vcpkg\versions\l-\libwebp.json: C:\Dev\vcpkg\buildtrees\versioning_\versions\libwebp\6ff3a23b154fad821db2d8236bf9d0382f0229cf\CONTROL:1:94: error: invalid character in feature name (must be lowercase, digits, '-', or '*')
  on expression: libwebp[anim, gif2webp, img2webp, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp_sdl, extras] (!osx)
                                                                                                              ^
note: while validating version: 1.0.3
C:\Dev\vcpkg\versions\o-\opencolorio.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\opencolorio\9569944b76966b78bec5ef83672899acd7e4febe_83008.tmp" -c core.autocrlf=false read-tree -m -u 9569944b76
error: git failed with exit code: (128).
fatal: failed to unpack tree object 9569944b76
note: while checking out port opencolorio with git tree 9569944b76
note: while validating version: 2.1.2
C:\Dev\vcpkg\versions\q-\qscintilla.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\qscintilla\b5942c0b0a6d9131bc4ad9a1dde662f809a6d965_83008.tmp" -c core.autocrlf=false read-tree -m -u b5942c0b0a6d9131bc4ad9a1dde662f809a6d965
error: git failed with exit code: (128).
fatal: failed to unpack tree object b5942c0b0a6d9131bc4ad9a1dde662f809a6d965
note: while checking out port qscintilla with git tree b5942c0b0a6d9131bc4ad9a1dde662f809a6d965
note: while validating version: 2.13.4
C:\Dev\vcpkg\versions\r-\robin-map.json: error: The version database declares 0.6.3 as version-semver, but 84f1433234 declares it as version-string. Versions must be unique, even if they are declared with different schemes.
note: run:
vcpkg x-add-version robin-map --overwrite-version
to overwrite the scheme declared in the version database with that declared in the port.
C:\Dev\vcpkg\versions\v-\vcpkg-cmake-get-vars.json: error: failed to execute: "C:\Program Files\Git\cmd\git.exe" "--git-dir=C:\Dev\vcpkg\.git" "--work-tree=C:\Dev\vcpkg\buildtrees\versioning_\versions\vcpkg-cmake-get-vars\c6eb09f11e34173a4bfc31252d02d6aea6c25d8f_83008.tmp" -c core.autocrlf=false read-tree -m -u c6eb09f11e
error: git failed with exit code: (128).
fatal: failed to unpack tree object c6eb09f11e
note: while checking out port vcpkg-cmake-get-vars with git tree c6eb09f11e
note: while validating version: 2023-04-13
2023-09-28 11:15:22 -07:00
Jia Yue Hua
c2eb7363d7
[function2] update to 4.2.3 (#34040)
* [function2] update to 4.2.3

* fix deps
2023-09-27 01:24:57 -07:00
Jia Yue Hua
82ed564685
[fplus] update to 0.2.20-p0 (#34041)
* [fplus] update to 0.2.20-p0

* fix deps
2023-09-27 01:24:25 -07:00
Jia Yue Hua
c316b90058
[fastcdr] update to 1.1.0 (#34049)
* [fastcdr] update to 1.1.0

* fix deps
2023-09-27 01:23:29 -07:00
Jia Yue Hua
53fe2afc5f
[fruit] update to 3.7.1 (#34051) 2023-09-27 01:23:13 -07:00
Matthew Oliver
1b4d69f302
[ffmpeg] Update to 6.0 (#30135)
* [amd-amf] Update to 1.4.29

* [ffnvcodec] Update to 11.1.5.2

* [mfx-dispatch] Fix pkgconfig

* [ffmpeg] Update to 6.0

* update versions

* [amd-amd] Fix merge

* Update ffmpeg.json

* ffmpeg: Remove libpng dependency.

Ffmpeg doesnt have a libpng dependency. All thats needed for png support is zlib which has its own option already

* Update ffmpeg.json

* [ignition-common3] patch for ffmpeg3

* [freerdp] Update to 2.11.1

* Revert "Merge pull request #1 from autoantwort/ffmpeg"

This reverts commit b52416c67d, reversing
changes made to 8fdd44e901.

* Update ffmpeg.json

* Update ffmpeg.json

---------

Co-authored-by: Leander Schulten <Leander.Schulten@rwth-aachen.de>
2023-09-26 14:59:05 -07:00
DownerCase
6bf5ffffe8
[brotli] Update to v1.1.0 (#33665)
* [brotli] Update to v1.1.0

* Fix dependent ports

* [Freetype] Always link brotli common
2023-09-26 00:28:57 -07:00
Paweł Wegner
c67a3059bb
[ffmpeg] Fix android build on macOS host. (#33943)
ranlib from xcode, which is picked up by default by FFmpeg build system, breaks the .a files.
Explicitly point to ranlib from NDK.
2023-09-25 23:55:39 -07:00
autoantwort
335c1d1029
[ffmpeg] fix feature vpx (#33796) 2023-09-19 09:48:22 -07:00
Jón Bjarni
c9e2aa851e
[fmt] Update to 10.1.1 (#33767)
* update fmt to 10.1.1

* fmt baseline and version
2023-09-18 09:58:50 -07:00
Michael Heyman
c6ea5d087a
[flux] new port (#33407)
Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
2023-09-07 00:04:52 -07:00
Sander Cox
8413fd7fc2
[ffmpeg] enable a feature to support libpng (#33561) 2023-09-06 13:06:03 -07:00
Kai Pastor
be063cfe4a
[openssl] Fix armv8 asm [fastrtps] Fix configure race (#33515) 2023-09-05 22:38:10 -07:00
Weihang Ding
bf2dbc58a8
[fast-float] Bump to 5.2.0 (#33375)
* [fast-float] Bump to 5.2.0

* Update version database
2023-08-29 11:56:28 -07:00
Frank
0df74b7e63
[ftxui] Update version to 5.0.0 (#33423)
* [ftxui] Update version to 5.0.0

* version

* version

* v db
2023-08-29 11:19:17 -07:00
Lily Wang
27fb19bdcc
[many ports] Fix URLS of download patch (#33309)
* [many ports] Fix URLS of download patch

* update version

* Fix opencv4 and minhook

* update version
2023-08-23 12:03:24 -07:00
chausner
05a57650f3
[fmt] Update to 10.1.0 (#33128)
* Update fmt to 10.1.0

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Cheney-Wang <850426846@qq.com>
2023-08-17 10:52:12 -07:00
Kai Pastor
38acea0c4c
[freexl,libspatialite,spatialite-tools] Update, [minizip] Enable DLL, [libkml] Update minizip import (#33044)
* [freexl] Update to 2.0.0

* Skip tests, examples

* [minizip] Build DLL

* [libspatialite] Update to 5.1.0

* Fix utf8 source

* [spatialite-tools] Update to 5.1.0a

* [libkml] Update minizip prefix

* [libkml] Fix all minizip names
2023-08-15 16:31:44 -07:00
Kai Pastor
28de7389db
[fftw3] Fix build, cleanup (#32999)
* [fftw3] Cleanup

* [fftw3] Revise openmp requirement

* [fftw] Revise and fix build of variants

* [fftw3] Use pristine config installation

* [fftw3] Export all targets

* [fftw3] Drop pointless bench linking patch
2023-08-09 10:25:30 -07:00
endingly
2969ad361d
[fins] add libfins (#32795)
* add libfins

* fix version sha value

* add keyword `supports`

* fix version error

* fix version data

* add namespae for target

* modify version date

* modify platform. remove arm and add android

* modify version data.

* remove and delete patch "add_cmake_support"

* modify version data

* 1. modify lib version
2. do not need and remove "add_cmake_support.patch"

* modify fins port version infomation
2023-08-04 07:16:04 -07:00
Weihang Ding
0830eccd29
[fastio] Bump to 2023-07-06 (#32952)
* [fastio] Bump to 2023-07-06

* update version database
2023-08-04 06:46:28 -07:00
Mengna Li
cbf6ca7c11
[fastgltf] fix link simdjson error (#32892)
* fix link simdjson error

* remove underscores in variable names
2023-08-02 09:07:29 -07:00
Kai Pastor
2f6176ce98
[freerdp] Update, cleanup + [libusb] Fix pc file (#32416)
* [freerdp] Update, cleanup

* Add freerdp feature test port

* Update baseline

* [freerdp] ffmpeg unsupported on windows

* libusb availability limitations

* [freerdp] Update supported platforms

* [freerdp] Update supported platforms

* [freerdp] Use ffmpeg link libraries

* [freerdp] Fix install destinations

* [freerdp] Fix tools

* [freerdp] Fix osx

* [freerdp] Fix patch

* [freerdp] Keep duplicate link libs

* [freerdp] Mac client needs Xcode

* [freerdp] Fix wfreerdp-server exe lib name

* [freerdp] Fix client-mac

* Fix patch

* CI

* Fix patch

* Fix patch

* Set PDB_NAME for server exe

* Trim patch

* Test urbdrc on windows

* [libusb] Fix pc file for windows

* [freerdp] Add missing find_dependency()

* [freerdp] Export interface include directories
2023-07-31 15:53:11 -07:00
LeenHawk
d383622653
fix ffmpeg build failed with GCC13 or binutils (#32812) 2023-07-31 11:34:15 -07:00
jim wang
5d94ad783a
[flann] Fix pop_t is not defined under non-gunc platform. (#32468) 2023-07-11 23:52:27 -07:00
Marc
4efa61c0ac
[fribidi] add license id and use vcpkg_install_copyright() (#32496)
* [fribidi] add license id and use vcpkg_install_copyright()

* Update version database
2023-07-11 11:41:24 -07:00
Marc
a9f6994ced
[fdk-aac] add license field and use vcpkg_install_copyright() (#32467)
* [fdk-aac] add license field and use vcpkg_install_copyright()

* Update version database
2023-07-10 09:53:25 -07:00
autoantwort
87a38a4fd5
[fftw3] fix openmp on macos (#30833)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-07-05 12:01:38 -07:00
Mengna Li
fb9be49cc9
[folly/fbthrift/proxygen/wangle/fizz] update to 2023.07.03.00 (#32380)
* update to 2023.07.03.00

* update fbthrift/proxygen/wangle/fizz

* update
2023-07-05 11:59:03 -07:00
Alex E
66e2046ef6
[flatbush] update to v1.2.0 (#32344)
* Add release v1.2.0

* Baseline and git-tree
2023-07-05 11:35:11 -07:00
Cheney Wang
0d1150cbd2
[vcpkg baseline][fastrtps] Use more precise version comparison (#32257) 2023-06-27 12:46:22 -07:00
Alex E
766f36b47b
[flatbush] Add new port (#32126)
* Add port files

* Add version and git-tree

* New sha for package

* Update git-tree

* Update release sha512

* Update git-tree

* New pkg as per PR review

* And the usual git-tree

* More code review fixes

* More git-tree stuff
2023-06-26 22:52:56 -07:00
Pierre Wendling
f685b21cb5
[fluidsynth] Update to 2.3.3 (#31993)
* [fluidsynth] Update to 2.3.3.

* [fluidsynth] Update baseline.
2023-06-21 22:42:55 -07:00
autoantwort
d044127afe
[folly] fix openssl dependency (#32050) 2023-06-21 22:30:46 -07:00
Julien Jerphanion
a2a3b8288f
[folly] Update folly to v2023.05.22.00 (#31979)
* Update folly to v2023.05.22.00

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Overwrite git-tree ref using with vcpkg x-add-version folly

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Overwrite git-tree ref using with vcpkg x-add-version folly, again

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Change SHA2-512 digest of sources

The one indicated on the GitHub releases might be invalid.
See: https://github.com/facebook/folly/releases/tag/v2023.05.22.00

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Retrigger CI

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Retrigger CI

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Retrigger CI

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* update version

---------

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-06-16 20:54:47 -07:00
Chuck Walbourn
5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* Xbox triplets should not support ports with only copyleft licenses

* Reverted ports that build with xbox currently

* Fix conflict and rebase

* Update baseline

* Update baseline
2023-06-15 14:49:00 -07:00
Konstantin Podsvirov
dc6188d0eb
[flecs] update to 3.2.4 (#31985)
* [flecs] update to 3.2.4

* [flecs] update version database
2023-06-14 20:14:01 -07:00
Daniel Ju
2730506cb2
Update faiss to v1.7.4 (#31974)
* Update faiss port to 1.7.4

* Run 'vcpkg x-add-version faiss'
2023-06-13 14:32:45 -07:00
Jacob Kahn
c35a7c03fe
[flashlight-sequence] New port (#31914)
* [flashlight-sequence] New port

* Update version database

* Temporarily switch to fork to test OpenMP configurability

* Update version database

* Update origin to 0.0.1 tag

* Update ports/flashlight-sequence/vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update version

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2023-06-13 13:40:25 -07:00
Jia Yue Hua
d0745d16a9
[foonathan-memory]: update to 0.7-3 (#31905)
* Bump foonathan-memory version.

* Remove port-version.

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

* Changed REF to version tag.

* Updates git-tree.

* Removes commented lines.

* Update ports/foonathan-memory/vcpkg.json

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

* [foonathan_memory]: update to 0.7-3

* fix deps

* fix deps

* fix deps

* fix deps

* fix deps

* CI

---------

Co-authored-by: Correia, Marco <correiam@ryanair.com>
Co-authored-by: Marco Correia <marco.v.correia@gmail.com>
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-06-12 16:46:11 -07:00
Jacob Kahn
faac1ea237
[flashlight-text] New port (#31859)
* [flashlight-text] New port

* Format and fix vcpkg.json, x-add-version

* Export dll symbols on Windows

* Only pass opt to export all symbols on Windows

* Update version database

* Rename flag

* Update version database

* Update ports/flashlight-text/portfile.cmake

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* Update ports/flashlight-text/vcpkg.json

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* Update version

* Update to v0.0.4, remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS

* Update version database

* Use  in portfile

* Update version database

* Fix CMake config install location

* Update package version

* Omit config fixup arg

* Update version

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-06-08 10:00:49 -07:00
MoeSzyslak98
c6ba8a18a1
[flatbuffers] Update to 23.5.26 (#31780)
* [flatbuffers] v23.5.26 port update

* baseline fixed
2023-06-05 13:41:45 -07:00
Jia Yue Hua
50a5ff3563
[folly,fbthrift,mvfst,fizz,wangle,proxygen]: update to 2023.05.15 (#31657)
* [folly]: update to 2023.05.15

* remove no more used patch

* fix mvfst

* fix rsocket

* revert indent

* fix space
2023-05-31 12:24:33 -07:00
Henrik Gaßmann
1ab4a1e2db
[ftxui] Add version 4.1.1 (#31699) 2023-05-30 11:37:45 -07:00
sean
210149f599
[fastgltf] Update to 0.5.0 (#31541)
* [fastgltf] Update to 0.5.0

* Versions

* Fix fastgltf CI baseline

* Update 0.5.0 & update hash

* Update hash

* Update hash
2023-05-25 11:43:57 -07:00
Vanilla
9a5d4bd1db
[folly]: fix build with gcc 13. (#31586) 2023-05-24 11:58:54 -07:00
ItsBasi
38c74ef00e
[flatbuffers] Update to 23.5.9 (#31600) 2023-05-24 11:46:25 -07:00
Konstantin Podsvirov
7f2a9d7891
[flecs] update to 3.2.3 (#31534)
* [flecs] update to 3.2.3

* [flecs] update version database
2023-05-22 11:55:09 -07:00
Pierre Wendling
656fcc6ab2
[fmt] Update to 10.0.0 (#31378)
* [fmt] Update to version 10.0.0.

* [fmt] Update portfile.

- Remove dead code. It is no longer necessary to manually move DLLs and
edit CMake configs.
- Use vcpkg_install_copyright.

* [fmt] Update baseline.

* [cachelib] Update to 2023.05.08.00, support fmt 10

* Update to 2023.05.08.00.
* Add patch to support fmt 10.
* Update baseline.

* [spdlog] Add upstream patch for fmt 10.

* Add upstream patch to support fmt 10.
* Update portfile.
* Add usage.
* Update baseline.

* [seacas] Add upstream patch to support fmt 10.0.0.

* Add patch to support fmt 10.0.0.
* Update baseline.

* [coolprop] Update patch to support fmt 10.

* Update patch to support fmt 10.0.0. See CoolProp/CoolProp#2252
* Update baseline.

* [wasmedge] Add patch for fmt 10 support.

* Add patch to support fmt 10
* Update baseline
2023-05-21 18:05:01 -07:00
MonicaLiu
ba5cf5bba6
[flecs] Add usage file (#31501)
* add usage

* update version

* remove vcpkg-cmake-wrapper.cmake

* update version

* undo remove vcpkg-cmake-wrapper.cmake

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-05-18 11:24:27 -07:00
JonLiu1993
0e79ac5be5
[freetype-gl] Add feature glad (#31436)
* [freetype-gl] Add feature glad

* format vcpkg.json

* update version

* update rependences

* update version
2023-05-17 09:15:39 -07:00
Konstantin Podsvirov
ed3afc99e2
[flecs] update to 3.2.2 (#31432)
* [flecs] update to 3.2.2

* [flecs] update version database
2023-05-17 09:13:51 -07:00
Adolfo Solis
338d300d3e
[fineftp] add new port fineftp-v1.3.4 (#31435)
* [fineftp] Add package v1.3.4

* [fineftp] Updated license

* [fineftp] database updated

* [fineftp] Fix git tree

* [fineftp] Disable Android platform

* [fineftp] Updated database

* Update ports/fineftp/portfile.cmake

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>

* Update ports/fineftp/portfile.cmake

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>

* [fineftp] Add EOF

* [fineftp] Update database

* [fineftp] Remove white line

* [fineftp] Update database

* [fineftp] Remove empty line

* [fineftp] Update database

---------

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
2023-05-16 10:37:37 -07:00
Carlos O'Ryan
a5d91f7d26
[functions-framework-cpp] fixup package name (#31086) 2023-05-01 16:10:56 -07:00
d10sfan
8849a1a3c9
[fluidsynth] Add pulseaudio feature for Linux (#31138)
* Add pulseaudio feature for fluidsynth

* Add pulseaudio feature definition

* Formatting fix

* Update version

* x-add-version run

* Add pulseaudio feature package manager notice

* vcpkg x-add-version --all
2023-05-01 15:03:23 -07:00
Jia Yue Hua
40ab347689
[wangle]:fix dependency (#30792)
* [wangle]:fix dependency

* fix deps

* fix Required find_dependenct

* fix deps

* fix deps

* fix deps

* fix deps

* fix depends

* fix folly vcpkg.json boost deps

* fix deps
2023-04-25 23:26:56 -07:00
Kai Pastor
326968a70b
[minizip,xlsxio,fmilib,collada-dom] Minizip fixes, xlsxio update (#30930)
* [minizip] Misc fixes

* [minizip] CMake config is unofficial

* [xlsxio] Update, fixes

* [collada-dom] Fix minizip

* [fmilib] Fix minizip

* [xlsxio] Fix vcpkg quirk
2023-04-25 22:40:19 -07:00
Pierre Wendling
f5eea1ff3e
[fluidsynth] Remove ALSA patch (#31026)
* [fluidsynth] Remove alsa patch.

* [fluidsynth] Update baseline.
2023-04-21 16:01:05 -07:00
autoantwort
5a090c1963
[forge] fix wrong dep (#31008) 2023-04-21 15:54:13 -07:00
Jack·Boos·Yu
7cfd63db7f
[many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 (#29882)
Co-authored-by: jyu49 <yu_jack@apple.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-21 14:48:12 -07:00
autoantwort
829e2f5646
[folly] fix missing dep (#30973) 2023-04-20 16:01:10 -07:00
Chenxi LI
1fc833f6e0
[fast-float] Update to 4.0.0 (#30962)
Co-authored-by: Chenxi Li <chenxil@yanhuangdata.com>
2023-04-19 14:33:43 -07:00
Denis Barkar
cca2c9dd83
[fluidlite] update version; add SF3 feature; shared library support (#30954) 2023-04-19 14:33:25 -07:00
Pierre Wendling
134f30d95c
[fluidsynth] Update to 2.3.2 (#30625)
* [fluidsynth] Update to 2.3.2.

The usage requirements patch is no longer required as a similar patch
has been merged upstream.

* [fluidsynth] Update CMake configure options.

- List out the options per-platform.
- Set the proper options for Android.

* [fluidsynth] Update baseline.

* [fluidsynth] On Linux, link dl before ALSA.

* [fluidsynth] Update version.

* [fluidsynth] Fully quote options passed to CMake.

* [fluidsynth] Update version.
2023-04-19 13:43:20 -07:00
Konstantin Podsvirov
41895a71fd
[flecs] update to 3.2.1 (#30929)
* [flecs] update to 3.2.0

* [flecs] update version database
2023-04-17 19:34:32 -07:00
Jia Yue Hua
7947b1c828
[fbthrift]: fix dependency (#30800)
* [fbthrift]: fix dependency

* fix deps

* fix fbthrift
2023-04-17 16:33:49 -07:00
Alonso Schaich
806109919f
[fontconfig] update to 2.14.2 (#30840)
* Update to 2.14.2 (microsoft#30838)

* regenerate version registries (microsoft#30838)
2023-04-14 13:13:48 -07:00
MonicaLiu
809266d51a
[fastrtps] Replace xtime with _timespec64 for fixing error C2065 (#30823)
* fix xtime*

* update version

* update patch

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-04-13 21:48:43 -07:00
autoantwort
5b11232d00
[many-ports] Don't use deprecated functions (autogenerated) (#26981)
* [libuvc,qt5-virtualkeyboard] remove duplicated dependency entry

* [many-ports] don't use deprecated functions (autogenerated)

* atkmm: Fix license.
gperftools: Reformat vcpkg_check_features call.
gsl: Fix license.
libpff: Fix license.
pangomm: Fix license.
qtbase: Revert, only comment changes.
type-lite: Reformat vcpkg_check_features and actually use the feature options.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-13 09:13:15 -07:00
Jia Yue Hua
3cf82610cd
[fizz]: fix library dependency (#30760)
* [fizz]: fix library dependency

* [fizz]: tab to space
2023-04-11 23:01:31 -07:00
Stephen Eckels
229c0c7ef4
update asmjit, fbgemm, polyhook2, start asmtk (#27683)
* update asmjit, fbgemm, polyhook2, start asmtk

* fix error LNK2019 and update version

* update version

* version

* NEW SHA

* revert fbgemm

* format

* v db

* new function

* v db

* update fbgemm version to 0.4.1 to fix asmjit

* v db

---------

Co-authored-by: FrankXie <v-frankxie@microsoft.com>
2023-04-10 19:27:41 -07:00
Daniel Schürmann
7f59e00136
[ffmpeg] Osx cross fix (#30692)
* [ffmpeg] Fix off-by-one issue when looping over the OSX_ARCHS

This fixes crosscompiling e.g. arm64 on x64

* [ffmpeg] Remove redundant --enable-cross-compile flag

* [ffmpeg] Bump port version
2023-04-06 17:29:23 -07:00
Alexander Neumann
b0f2daa91d
[Fontconfig] fix internal search paths (#28236)
* [fontconfig] hardcode paths instead of using the prefix from vcpkg

* v db

* bump version

* v db

* make the default search dir invalid

* v db
2023-04-06 11:54:06 -07:00
Cheney Wang
cd9fa257c1
[fast-float] Update to 3.11.0 (#30543)
* [fast-float] Update to 3.11.0

* Add blank line
2023-03-30 11:59:20 -07:00
Konstantin Podsvirov
b22168130c
[flecs] update to 3.2.0 (#30495) 2023-03-29 16:20:53 -07:00
sean
ab6be41293
[fastgltf] Update to 0.4.0 (#30387)
* [fastgltf] Update to 0.4.0

* Versions

* Use ${VERSION} constant

* update hasg

* update version

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-03-28 14:37:22 -07:00
MonicaLiu
f810432626
[vcpkg baseline][forge] Fixing conflict with arrayfire (#30382)
* update forge/arrayfire

* update version

* update format

* update version

* remove patch

* update version

* remove examples

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-03-24 22:05:07 -07:00
Johannes Schönberger
af65efb22b
[faiss] Update to v1.7.3 (#30287)
* Update faiss to v1.7.3

* v

* Update ports/faiss/vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* n

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2023-03-21 13:32:36 -07:00
Alexander Neumann
391313b9de
[fltk] fix narrowing error in clang-cl (#29995)
* [fltk] fix narrowing error in clang-cl

* v db
2023-03-20 01:22:38 -07:00
Pierre Wendling
12e66720d2
[fluidsynth] Disable implicit OpenMP (#30277)
* [fluidsynth] Disable implicit openmp.

OpenMP is enabled by default, which may lead to several issues:
- Inconsistent builds between whether the user has OpenMP installed on
their machine.
- Non functional pkg-config file for static builds if OpenMP is an
external library (e.g. using libomp on macOS).

* [fluidsynth] Update baseline.
2023-03-20 00:49:29 -07:00
Kai Pastor
2256cc983d
[fmilib] Cleanup, de-vendor libs, fix linux (#29834)
* [fmilib] change to the github and update to fix bug of libexpat

* add license

* Cleanup and devendor expat, minizip, zlib

* Merge target objects, not archives

* Update "supports" and ci baseline

* zlib is a transitive dependency

* Fix config

---------

Co-authored-by: FrankXie <v-frankxie@microsoft.com>
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-03-14 17:40:36 -07:00
Konstantin Podsvirov
fb67304110
[flecs] update to 3.1.5 (#30090) 2023-03-10 12:17:13 -08:00
JonLiu1993
c8047075aa
[flatbuffers] update to 23.3.3 (#30083)
* [flatbuffers] update to 23.3.3

* update version
2023-03-09 12:24:28 -08:00
Paweł Wegner
62578200ab
[ffmpeg] don't enable asm on android for all archs. (#30020)
It doesn't build.
2023-03-08 15:02:23 -08:00
Carlos O'Ryan
3d5aa849bd
[baseline][flatbuffers] backport fixes for Abseil and C++11 (#29974)
* [flatbuffers] backport fixes for Abseil and C++11

* Rebase and resolve conflicts

* Address review comments
2023-03-06 12:25:08 -08:00
Eisenheim9
7074f8d5ae
[flatbuffers] Fix config filename when crosscompiling (#29953) 2023-03-02 11:31:58 -08:00
Frank
a7b6122f6b
[fmilib] Change to the github and update to fix bug of libexpat (#29805) 2023-02-24 14:08:21 -08:00
Billy O'Neal
9484a57dd5
Update vcpkg-tool to 2023-02-16. (#29664) 2023-02-24 11:57:40 -08:00
Lily Wang
5ea703d315
[folly] Add feature liburing (#29684)
* [folly] Add feature liburing

* update version

* update version

* Modify the description of feature

* update version
2023-02-21 09:41:58 -08:00
Arthur Sonzogni
baf8db0dfe
[ftxui] update to 4.0.0 (#29616)
Update ports/ftxui/portfile.cmake

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-02-21 08:04:38 -08:00
Kai Pastor
2e3b958ff0
[libraw] Update to 0.21.1, revise dependencies (#29647)
* [libraw] Updated port to version 0.21.1

* [freeimage] Updated port to prepare for libraw version 0.21

* Add const in the right position

* Portfile modernization

* [libraw] Revise dependencies

* Add dng-lossy feature

* Update versions

* Add license

* Fix license name

---------

Co-authored-by: Anders Klemets <anderskl@microsoft.com>
2023-02-16 13:35:47 -08:00
Pierre Wendling
ce8d96a7c3
[fluidsynth] Update patch and portfile (#29636)
* [fluidsynth] Update gentables patch.

Installation of FluidSynthTargets.cmake was accidentally turned off with
the previous version of the patch.

* [fluidsynth] Update portfile.

- Remove manpages.
- vcpkg_copy_tools already cleans up the bin directories
- Copy pdbs after moving the tools.
- Remove `enable-debug` as it no longer exists.

* [fluidsynth] Install usage.

* [fluidsynth] Bump port version.

* [fluidsynth] Update baseline.

* [fluidsynth] Find dependencies in the config file.

The library dependencies of `FluidSynth::libfluidsynth-OBJ` were not
searched for in the Config file.

* [fluidsynth] Update version.

* [fluidsynth] Apply suggestion from review.

Do not set `VCPKG_BUILD_MAKE_TABLES` in the patch.

* [fluidsynth] Update version.

* [fluidsynth] Update patch.

- Avoid using REQUIRED to find packages.
- Check for ALSA on Linux.
- Provide versions for pkg-config modules.

* [fluidsynth] Update version.
2023-02-14 09:40:36 -08:00
Leonid Pospelov
5d572fd456
[ffmpeg] fix emscripten build (#29510)
* [ffmpeg] do not require nasm for wasm32 build

* addver

* Update ffmpeg.json

* .

* .
2023-02-13 08:36:50 -08:00
MonicaLiu
2137cb6c6a
[fluidsynth] Update to 2.3.1 (#29038)
* update fluidsynth

* update version

* update version

* update EOL

* update version

* update EOL

* update version

* update git-tree

* Edit patch Name

* update git-tree

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-02-13 07:48:09 -08:00
omartijn
37fce29a26
Don't set incorrect arch flag for multi-arch build (#29524)
Co-authored-by: Martijn Otto <martijn@resolume.com>
2023-02-09 14:59:00 -08:00