Commit Graph

7336 Commits

Author SHA1 Message Date
Osyotr
f9ae3ba570
[glm] Restore version 0.9.9.8 (#34591)
* [glm] Restore version 0.9.9.8

* revert glm update

---------

Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2023-10-19 15:28:17 -07:00
Theodore Tsirpanis
03ca89f0b9
[google-cloud-cpp] Remove dependency to grpc when not used. (#34569)
* [google-cloud-cpp] Remove dependency to grpc when not used.

* Update version database.
2023-10-19 11:55:20 -07:00
talregev
8675d652cc
fix FindGzBullet.cmake (#34587) 2023-10-19 11:08:48 -07:00
Kai Pastor
ff8e58c978
[gdal] Add upstream TIFF fix (#34586) 2023-10-19 11:00:06 -07:00
Ankur Verma
85f2afaa49
[ankurvdev-embedresource] adding new port (#34401)
* Rename Port to ankurvdev-embedresource

* Add sha

---------

Co-authored-by: Ankur Verma <ankurv@microsoft.com>
2023-10-19 10:51:59 -07:00
Pravila
8941576c19
[pravila00-enum-string] New port (#34518)
* Add pravila00-enum-string

* Format vcpkg.json

* Add version

* Add version file

* Add missing comma

* Fix version

* Update ports/pravila00-enum-string/portfile.cmake

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* Update ports/pravila00-enum-string/portfile.cmake

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* Update ports/pravila00-enum-string/vcpkg.json

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* Update ports/pravila00-enum-string/portfile.cmake

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* Rename port to enum-string

* Add version for enum-string

* Fix port name

* Update version

* Update port name

* Add version

---------

Co-authored-by: Pablo Rodriguez Avila <pabloro@microsoft.com>
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
2023-10-19 10:51:28 -07:00
Jia Yue Hua
c4d0b65dac
[libjpeg-turbo] update to 3.0.1 (#34555)
* [libjpeg-turbo] update to 3.0.1

* [libjpeg-turbo] update to 3.0.1
2023-10-19 10:50:06 -07:00
Jia Yue Hua
af0cb21f3b
[libjuice] update to 1.3.1 (#34558)
* [libjuice] update to 1.3.1

* [libjuice] update to 1.3.1
2023-10-19 10:49:44 -07:00
Mengna Li
6110622d91
update to 2.54.2 (#34563) 2023-10-19 10:49:31 -07:00
Jia Yue Hua
d524a38038
[libmorton] update to 0.2.12 (#34585)
* [libmorton] update to 0.2.12

* [libmorton] update to 0.2.12
2023-10-19 10:49:08 -07:00
Kai Pastor
f330a325dd
[boost-iostreams] Fix mingw (#34387)
* [boost-iostreams] Fix mingw

* run generate-ports.ps1

---------

Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2023-10-19 09:29:18 -07:00
Kai Pastor
2815578f4a
[mpg123] Fix pc file for Windows, update deps (#34462)
* [vcpkg-ci-ffmpeg] Format manifest

* [vcpkg-ci-ffmpeg] Test feature openmpt

* [mpg123] Export shlwapi usage

* [mpg123] Use yasm directly
2023-10-18 10:56:02 -07:00
a3emdot
9cdd9888ea
[harfbuzz] Make 'cairo' an optional feature for 'harfbuzz' (#34476)
* make 'cairo' an optional feature for 'harfbuzz'

* regenerate versions

* add 'defaulti-features : false' for feature 'cairo'

* regenerate versions

* add 'freetype' as a feature for feature 'cairo'

* regenerate versions
2023-10-18 10:54:42 -07:00
Lily Wang
d00370893e
[aws-sdk-cpp] Fix feature awsmigrationhub build error (#34506)
* [aws-sdk-cpp] Fix feature awsmigrationhub build error

* update version
2023-10-18 10:52:34 -07:00
Vitaly
dcd1ee2a4f
[oboe] add new port (#34510)
* New port: Oboe audio library / Android

* Fixes

* Fixes

* Fixes

* Fixes by review

* Update version

* Update versions/o-/oboe.json

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

* Update ports/oboe/portfile.cmake

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

* Update version

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2023-10-18 10:35:37 -07:00
Billy O'Neal
a9794606a6
[mosquitto] Update to 2.0.18 (#34456)
* [mosquitto] Update to 2.0.18

* Disable android.

```
ci/installed/arm-neon-android/debug/lib/libssl.a  /mnt/vcpkg-ci/installed/arm-neon-android/debug/lib/libcrypto.a  -pthread  -ldl  -latomic -lm && :
ld: error: undefined symbol: getgrgid_r
>>> referenced by misc_mosq.c:192 (/mnt/vcpkg-ci/buildtrees/mosquitto/src/v2.0.18-5deb484567.clean/lib/misc_mosq.c:192)
>>>               lib/CMakeFiles/libmosquitto.dir/misc_mosq.c.o:(mosquitto__fopen)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
```
2023-10-18 10:26:15 -07:00
Marco Correia
4e0e7efa6a
[liblemon] Supports recent compilers. (#34532)
* Supports recent compilers.

Recent compilers (e.g. clang>=16) changed the default c++ standard to
cxx17. This will break compilation of liblemon. This commit forces
code to be compiled in cxx14 mode.

* Updates port version.
2023-10-18 10:21:47 -07:00
Silvio Traversaro
db956472e9
[idyntree] Update to 10.0.0 (#34513)
* [idyntree] Update to 10.0.0

* [idyntree] Update versions
2023-10-18 10:15:48 -07:00
gentooise
3e1bc1a3ca
[cpr] update cpr port and baseline to 1.10.5 (#34515)
* update cpr port and baseline to 1.10.5

* use version as ref in portfile
2023-10-18 10:15:03 -07:00
autoantwort
7fbff6146a
[gstreamer] fix core build (#34547) 2023-10-18 10:14:26 -07:00
Jia Yue Hua
bc1ffaed11
fix deps (#34524) 2023-10-18 10:08:16 -07:00
Alexis La Goutte
cd3504e210
[ngtcp2] update 1.0.0 (#34527) 2023-10-18 10:07:58 -07:00
Nicholas Hayes
f6fffdc5bb
[libheif] update to version 1.17.0 (#34538) 2023-10-18 10:07:36 -07:00
moritz-h
051b6d8f8d
[tracy] update to 0.10 (#34544) 2023-10-18 10:07:09 -07:00
Lily Wang
03ae1a2071
[wxWidgets] Update to 3.2.3 (#34557)
* [wxWidgets] Update to 3.2.3

* update version

* update portfile.cmake

* version
2023-10-18 10:04:28 -07:00
Jia Yue Hua
49f690c205
[libmaxminddb] update to 1.7.1 (#34561)
* [libmaxminddb] update to 1.7.1

* [libmaxminddb] update to 1.7.1
2023-10-18 10:03:24 -07:00
talregev
5c82f7e637
fix ogre-next dependencies (#34463) 2023-10-17 14:57:01 -07:00
Samuel Marks
621b7abe07
[ports/keccak-tiny] New port (#34356)
* [ports/keccak-tiny] New port

* [ports/keccak-tiny] Resolve hand-lint from vcpkg team

* [ports/keccak-tiny/portfile.cmake] Guard check linkage for Windows

Co-authored-by: Kai Pastor <dg0yt@darc.de>

* [versions/k-/keccak-tiny.json] `./vcpkg x-add-version --all --overwrite-version`

---------

Co-authored-by: Kai Pastor <dg0yt@darc.de>
2023-10-17 11:42:31 -07:00
Frank
5a62a63f99
[cpptoml] Disable LIBCXX feature (#34507)
* [cpptoml] Disable LIBCXX feature

* version

* ${VERSION}

* version
2023-10-17 11:36:23 -07:00
Vitaly
034298f677
[libqtrest] Add new port (#34455)
* QtRest: new port

* Fix ref

* Fix ref

* Fix ref

* qtrest -> libqtrest, review changes

* versions

* cleanups
2023-10-17 11:36:06 -07:00
Jia Yue Hua
91f1776a2c
[dirent] update to 1.24 (#34043)
* [dirent] update to 1.24

* [dirent] update to 1.24

* fix deps

* fix deps

* fix deps

* fix deps

* CI [skip actions]

* CI [skip actions]

* fix deps

* CI [skip actions]

* fix deps
2023-10-17 11:09:26 -07:00
Thomas1664
bf3f056519
[ogre] Fix usage of ogre[core] (#34301)
* [ogre] Fix usage of ogre[core]

* version
2023-10-17 10:46:25 -07:00
Frank
853411c954
[libcial] Update version to v3.0.17 (#34504)
* [libcial] Update version to v3.0.17

* version
2023-10-17 10:39:09 -07:00
Jia Yue Hua
30876addcc
[libtins] update to 4.5 (#34525)
* [libtins] update to 4.5

* [libtins] update to 4.5
2023-10-17 10:38:47 -07:00
Jia Yue Hua
311ae71f1e
[libsvm] update to 3.32 (#34526)
* [libsvm] update to 3.32

* [libsvm] update to 3.32
2023-10-17 10:38:18 -07:00
Alexis La Goutte
c1081fe6df
[nghttp3] update to 1.0.0 (#34528) 2023-10-17 10:36:38 -07:00
autoantwort
e57b2167e6
[tiff] fix tools feature (#34415) 2023-10-16 12:28:42 -07:00
Weihang Ding
2a8cdbfdc5
[readline-win32] Fix windows dynamic linking (#34502)
* [readline-win32] Fix windows dynamic linking

* Update version database
2023-10-16 12:28:31 -07:00
Kristian Duske
87b341399b
Use unofficial-minizip for find_dependency to fix a configure warning (#34499)
This was supposed to be fixed in 1e0eede790, but I missed the call to
find_dependency.
2023-10-16 12:26:45 -07:00
JonLiu1993
f01fe7c207
[nifticlib] update to 2022-07-04 to add include path to fix breaks app build (#34467)
* [nifticlib] Add include path to fix breaks app build

* update version

* [nifticlib] update to commit 2022-07-04

* update version

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2023-10-16 12:13:13 -07:00
rinechran
fd9f5aab49
[Thorvg] Update Thorvg port to v0.11.1 (#34474)
* feat : version up 0.11.1

* docs : update baseline
2023-10-16 12:12:50 -07:00
Kai Pastor
accc60bdaa
[libopenmpt] Update, cleanup (#34486) 2023-10-16 12:12:21 -07:00
Thomas1664
8194912f47
[vcpkg baseline][highs] Fix compiler selection (#34496)
* [highs] Fix compiler selection

* version
2023-10-16 12:11:19 -07:00
Pravila
bb1f441695
[libtracepoint,libtracepoint-control,libtracepoint-decode,libeventheader-tracepoint,libeventheader-decode] Update to 1.2.1 (#34477)
* Update libtracepoint ports

* Update version

* Update libtracepoint-header

* Update version libeventheader-tracepoint

* Update libeventheader-decode

* Update version

---------

Co-authored-by: Pablo Rodriguez Avila <pabloro@microsoft.com>
2023-10-16 12:05:06 -07:00
Rémy Tassoux
cd962c7b05
[imgui-node-editor] Update to 0.9.3 (#34494)
* [imgui-node-editor] Update to 0.9.3

* [imgui-node-editor] Update version files
2023-10-16 12:03:44 -07:00
talregev
b017703799
update gzcmak3 to 3.4.1 (#34497) 2023-10-16 12:02:59 -07:00
Maxime Gervais
d3b05ce062
[libmediainfo] Update to 23.10 (#34498) 2023-10-16 12:00:44 -07:00
Thomas1664
48b883fb2b
[sdl2] Add feature alsa (#34311) 2023-10-16 10:48:03 -07:00
Billy O'Neal
5e8067541b
[libcap, libgpiod] Use tarballs from kernel.org. (#34480)
I noticed this while reviewing https://github.com/microsoft/vcpkg/pull/34472 that these would be better to use tarballs which are eligible to be asset cached.
2023-10-16 10:46:13 -07:00
Billy O'Neal
486a4640db
[libosip2, talib] Don't install include/makefile.am. (#34481) 2023-10-13 19:43:14 -07:00
Kristian Duske
1e0eede790
Fix configure warning when using minizip (#34445) 2023-10-13 12:28:22 -07:00
Jia Yue Hua
ddf50bc490
[libgpiod] update to 2.0.2 (#34472) 2023-10-13 12:01:47 -07:00
Jia Yue Hua
9b18ccb8d2
[libenvpp] update to 1.3.0 (#34470) 2023-10-13 12:00:21 -07:00
Jia Yue Hua
d297ef5bff
[libics] update to 1.6.6 (#34473) 2023-10-13 11:59:30 -07:00
Ada Tufankjian
6932d6367f
[enkiTS] Adding Port (#34386) 2023-10-13 11:43:06 -07:00
Pravila
23f33ecab0
[thomasmonkman-filewatch] New port (#34412) 2023-10-13 11:42:13 -07:00
Mengna Li
8e214e8be1
[cryptopp] update to 8.9.0 (#34322) 2023-10-13 11:28:34 -07:00
Nemirtingas
bb4ee90316
[breakpad] Fix breakpad use atl not atlmfc (#34465) 2023-10-13 11:24:46 -07:00
jim wang
4029389889
[libtins] Fix include header file cannot be found (#34461) 2023-10-13 11:24:19 -07:00
Stephen Birarda
640cb26c1a
[BoringSSL] rm debug suffix non-Windows, short name in UNIX pc (#34459) 2023-10-13 11:06:57 -07:00
Alonso Schaich
860c966502
[glib] update to 2.78.0 (#34439) 2023-10-13 11:05:57 -07:00
Kai Pastor
7973b37fd5
[soci] Fix usage (#34436) 2023-10-13 11:05:30 -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
Tobias Ribizel
fa4a2a79b2
[ginkgo] Update to 1.6.0 (#34280) 2023-10-13 10:55:58 -07:00
DownerCase
3acb7541e8
[Brotli] Fix emscripten (#34157) 2023-10-13 10:53:31 -07:00
Pravila
1c5cac4b68
[better-enums] New port (#34409) 2023-10-12 20:56:09 -07:00
Samuel Marks
65cad452fa
[murmur3] New port (#34335) 2023-10-12 20:55:10 -07:00
autoantwort
8007fc4dff
[qt5-multimedia] fix xcode 15 build (#34418) 2023-10-12 20:52:45 -07:00
Darren Bolduc
b90d191914
[google-cloud-cpp] update to latest release (v2.17.0) (#34434) 2023-10-12 20:49:47 -07:00
autoantwort
a67a4b68e1
[tracy] fix tools build (#34414) 2023-10-12 20:48:17 -07:00
autoantwort
3dcf79d320
[corrade] fix clang-16 build (#34417) 2023-10-12 20:46:51 -07:00
autoantwort
8e811c33f9
[keystone] use python3 (#34420) 2023-10-12 20:36:00 -07:00
autoantwort
8d2f91227f
[shiva-sfml] delist/remove port (#34419) 2023-10-12 20:30:37 -07:00
jim wang
1517fd7ab8
[basisu] Update to 1.16.4 and update the github organization (#34408) 2023-10-12 20:30:04 -07:00
Vitalii Koshura
99f8d35037
[mongoose] update to 7.12 (#34458)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-10-12 20:13:28 -07:00
Martin Hořeňovský
679741047e
[dav1d] Update to 1.3.0 (#34423) 2023-10-12 20:13:16 -07:00
Alexis La Goutte
48d59dee73
[nghttp2] update to 1.57.0 (#34413)
Fix  CVE-2023-44487 (https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg)
2023-10-12 20:12:53 -07:00
jim wang
88012347cc
[libffi] Fix undefined function error (#34404) 2023-10-12 20:12:32 -07:00
Theodore Tsirpanis
19db77b44e
[aws-sdk-cpp] Remove compute_build_only.cmake. (#34384) 2023-10-12 20:11:35 -07:00
Kai Pastor
2f94f0e5a6
[libidn2] Generally disable AUTOPOINT (#34234) 2023-10-12 19:34:46 -07:00
talregev
98da1aa366
Update gz-cmake3 (#34010) 2023-10-12 19:34:04 -07:00
jim wang
b2f2cd3e4b
[plplot] Fix download errors (#34441) 2023-10-12 19:23:11 -07:00
Joshua T. Fisher
957ee5f17c
[mpg123] Add patch for wasm triplet, fix checktypesize (#33959) 2023-10-12 10:59:25 -07:00
Jia Yue Hua
231096cdec
[fann] update to 2023-01-26 (#34136) 2023-10-12 10:58:46 -07:00
Azure SDK Bot
bed3d85abb
[azure-messaging-eventhubs-cpp] publish version 1.0.0-beta.3 (#34397) 2023-10-12 10:54:31 -07:00
Yury Bura
34bc63571a
[llvm] update to v17.0.2 (#33600) 2023-10-12 10:46:42 -07:00
Billy O'Neal
b40de44891
[curl] Update to 8.4.0. (#34405)
This fixes a HIGH severity vulnerability: https://daniel.haxx.se/blog/2023/10/11/curl-8-4-0/

See also: https://daniel.haxx.se/blog/2023/10/11/how-i-made-a-heap-overflow-in-curl/

Resolves: https://github.com/microsoft/vcpkg/issues/34281
2023-10-11 11:10:58 -07:00
Zhihao Lin
51475feacc
[talib] New port (#34316) 2023-10-10 17:42:35 -07:00
Kai Pastor
64c330e2e7
[soci] Fix dependencies in, intern, out (#34327) 2023-10-10 17:32:58 -07:00
Frank
dfc21e3f28
[SDL2] Update version to 2.28.4 (#34342) 2023-10-10 15:01:31 -07:00
Alexander Neumann
3199b26459
[winpcap] fix build (#34298) 2023-10-10 15:01:19 -07:00
JonLiu1993
84b4fe24b0
[libpq] update to 16.0 (#34368) 2023-10-10 15:00:28 -07:00
Lily Wang
1c29631c9c
[pugixml] Update to 1.14 (#34374) 2023-10-10 14:59:58 -07:00
Johannes Schönberger
11dd63f957
[colmap] Update to latest version from 2023-10-01 (#33251) 2023-10-10 14:59:26 -07:00
Vitalii Koshura
ae360361a4
[sentry-native] update to 0.6.6 (#34379) 2023-10-09 18:03:54 -07:00
Konstantin Podsvirov
5a72c7346a
[flecs] update to 3.2.8 (#34385) 2023-10-09 18:03:37 -07:00
Jean-Michaël Celerier
2e1062ac3e
[libremidi] update to 4.2.3 (#34269) 2023-10-09 18:03:23 -07:00
Dan Vrátil
848006ded3
[qcoro] New port (#33273) 2023-10-09 16:21:05 -07:00
Kai Pastor
785aacdaff
[dbus] Fix features (#34332) 2023-10-09 16:10:41 -07:00
Lily Wang
ef2eef1734
[asiosdk] Fix old hash and usage (#34326) 2023-10-09 15:39:24 -07:00
Frank
d15a15bc94
[harfbuzz] Fix build error (#34346) 2023-10-09 15:37:47 -07:00
MonicaLiu
4c84b3649d
[gstreamer] Change HEAD_REF from master to main (#34345) 2023-10-09 15:37:25 -07:00
Cheney Wang
545e152cd4
[cppmicroservices] Remove /WX option (#34344) 2023-10-09 15:37:03 -07:00
autoantwort
b7f94044d0
[liblsquic] update (#34339) 2023-10-09 15:36:45 -07:00
autoantwort
17e2bc7552
[cubeb] no docs (#34340) 2023-10-09 15:36:14 -07:00
RealTimeChris
aada2de03f
[DiscordCoreAPI] to v2.0.1 and [Jsonifier] to v0.9.9 (#34341) 2023-10-09 15:35:53 -07:00
JonLiu1993
8cad42c221
[libfreenect2] Update to 0.2.1 (#34347) 2023-10-09 15:35:15 -07:00
Weihang Ding
d3fbd135e4
[linalg] Bump to 2.2 (#34358) 2023-10-09 15:34:56 -07:00
Weihang Ding
40cad4c864
[ltla-cppirlba] Bump to 2023-09-20 (#34362) 2023-10-09 15:33:03 -07:00
Weihang Ding
30fd98658a
[sokol] Bump to 2023-10-07 (#34363) 2023-10-09 15:32:45 -07:00
MonicaLiu
b506b19895
[mdns] Update to 1.4.3 (#34364) 2023-10-09 15:32:13 -07:00
Weihang Ding
ca07471a8b
[cpp-async] Bump to 1.1.0 (#34365) 2023-10-09 15:31:56 -07:00
Weihang Ding
2b27fa31d6
[bfgroup-lyra] Bump to 1.6.1 (#34367) 2023-10-09 15:31:08 -07:00
Russell Greene
a57f1ee551
[sdbus-cpp] New port (#33879) 2023-10-09 15:29:42 -07:00
Weihang Ding
3174753371
[canvas-ity] New port (#33629) 2023-10-09 15:27:37 -07:00
Weihang Ding
ff323de5ad
[libsmb2] Bump to 2023-08-11 (#34323) 2023-10-09 15:15:30 -07:00
MonicaLiu
c13b09744c
[libpqxx] Update to 7.8.1 (#34325) 2023-10-09 15:14:25 -07:00
Dr.-Ing. Carsten Grimm
8e8f057d23
[liblzma] update to version 5.4.4 (#34306) 2023-10-09 15:09:25 -07:00
autoantwort
1038c0d5bf
[itk] fix python build (#33826) 2023-10-09 15:08:15 -07:00
autoantwort
9e968a3212
[drogon] fix cross compilation (#33713) 2023-10-09 15:07:33 -07:00
autoantwort
0e85eeb82a
[sdl2-net] fix uwp (#33688) 2023-10-09 15:07:23 -07:00
MonicaLiu
6b09245259
[botan] Update to 3.1.1 (#33424) 2023-10-09 15:05:22 -07:00
Rossmaxx
9c2fc5d351
[libgig] New Port (#33255) 2023-10-09 15:03:09 -07:00
Dr.-Ing. Carsten Grimm
29de898220
[tiff] update to version 4.6.0 (#34304) 2023-10-06 16:42:16 -07:00
Dr.-Ing. Carsten Grimm
93ef2d8a3c
[rapidjson] update version to 2023-07-17 (#34317) 2023-10-06 16:39:50 -07:00
Bernhard Manfred Gruber
7e4d2ff73b
[Vc] Update to 1.4.4 (#34299) 2023-10-06 10:38:28 -07:00
Dr.-Ing. Carsten Grimm
01b55e171b
[tinygltf] update to version 2.8.17 (#34302) 2023-10-06 10:37:57 -07:00
Kai Pastor
33e2a9f56d
[libgnutls] Fix build errors (#34275) 2023-10-06 10:37:04 -07:00
Thomas1664
06f9283535
[bext-wintls] Update to 0.9.7 (#34296) 2023-10-06 10:36:13 -07:00
autoantwort
909ad55566
[qt5-base] fix xcode 15 build (#34285) 2023-10-06 10:29:02 -07:00
Pravila
4d99918750
[make-vector] New port (#34069) 2023-10-05 20:45:47 -07:00
Azure SDK Bot
7827a2a05e
[azure-core-cpp] Update to 1.10.3 (#34291) 2023-10-05 20:09:43 -07:00
Azure SDK Bot
158f8d6985
[azure-core-amqp-cpp] Update to 1.0.0-beta.4 (#34293) 2023-10-05 20:09:36 -07:00
Dr.-Ing. Carsten Grimm
97f6e67666
[qt5] update to 5.15.11 (#34289) 2023-10-05 20:07:02 -07:00
Yury Bura
4664eb1fb6
[atl] new port (#34220) 2023-10-05 14:38:14 -07:00
Jia Yue Hua
8ec31e98fb
[sqlite3] update to 3.43.1 (#34178) 2023-10-05 12:20:33 -07:00
Leonid Pospelov
3b7578831d
[chakracore] enable static crt (#34270) 2023-10-04 16:55:03 -07:00
Leonid Pospelov
9d031612af
[makeid] update to 1.0.3 (#34271) 2023-10-04 16:53:50 -07:00
Billy O'Neal
5731e5bb80
Build Fixes for 2023-10-04 (#34267) 2023-10-04 16:53:01 -07:00
SlawekNowy
accd798179
[openimageio] Point to a new repo and fix checksums (#34231) 2023-10-04 14:40:35 -07:00
Jia Yue Hua
ac997f8f0d
[cub] update to 2.1.0 (#34111) 2023-10-04 14:25:20 -07:00
rinechran
bba06b7af4
[Thorvg] Update to v0.11.0 (#34202) 2023-10-04 13:48:25 -07:00
Jia Yue Hua
4d879ca816
[lexbor] update to 2.3.0 (#34255) 2023-10-04 13:40:28 -07:00
Jia Yue Hua
2db8a9cfb0
[libharu] update to 2.4.4 (#34257) 2023-10-04 12:52:56 -07:00
Jia Yue Hua
c5a323774c
[libavif] update to 1.0.1 (#34258) 2023-10-04 12:52:44 -07:00
Darren Bolduc
3ee9091ed4
[google-cloud-cpp] update to latest release (v2.13.0) (#34238) 2023-10-04 11:36:32 -07:00
sewon jeon
be2d7f886a
[openvdb] Add nanovdb feature (#34224) 2023-10-03 22:46:59 -07:00
Jia Yue Hua
1981815413
[caf] update to 0.19.3 (#34073) 2023-10-03 21:08:27 -07:00
Jia Yue Hua
0a997f005e
[log4cplus] update to 2.1.0 (#33978) 2023-10-03 20:41:03 -07:00
Kai Pastor
00f32b31ed
[netcdf-c] Fix dependency import/export (#34014) 2023-10-03 20:40:26 -07:00
Kai Pastor
a72bbc4bd7
[hdf5] Update to 1.14.2, [highfive] support parallel HDF5 (#34036) 2023-10-03 20:38:06 -07:00
Kai Pastor
fc3b54c757
[libgpg-error,libgcrypt,libassuan,gpgme,libgwenhywfar] Update and fix (#34135) 2023-10-03 20:34:51 -07:00
Jia Yue Hua
9997c0aa76
[clickhouse-cpp] update to 2.4.0 (#34082) 2023-10-03 20:33:13 -07:00
autoantwort
0111592cf3
[qt5-base] fix xcode 15 build (#34097) 2023-10-03 20:19:20 -07:00
Jia Yue Hua
195fe7f828
[bext-mp] Add new port (#34184) 2023-10-03 20:17:31 -07:00
Jia Yue Hua
d2f876dfa1
[ezc3d] update to 1.5.0 (#34133) 2023-10-03 18:05:03 -07:00
Frederik Carlier
0659bf1750
[cppdap] new port (#34214) 2023-10-03 18:04:10 -07:00
Simon Altschuler
e2f81f7984
[immer] update to 0.8.1 (#34216) 2023-10-03 17:49:57 -07:00
Billy O'Neal
f173bbaccd
[libremidi] Disable optional dependencies. (#34223) 2023-10-03 17:30:53 -07:00
Jia Yue Hua
027f2ba5fa
[kealib] update to 1.5.2 (#34240) 2023-10-03 17:22:40 -07:00
Jia Yue Hua
f0635f04b9
[ismrmrd] update to 1.13.7 (#34239) 2023-10-03 17:22:16 -07:00
dahapls
0cccee1d4a
[krabsetw] Update to 4.3.1 (#33640) 2023-10-02 22:04:22 -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
2376cc95e3
[jsoncons]: update to 0.171.0 (#34019) 2023-10-02 21:11:19 -07:00
Pravila
4fb6f50efe
[murmurhash] Add support for arm (#34059) 2023-10-02 21:10:39 -07:00
Kai Pastor
cc57622e3f
[kf5solid] Fix baseline regression, cleanup (#34085) 2023-10-02 21:09:08 -07:00
Jia Yue Hua
3ec6c423fc
[civetweb] update to 1.16 (#34080) 2023-10-02 21:03:56 -07:00
David Christoffer Hansen
e5417b0f17
[ismrmrd] Removed unused dependencies (#34094) 2023-10-02 20:59:58 -07:00
Jia Yue Hua
c70a966ca6
[cmark] update to 0.30.3 (#34096) 2023-10-02 20:53:42 -07:00
Jia Yue Hua
531e2474e9
[continuable] update to 4.2.2 (#34099) 2023-10-02 20:50:10 -07:00
Jia Yue Hua
c10bd071b5
[cpp-peglib] update to 1.8.5 (#34100) 2023-10-02 20:49:56 -07:00
Jia Yue Hua
e6c3b1499f
[cwalk] update to 1.2.7 (#34104) 2023-10-02 20:49:32 -07:00
Jia Yue Hua
8db65b8684
[cubeb] update to 2023-09-26 (#34103) 2023-10-02 20:49:17 -07:00
Jia Yue Hua
9f13063ee8
[trantor,drogon] update to 1.5.14, 1.8.7 (#34119) 2023-10-02 20:48:58 -07:00
Jia Yue Hua
d932a5959c
[dbg-macro] update to 0.5.1 (#34105) 2023-10-02 20:46:35 -07:00
Jia Yue Hua
4061e0b1b7
[dbus] update to 1.15.8 (#34106) 2023-10-02 20:46:22 -07:00
Jia Yue Hua
e074c61d6a
[discount] update to 3.0.0a (#34108) 2023-10-02 20:44:28 -07:00
Jia Yue Hua
bddb59427c
[dlfcn-win32] update to 1.4.1 (#34118) 2023-10-02 20:31:54 -07:00
autoantwort
e006ea4f2c
[nanodbc] fix build (#34112) 2023-10-02 20:31:05 -07:00
autoantwort
2f1cc4c0a4
[sfml] fix osx build (#34113) 2023-10-02 20:30:51 -07:00
autoantwort
a84f6612a8
[openvino] fix osx build (#34115) 2023-10-02 20:30:15 -07:00
Jia Yue Hua
9f8142b288
[easyloggingpp] update to 9.97.1 (#34121) 2023-10-02 20:28:46 -07:00
Alexander Neumann
9e275a9a59
[Qt] Update to 6.5.3 (#34122) 2023-10-02 20:28:25 -07:00
Jia Yue Hua
3fad124b61
[eastl] update to 3.21.12 (#34126) 2023-10-02 20:28:06 -07:00
Kai Pastor
a9c09401fc
[utfcpp] Update to 3.2.5 (#34132) 2023-10-02 20:26:45 -07:00
Jia Yue Hua
b04b4feab0
[podofo] update to 0.10.1 (#34171) 2023-10-02 20:24:45 -07:00
Jia Yue Hua
2372da54be
[libxpm] update to 3.5.16 (#34172) 2023-10-02 20:24:33 -07:00
Jia Yue Hua
2028f27543
[libflac] update to 1.4.3 (#34141) 2023-10-02 20:23:53 -07:00
Alesiani Marco
3638598245
[physx] Omniverse-PhysX updated to 5.3.0 (#34138) 2023-10-02 20:20:52 -07:00
Dr.-Ing. Carsten Grimm
d24cd80348
[qt5-base] patch CVE-2023-43114 (#34166) 2023-10-02 20:18:27 -07:00
Jia Yue Hua
3e1c604373
[protobuf-c] update to 1.4.1 (#34170) 2023-10-02 20:17:54 -07:00
Jia Yue Hua
8f276a5d4e
[mpc] update to 1.3.1 (#34162) 2023-10-02 20:07:32 -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
Jia Yue Hua
e12bb7bc90
[wg21-linear-algebra] update to 0.7.3 (#34174) 2023-10-02 19:55:58 -07:00
Julian Xhokaxhiu
d0b133ec3b
[mfx-dispatch] Fix pkgconfig lib syntax (#34196)
Fixes building ffmpeg[qsv] on Windows
2023-10-02 19:55:25 -07:00
Craig Edwards (Brain)
33a0ec9fdd
[DPP] Bump to version 10.0.26 (#34185) 2023-10-02 19:54:55 -07:00
Park DongHa
057e254295
[gstreamer] disable "nvcodec" of "plugins-bad" (#34152) 2023-10-02 19:52:46 -07:00
Jia Yue Hua
a633d5ef2b
[gaussianlib] update to 2023-02-17 (#34154) 2023-10-02 19:51:53 -07:00
Jia Yue Hua
05aec8f20d
[gcem] update to 1.17.0 (#34155) 2023-10-02 19:51:40 -07:00
Jia Yue Hua
ac91cb6d58
[glaze] update to 1.5.1 (#34159) 2023-10-02 19:51:14 -07:00
Jia Yue Hua
38b14a05c4
[glslang] update to 13.0.0 (#34160) 2023-10-02 19:50:58 -07:00
Jia Yue Hua
c3f3a57bd8
[gmmlib] update to 22.3.12 (#34161) 2023-10-02 19:50:44 -07:00
Jia Yue Hua
4987bab243
[plf-colony] update to 7.3.1 (#34163) 2023-10-02 19:47:45 -07:00
Alfred E. Heggestad
89711d2d70
[baresip-libre] update to 3.3.0 (#34207) 2023-10-02 17:39:55 -07:00
Jia Yue Hua
856e200a12
[mpfr] update to 4.2.1 (#34177) 2023-10-02 17:39:04 -07:00
Jia Yue Hua
3e1ca9d1f6
[leveldb] update to 1.23 (#34179) 2023-10-02 17:37:58 -07:00
Jia Yue Hua
4c3d49c6c1
[refl-cpp] update to 0.12.4 (#34181) 2023-10-02 17:31:19 -07:00
Nick
320ed5a756
[alsa] update to 1.2.10 (#34165) 2023-10-02 17:28:51 -07:00
Gianluca Bianco
f8f7cd7cab
[ptc-print] Update to v1.4.1. (#34206) 2023-10-02 17:28:29 -07:00
Jia Yue Hua
733141279a
[scnlib] update to 1.1.2 (#34182) 2023-10-02 17:27:58 -07:00
Jia Yue Hua
6f86aa1c22
[rhash] update to 1.4.4 (#34180) 2023-10-02 17:27:03 -07:00
Jia Yue Hua
4f64a58dee
[hwloc] update to 2.9.3 (#34183) 2023-10-02 17:26:43 -07:00
Konstantin Podsvirov
408157cf93
[flecs] update to 3.2.7 (#34187) 2023-10-02 16:38:06 -07:00
Jia Yue Hua
00f3fdeaa8
[libgnutls] update to 3.8.1 (#34189) 2023-10-02 16:36:54 -07:00
Jón Bjarni
52432b5618
[mp-units] update to v2.0.0 (#34190) 2023-10-02 16:36:17 -07:00
Felix Richter
7320d60bc5
[rbdl] Update to v3.3.0 (#34191) 2023-10-02 16:35:30 -07:00
Jón Bjarni
8af5fd1a30
[azmq] update to 2023-03-23 (#34193) 2023-10-02 16:34:49 -07:00
Ildar Khayrutdinov
95dbe2dedd
[libosmium] update to 2.20 (#34209) 2023-10-02 16:13:09 -07:00
Jia Yue Hua
f165f97004
[hffix] update to 1.3.0 (#34195) 2023-10-02 16:11:08 -07:00
Jia Yue Hua
d132d3bd86
[highfive] update to 2.7.1 (#34197) 2023-10-02 16:10:52 -07:00
Jia Yue Hua
da1c860c33
[highs] update to 1.6.0 (#34198) 2023-10-02 16:10:33 -07:00
Jia Yue Hua
cd766ee9f4
[hunspell] update to 1.7.2 (#34199) 2023-10-02 16:10:08 -07:00
Jia Yue Hua
c5a2c9499d
[hypre] update to 2.29.0 (#34200) 2023-10-02 16:09:38 -07:00
Jia Yue Hua
bb20598105
[jack2] update to 1.9.22 (#34201) 2023-10-02 16:07:16 -07:00
Jia Yue Hua
a6e9316ee5
[jbig2dec] update to 0.20 (#34203) 2023-10-02 16:06:55 -07:00
Jia Yue Hua
e948fda2b2
[kdbindings] update to 1.0.3 (#34204) 2023-10-02 16:06:36 -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
chausner
38dd6b15ad
[libcoro] New Port (#30623)
* Add libcoro 0.7

* Update CI baseline

* Add "supports": "!windows"

* Update CI baseline

* Remove unneeded vcpkg-cmake-config dependency

* Update CI baseline

* Disable x64-linux and x64-osx in ci.baseline.txt

* Apply code review suggestions

* Update CI baseline

* Add patch to disable git config

* Update CI baseline

* Fix patch

* Update CI baseline

* Allow shared library builds

* Update CI baseline

* Update libcoro to version 0.8

* Update CI baseline

* Update CI baseline

* Fix line endings

* Update CI baseline

* Fix hash

* Update CI baseline

* Update version database

* Force rerun of CI pipeline

* Update to libcoro 0.9

* Update CI baseline

* Replace manual dependency check with manifest-based one

* Remove v0.8 version

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-10-02 09:47:20 -07:00
Jia Yue Hua
c6d6efed3e
[ecos] update to 2.0.10 (#34127)
* [ecos] update to 2.0.10

* [ecos] update to 2.0.10
2023-09-28 23:48:50 -07:00
Jia Yue Hua
fa4c3d0b96
[effolkronium-random] update to 1.5.0 (#34128)
* [effolkronium-random] update to 1.5.0

* [effolkronium-random] update to 1.5.0
2023-09-28 23:41:00 -07:00
Jia Yue Hua
3dd5c26d4d
[elfio] update to 3.12 (#34129)
* [elfio] update to 3.12

* [elfio] update to 3.12
2023-09-28 23:40:24 -07:00
Jia Yue Hua
3927c6ce0b
[ensmallen] update to 2.19.1 (#34130)
* [ensmallen] update to 2.19.1

* [ensmallen] update to 2.19.1
2023-09-28 23:38:44 -07:00
Weihang Ding
41e267049e
[getopt-win32] Bump to 1.1.0.20220925 (#33893)
* [getopt-win32] Bump to 1.1.0.20220925

* Update version database
2023-09-28 23:37:56 -07:00
Weihang Ding
f0c6587d89
[libimobiledevice] Add tools feature (#33872)
* [libimobiledevice] Add tools feature

* Update version database

* Remove tools from default-features

* Update version database
2023-09-28 23:36:59 -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
Osyotr
5eea628fc2
[assimp] Update to 5.3.1, fix pkg-config (#33957)
* [assimp] Update to 5.3.0

* Remove <utf8.h> from public include

* [assimp] fix pkg-config for static builds

* [qt5-3d] Use pkgconfig to find assimp

* [assimp] -llibassimp -> -lassimp

* [assimp] Update to 5.3.1
2023-09-28 23:29:58 -07:00
Leonid Pospelov
c323ae9a97
[mygui] Update to 3.4.2 (#34006)
* .

* .

* fixwasm32

* v

* fix gl

* version

* fix-static

* versions
2023-09-28 23:25:29 -07:00
Nick
ec4d21430d
[sdl2] add missing 'dbus' dependency (#34013) 2023-09-28 23:22:37 -07:00
jim wang
fd4ae2b48d
[luajit] Fix copying redundant files (#34018)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* Fix copying redundant files

* Fix copying redundant files

* update version

* fix install path

* update version
2023-09-28 23:21:58 -07:00
Henrik Gaßmann
0ec1f2cf88
[boringssl] Update port to 2023-09-25 (#34021)
* [boringssl] Update port to 2023-04-20

* [boringssl] Update port to 2023-09-25

---------

Co-authored-by: Monica <liuyumei01@beyondsoft.com>
2023-09-28 23:21:24 -07:00
Jia Yue Hua
a80cd259bb
[ada-url] update to 2.6.8 (#34022)
* [ada-url] update to 2.6.8

* fix deps
2023-09-28 23:16:07 -07:00
Jia Yue Hua
bb2f8529c0
[apr-util] update to 1.6.3 (#34027)
* [apr-util] update to 1.6.3

* fix deps
2023-09-28 23:15:38 -07:00
Jia Yue Hua
7373fd7cbf
[aws-sdk-cpp] update to 1.11.169 (#34032) 2023-09-28 23:14:34 -07:00
talregev
407d2ec015
fix ogre-next (#34039) 2023-09-28 23:13:40 -07:00
Jia Yue Hua
5c740e0509
[double-conversion] update to 3.3.0 (#34044) 2023-09-28 23:12:39 -07:00
Lily Wang
9fdd48c17d
[imgui-sfml] Update to 2.6 (#34045)
* [imgui-sfml] Update to 2.6

* update version
2023-09-28 23:11:48 -07:00
Jia Yue Hua
1ab75369a6
[etl] update to 20.38.0 (#34048) 2023-09-28 23:07:25 -07:00
Jia Yue Hua
c8ccd4904f
[font-util] update to 1.4.1 (#34050) 2023-09-28 23:03:01 -07:00
Jia Yue Hua
dae8435ad5
[] update to , port (#34055) 2023-09-28 23:01:52 -07:00
Jia Yue Hua
fee3b14b9d
[antlr4] update to 4.13.1 (#34058)
* [antlr4] update to 4.13.1

* [antlr4] update to 4.13.1
2023-09-28 23:00:44 -07:00
Jia Yue Hua
9ebe3a650c
[argtable3] update to 3.2.2.f25c624 (#34060)
* [argtable3] update to 3.2.2.f25c624

* [argtable3] update to 3.2.2.f25c624
2023-09-28 23:00:20 -07:00
Jia Yue Hua
cacba3eafe
[avro-cpp] update to 1.11.3 (#34062)
* [avro-cpp] update to 1.11.3

* [avro-cpp] update to 1.11.3
2023-09-28 22:59:41 -07:00
Jia Yue Hua
13404f2f44
[aws-c-common] update to 0.9.4 (#34063)
* [aws-c-common] update to 0.9.4

* [aws-c-common] update to 0.9.4

* [aws-c-common] update to 0.9.4
2023-09-28 22:59:15 -07:00
Jia Yue Hua
c10a2b5e95
[blake3] update to 1.5.0 (#34065)
* [blake3] update to 1.5.0

* [blake3] update to 1.5.0

* fix deps
2023-09-28 22:58:52 -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
Jia Yue Hua
0161d4aca4
[brpc] update to 1.6.0 (#34070)
* [brpc] update to 1.6.0

* [brpc] update to 1.6.0
2023-09-28 22:56:23 -07:00
Jia Yue Hua
73b055e9e4
[blosc] update to 1.21.5 (#34071)
* [blosc] update to 1.21.5

* [blosc] update to 1.21.5
2023-09-28 22:56:03 -07:00
Bernhard Manfred Gruber
584dbaa118
[boost-build] Support nvc++ (#34072)
* [boost-build] Support nvc++

Add support for nvc++ as CXX compiler when building boost, by specifying `toolset pgi` when invoking b2.

Related discussion: https://github.com/bfgroup/b2/issues/215

Fixes: #34068

* Update boost-modular-build-helper.json

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-09-28 22:55:29 -07:00
Jia Yue Hua
0fa73de34b
[cglm] update to 0.9.1 (#34074)
* [cglm] update to 0.9.1

* [cglm] update to 0.9.1
2023-09-28 22:55:08 -07:00
Jia Yue Hua
dc847d3c63
[cgns] update to 4.4.0 (#34075)
* [cgns] update to 4.4.0

* [cgns] update to 4.4.0
2023-09-28 22:41:44 -07:00
Jia Yue Hua
a317017c00
[capstone] update to 5.0.1 (#34076)
* [capstone] update to 5.0.1

* [capstone] update to 5.0.1
2023-09-28 22:38:12 -07:00
Jia Yue Hua
3b23b4e9e9
[clblast] update to 1.6.1 (#34081)
* [clblast] update to 1.6.1

* [clblast] update to 1.6.1
2023-09-28 22:27:58 -07:00
MonicaLiu
e2910c42c0
[cppzmq] Update to 4.10.0 (#34084)
* update cppzmq

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-09-28 22:26:33 -07:00
MonicaLiu
a04e01604c
[d3d12-memory-allocator] Fix header file paths (#34086)
* fix d3d12-memory-allocator

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-09-28 22:25:36 -07:00
Jia Yue Hua
db0473513e
[yyjson] update to 0.8.0 (#34003) 2023-09-27 01:29:54 -07:00
jtippet
632e432eba
[ndis-driver-library] Add new port at v1.2.0 (#34012)
* [ndis-driver-library] Add new port at v1.2.0

* [ndis-driver-library] Add SPDX tag of license

* [ndis-driver-library] target tags instead of commits

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

* [ndis-driver-library] Fix hash

---------

Co-authored-by: Jeffrey Tippet <jtippet@ntdev.microsoft.com>
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-09-27 01:29:18 -07:00
jim wang
949127f5c1
[openvdb] Uncreate an explicit instantiation of a huge library (#34017)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* add option

* update version
2023-09-27 01:28:31 -07:00
Jia Yue Hua
c51a36dddd
[jsonnet] update to 0.20.0 (#34020)
* [jsonnet] update to 0.20.0

* fix deps
2023-09-27 01:27:53 -07:00
Jia Yue Hua
5603a73a1a
[benchmark] update to 1.8.3 (#34025) 2023-09-27 01:27:24 -07:00
Jia Yue Hua
b210cf28f0
[orc]: update to 1.9.1 (#34026) 2023-09-27 01:27:04 -07:00
Jia Yue Hua
37845f2519
[argagg] update to 0.4.7 (#34028) 2023-09-27 01:26:39 -07:00
Jia Yue Hua
46f8068873
[aws-c-http] update to 0.7.13 (#34029) 2023-09-27 01:26:18 -07:00
Jia Yue Hua
f8b1c08466
[aws-c-auth] update to 0.7.3 (#34030) 2023-09-27 01:25:58 -07:00
Jia Yue Hua
4f2ac45fc5
[aws-c-mqtt] update to 0.9.6 (#34031) 2023-09-27 01:25:38 -07:00
JoergAtGithub
23bef4d48e
Update libdjinterop to 0.20.1 (#34038) 2023-09-27 01:25:18 -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
cf36a442d5
[bitmagic] update to 7.13.4 (#34042) 2023-09-27 01:24:06 -07:00
jim wang
8e80bc2675
[raygui] Update to 4.0 (#34046)
* update to 4.0

* update version
2023-09-27 01:23:47 -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
Kai Pastor
72c4037ca7
[lmdb] Update, refresh (#33967)
* [lmdb] Update, refresh

* Use getopt-win32
2023-09-27 01:22:44 -07:00
Ada Tufankjian
01d51b7207
[joltphysics] Properly patching build so that it will install properly (#33944)
* Maybe fixing jolt

* Trying to fix exports

* mend

* Trying to fix patch

* Trying to fix patch

* Another attempt to fix this

* More correct exports

* Trying to fix includes

* Fixing last error

* Attempting to supply a config file

* Trying to bring back relwithdebinfo

* Nuclear option

* Trying to properly export

* Reordering export operations

* Actually fixing install again

* Installing correct file

* Trying to fix includes again

* Maybe correctly fixing install

* Fixing syntax error

* Updating usage

* Reworking after feedback

* Updating usage

* Another diff change to avoid CXX_FLAGS from being adjusted

* Fixing portfile install dir

* Disabling IPO

* Fixing port name

* Fixing dumb issue

* Disabling debug symbols in release and trying to make sure the port only appends CXX_FLAGS

* Deciding not to mess with dynamic linking for now

* Fixing debug build

* Making sure config gets fixed up
2023-09-27 01:20:50 -07:00
JonLiu1993
84296312ba
[arrow] Add Flight findpackage (#33934)
* [arrow] Add Flight findpackage

* update version

* apply suggesstion

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-09-26 20:37:01 -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
Paul Skopnik
70fd7df7a9
[opencv4] Fix cuDNN feature for CUDA 12.2 (#33898)
* Add patch for CUDA 12.2 from upstream

https://github.com/opencv/opencv/pull/24104

* Update version database
2023-09-26 00:38:47 -07:00
Alonso Schaich
f1dec557b9
[harfbuzz] update to 8.2.1 (#33897)
* [harfbuzz] update to 8.2.1 (microsoft/vcpkg#33896)

* [harfbuzz] regenerate versions registry (microsoft/vcpkg#33896)
2023-09-26 00:38:13 -07:00
marinedalek
d5fa359a5d
[libremidi] Add new port (#33848)
* [libremidi] Add new port

* [libremidi] Add license to vcpkg.json

* [libremidi] Update version

* [libremidi] Apply suggestions from code review

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

* [libremidi] Use newer upstream version with UWP build fix

* [libremidi] Update version

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-09-26 00:33:50 -07:00
Lily Wang
4a311457c3
[tomlplusplus] Update to 3.3.0 (#33835)
* [tomlplusplus] update to 3.3.0

* update version

* fix android error

* update version

* update patch

* update version
2023-09-26 00:31:49 -07:00
Kai Pastor
a7d99a5c3c
[readline-unix] No empty tools dir; patch crash (#33830)
* [readline-unix] No empty tools dir

* Raise patchlevel, cleanup
2023-09-26 00:30:48 -07:00
Ilya Lavrenov
1597438167
[ade] updated to 0.1.2c (#33726)
* [ade] updated to 0.1.2c

* updated version database
2023-09-26 00:29:58 -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
DownerCase
bb77388661
[ecal] Add new port (#33296)
* [ecal] Add new port

* Fix patch typo
2023-09-26 00:24:39 -07:00
Kai Pastor
08a6cdd73b
[curl] Update to 8.3.0 (#33924)
* [curl] Update to 8.3.0

* Add explicit usage

* Fix CMake 3.7 compatibility

* Update copyright

* Update vcpkg-cmake-wrapper
2023-09-26 00:09:06 -07:00
Paweł Wegner
796801acca
[duktape] Update to 2.7.0 and don't require python2 to build. (#33928)
* [duktape] Update to 2.7.0 and don't require python2 to build.

Instead use a release tarball which includes all codegened stuff.

* [duktape] Enable in CI.
2023-09-26 00:06:09 -07:00