Commit Graph

4283 Commits

Author SHA1 Message Date
Pierre Wendling
39b028f607
[sdl2-image] Bump to 2.6.2. (#27627)
* [sdl2-image] Update to 2.6.2.

* [sdl2-image] Update baseline and version history.

* [sdl2pp] Update sdl2-image target name.

* [sdl2pp] Update baseline and version history.

* [sdl2-image] Fix .pc file generation.

* [sdl2-image] Visually align features in portfile.

* [sdl2-image] Shorten patch to the strict minimum.
2022-11-08 14:44:33 -08:00
Billy O'Neal
76a79d990d
[angle] Rename libs to avoid conflict with system OpenGL. (#27701)
* [angle] Rename libs to avoid conflict with system OpenGL.

Note that we already rename the headers in e6a79ac018/ports/angle/portfile.cmake (L77)

Also remove what appears to be phantom dependency in qt5-base when not Windows, @Neumann-A reports over Discord https://discord.com/channels/400588936151433218/687365466422902841/1038241263494893649 that they just need any OpenGL implementation.

* Don't rename on Windows.
2022-11-08 11:49:29 -08:00
Arsen Tufankjian
ec7216c8e1
[volk] Updating volk to version 1.3.233 (#27685)
* Updating volk to version 1.3.233

* Updating version
2022-11-08 09:35:59 -08:00
JonLiu1993
bdf073a835
[folly] update to <v2022.10.24.00> (#27580)
* [folly] update to <v2022.10.24.00>

* update version

* update fizz to the latest version

* update version

* update mvfst to the latest version

* update version

* Apply review suggesstion

* update version

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-07 16:14:23 -08:00
Viktor Chlumský
e6a79ac018
[skia] Fix build for release-only triplets (#27196)
* Fix Skia in relase-only config

* Use the modern

release_thing()
if (NOT VCPKG_BUILD_TYPE)
    debug_thing()
endif()

form

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-07 15:42:19 -08:00
Aung T Naing
15ea681208
[sentencepiece]make sure that Release only build is supported (#27442)
* make sure that Release only triplets will be successful

* updated version

* Use the modern NOT VCPKG_BUILD_TYPE form and combine ifs.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-07 15:41:58 -08:00
Azure SDK Bot
750161f4e3
[azure-storage-files-datalake-cpp] Update to 12.4.0 (#27688)
## 12.4.0 (2022-11-08)

- New features in `12.4.0-beta.1` are now generally available.
2022-11-07 15:41:32 -08:00
Kai Pastor
37131d79b2
[libtasn1] Update (#27682) 2022-11-07 15:40:47 -08:00
Dennis
bb0b222d9d
asio-grpc: Update to 2.3.0 (#27678) 2022-11-07 15:40:17 -08:00
Kai Pastor
57269435c9
[libunistring] Update, fix cross builds (#27677) 2022-11-07 15:39:56 -08:00
Connor Broyles
4941494d49
[osgearth] Fix find_path regression (#27672)
* [osgearth] Fix find_path regression

* Update version

* Run x-add-version
2022-11-07 15:37:32 -08:00
Alan Tse
ebec9d7288
[zydis] fix find_package (#27667)
* Fix zydis find_package

Zydis currently nests the config.cmake files in zydis/zydis which is
then skipped by find_package(zydis CONFIG REQUIRED)

closes https://github.com/zyantific/zydis/issues/388

* Run x-add-version
2022-11-07 15:36:21 -08:00
pastdue
415aa1c071
[libtheora] Fix non-MSVC x86 builds / triplets (#27646)
* [libtheora] Fix non-MSVC x86 builds / triplets

* Run x-add-version
2022-11-07 15:35:58 -08:00
Victor Romero
94b63bd8f2
[apr-util] Add crypto feature and don't require OpenSSL if not needed (#27644)
* [apr-util] add crypto feature

* [apr-util] Use CMake variables to control OpenSSL

* [apr-util] remove disable find package
2022-11-07 15:34:34 -08:00
Lily Wang
68ad399d55
[mpfr] Add hint to install autoconf-archive for OSX (#27634)
* [mpfr] Add hint to install autoconf-archive for OSX

* x-add-version

* fix deprecated function

* x-add-version

* apply suggestion

* x-add-version
2022-11-04 14:56:43 -07:00
Kai Pastor
d5dd03b545
[xmlsec] Update, fix usage (#27470)
* Update to 1.2.35

* vcpkg cmake config is unofficial

* Update versions

* Update to 1.2.36

* Update versions

* Remove patch

* Update versions
2022-11-04 14:36:25 -07:00
Cheney Wang
74a4c99417
[magnum-*] Remove accidentally generated parameter and optimized portfile.cmake (#27608)
* [magnum-*] Remove accidentally generated parameter and optimized portfile.cmake

* x-add-version

* Use vcpkg_check_features

* x-add-version
2022-11-04 14:18:54 -07:00
Kai Pastor
a4013afe6d
[ncurses] Fix crossbuild (#27614)
* Fix cross-builds

* Update versions
2022-11-03 15:19:08 -07:00
kevle
cdf0a242e4
[dcmtk] re-enable support on arm64-osx (#27611) 2022-11-03 15:16:39 -07:00
kylo252
dd959ae978
[uriparser] update to 0.9.7 (#27612) 2022-11-03 15:15:26 -07:00
Dennis
a85a3ea485
cpp-jwt: Update to 2022-08-27 (#27610) 2022-11-03 15:15:02 -07:00
Dennis
6d0f257a15
mqtt-cpp: Update to 13.1.0 (#27609) 2022-11-03 15:14:46 -07:00
Nick
e3a3942a9e
[libjxl][lcms][highway] update to latest version (#27593)
* [highway] update to 1.0.2

* [lcms] update to 2.14

* [libjxl] update to 0.7.0
2022-11-03 15:14:09 -07:00
Thomas1664
c5fb4ecf7f
[vcpkg-tool][world rebuild] Enable FETCHCONTENT_FULLY_DISCONNECTED (#26959)
* Enable FETCHCONTENT_FULLY_DISCONNECTED

* Bump version

* version

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-03 14:59:31 -07:00
Billy O'Neal
11afcc7e8b
Fix qt incorrectly detecting an android build on non-android targets. (#27619)
Probably introduced in https://github.com/microsoft/vcpkg/pull/27421 , shows up as a baseline issue in https://github.com/microsoft/vcpkg/pull/27598/
2022-11-03 14:12:05 -07:00
Kai Pastor
49931943ab
[mongo-c-driver,libbson] Update and fixes (#27517)
* Update and fix mongo-c-driver, libbson

* Update versions

* Feature zstd needs pkgconf

* Update versions

* Set host triplet to bring pkgconf into PATH

* Update versions
2022-11-02 14:39:31 -07:00
Pierre Wendling
599f106de6
[sdl2] Bump to 2.24.2 (#27591)
* [sdl2] Bump to 2.24.2.

* [sdl2] Add a usage file.

* [sdl2] Update baseline and version history.

* [sdl2] Update `SDL2_VERSION` variable.

* [sdl2] Update `HEAD_REF`.

* Use VERSION.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-02 14:12:36 -07:00
Chuck Walbourn
56f0b2334c
[xaudio2redist] Update for XAudio2Redist 1.2.10 release (#27577)
* [xaudio2port] Update for 1.2.10 release

* Update baseline

* Use VERSION.

Co-authored-by: walbourn <chuckw_walbourn@yahoo.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-02 13:58:41 -07:00
Daniel Schürmann
893bc1d71d
[rubberband] Update to 3.1.1 (#27114) 2022-11-02 13:43:21 -07:00
Tom Tan
e6acba61e8
Update OpenTelemetry-cpp to 1.7.0 (#27599) 2022-11-02 11:53:15 -07:00
chausner
ce0234fe84
[cli11] Update to 2.3.1 (#27600)
* Update cli11 to 2.3.1

* Update CI baseline

* Update baseline.json

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Co-authored-by: Lily Wang <494550702@qq.com>
2022-11-02 11:48:15 -07:00
Kai Pastor
3e35cb0a15
[scripts|nmake] Add jom option, add language control (#27255)
* Add CL_LANGUAGE option

* Add PREFER_JOM option

* Append install target to targets, not options

* Update vcpkg_install_nmake

* Re-enable nmake UWP builds for C projects

* Use PREFER_JOM

* Update documentation

* Update versions

* Add license fields

* Update versions
2022-11-02 11:32:43 -07:00
Kai Pastor
cafd398be7
[libgd] Fixes, feature "tools" (#27551)
* Revise portfile and patches

Fix dependencies and pkg-config export.
Add tools feature.

* Update versions

* Fixup libgd name for windows [skip actions]

* Print usage

* Update versions
2022-11-01 20:23:20 -07:00
Kai Pastor
630bc4ef88
[libsrtp] Fix DLL destination and mingw (#27540)
* Fix libsrtp DLL destination and mingw

* Update versions
2022-11-01 20:03:09 -07:00
Craig Edwards
5a60be477f
[bot] Update DPP to v10.0.21 (#27584) 2022-11-01 20:01:36 -07:00
Osyotr
a71baa4dc7
[qt5] Update to 5.15.7 (#27522) 2022-11-01 20:00:58 -07:00
Matthias Kuhn
3e3484ad70
[pthread-stubs] allow building release only (#27530)
* [pthread-stubs] allow building release only

* Address review comment
2022-11-01 20:00:18 -07:00
Matthias Kuhn
736fb33732
[qtbase] support for android (#27421)
* [qtbase] support for android

* Fix opengl on android

* Make gles a feature

* Adjust android dependencies

* v.db

* Make ANDROID_SDK_ROOT available to all qt* ports

* v db

* naming and feature

* v db

* Gate gles2 `!windows`

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>

* v db

* !linux

* v db

* add qtbase[gles2] to ci for linux

* v db

* disable opengl_desktop if gles2 is set

* disable gles3

* v db

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2022-11-01 19:58:54 -07:00
Alonso Schaich
035ccd1ae6
[gtk] update to 4.6.8 (microsoft#27392) (#27394)
* [gtk] update to 4.6.8 (microsoft#27392)

* [gtk] regenerate versions registries (microsoft#27392)
2022-11-01 19:56:14 -07:00
Kai Pastor
9a7f03fa58
[gdal] Update to 3.5.3 (#27393)
* Update to 3.5.3

* Update versions
2022-11-01 19:54:40 -07:00
Ice0
6cf58ad402
[pthreads] Fixed build on Windows ARM64 (#27299)
* [pthreads] Fixed Windows ARM build

* [pthreads] bump port-version

* * Add upstream submission link.
* Use VERSION
* Add quotes around NMAKE's path.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-11-01 19:35:08 -07:00
Billy O'Neal
09adfdc8cd
[OpenSSL] Update to 3.0.7. (#27594)
* [OpenSSL] Update to 3.0.7.

Fixes critical security vulnerability https://twitter.com/iamamoose/status/1584908434855628800

flags.patch part already applied by upstream removed.

Download location changed to openssl.org while a github tag is still missing.

* Revert unintentional boringssl change.

* Add vcpkg_minimum_required and switch back to GitHub now that a tag is available.
2022-11-01 18:58:59 -07:00
Carlos O'Ryan
ad91176594
[google-cloud-cpp] update to latest release (v2.4.0) (#27601) 2022-11-01 17:33:14 -07:00
Alexander Neumann
1f825db83b
Add X windows part 12/N (#27512)
* [libdmx] add new port

* [libxcvt] add port

* [xbitmaps] add port

* format manifest

* use version

* v db

* add cross fixes and fix issue due to missing xorg macros on osx

* v db

* license

* v db

* Use the conventional copyright install.

* Correct the SHA512.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-01 14:00:11 -07:00
RealTimeChris
fcfda3c78c
[DiscordCoreAPI] Update to version 2022-10-30 (#27561)
* Updating version file.

* Updating version file.

* Updates!

* Updates!

* Updating the version file.

* Updates!

* Updates!

* Updating version file.

* Updating version file.

* Updating version file.

* Updating version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.
2022-10-31 17:16:01 -07:00
Park DongHa
ef08720ac2
[thorvg] create a new port (#27525)
* [thorvg] create a new port

* [thorvg] update baseline

* [thorvg] fix windows install

* [thorvg] disable arm-uwp

* [thorvg] use DEBUG/RELEASE options for bindir

* Update ports/thorvg/portfile.cmake

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

* [thorvg] update git-tree SHA

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-10-31 17:02:52 -07:00
Kai Pastor
10f955dd4a
[glib] Update and cleanup (#27554)
* Update and cleanup [skip actions]

* Trim patch

* Update versions
2022-10-31 16:05:59 -07:00
Dennis
b39520920f
[grpc] Update to 1.50.1 (#27536)
* grpc: Update to 1.50.1

* dos2unix

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-10-31 14:31:47 -07:00
Lily Wang
47ef7c0682
[libepoxy] Add dependencies egl-registry and libx11-dev on Linux (#27562)
* [libepoxy] Add dependencies egl-registry and libx11-dev

* x-add-version
2022-10-31 13:48:57 -07:00
Daniel Johansson
bf6a6ce711
[slang] Adding a package for the Slang shading language (#24914)
* slang port - initial commit

* added x64-linux target and removed dependency on cmake

* [slang] adding some expected failing platforms

* formatted manifest file

* added license

* added expected failing win64-static platform

* added version

* sort alphabetically

* changing error message

* updated version

* [slang] adding "supports" field for vcpkg.json

* [slang] removing platform exclusion rules

* [slang] update version

* [slang] fixed deprecation warning

* [slang] update version database

* rename slang to shader-slang

* update version database

* Use builtin VERSION and dos2unix.

* remove unused empty folder policy

* set version

* update version

* Remove unnecessary set(VERSION

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-10-31 13:48:20 -07:00