Skip to content

[shared-mime-info] New port#44341

Merged
vicroms merged 1 commit intomicrosoft:masterfrom
daschuer:add-shared-mime-info
Mar 24, 2025
Merged

[shared-mime-info] New port#44341
vicroms merged 1 commit intomicrosoft:masterfrom
daschuer:add-shared-mime-info

Conversation

@daschuer
Copy link
Contributor

This adds the Shared MIME information from Freedesktop.org. Before Qt 6.7.2, it was build as part of Qt, now they have moved to Apache Tika with limited coverage for license reasons.

This PR s on top of #44340 which should be merged fist.

  • Changes comply with the maintainer guide.
  • 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.
  • 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 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.

@JonLiu1993 JonLiu1993 added category:new-port The issue is requesting a new library to be added; consider making a PR! depends:different-pr This PR or Issue depends on a PR which has been filed labels Mar 13, 2025
@JonLiu1993
Copy link
Contributor

@daschuer, if PR #44340 is merged, you don't need to change gettext in your PR, you just merge your PR into the master branch, so please remove the changes to gettext, thanks.

@JonLiu1993 JonLiu1993 marked this pull request as draft March 13, 2025 02:03
Comment on lines +13 to +17
# msgfmt can't deal with drive letters on Windows, so we need to use a relative data dir
file(RELATIVE_PATH GETTEXTDATADIRREL "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}" "${SOURCE_PATH}/data")
set(ENV{GETTEXTDATADIR} "${GETTEXTDATADIRREL}")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if these lines are appropriate here, as I've never seen drive handling in portfile.cmake.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a test run here with debug info:
https://github.com/daschuer/vcpkg/actions/runs/13799528617
in package-x64-windows-dbg-out.log in logs-x64-windows.zip:

C:/mixxx-vcpkg/vcpkg_installed/x64-windows/tools/gettext/bin/msgfmt.EXE: warning: Looking in ../src/2.4-b756cadafd.clean/data/its
C:/mixxx-vcpkg/vcpkg_installed/x64-windows/tools/gettext/bin/msgfmt.EXE: warning: Looking in C/its
C:/mixxx-vcpkg/vcpkg_installed/x64-windows/tools/gettext/bin/msgfmt.EXE: warning: Looking in /mixxx-vcpkg/buildtrees/shared-mime-info/src/2.4-b756cadafd.clean/data/./its
C:/mixxx-vcpkg/vcpkg_installed/x64-windows/tools/gettext/bin/msgfmt.EXE: warning: Looking in ../src/2.4-b756cadafd.clean/data-0.22.5/its

You see that msgfmt splits the pass at ":" and tries to look into "C/its". The first entry is the relative path from GETTEXTDATADIR set in this port.

@daschuer
Copy link
Contributor Author

It looks like the CI has timed out after 9 h:
https://github.com/microsoft/vcpkg/pull/44341/checks?check_run_id=38682853141

I will now remove the gettext commit, which will fail the windows CI as well

@daschuer daschuer force-pushed the add-shared-mime-info branch 3 times, most recently from dd333b1 to 4fcb481 Compare March 19, 2025 18:45
@daschuer daschuer marked this pull request as ready for review March 19, 2025 19:28
@daschuer
Copy link
Contributor Author

This works now!

@JonLiu1993 JonLiu1993 removed the depends:different-pr This PR or Issue depends on a PR which has been filed label Mar 20, 2025
@JonLiu1993 JonLiu1993 added the info:needs-maintainer-attention Lets the current 'on rotation' vcpkg maintainer know they need to look at this. label Mar 20, 2025
Comment on lines 30 to 32
file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/debug"
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like it could use an early set(VCPKG_BUILD_TYPE release) # only data instead.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree with @dg0yt, please set VCPKG_BUILD_TYPE at the top of the portfile

Comment on lines 30 to 32
file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/debug"
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree with @dg0yt, please set VCPKG_BUILD_TYPE at the top of the portfile

@JonLiu1993 JonLiu1993 removed the info:needs-maintainer-attention Lets the current 'on rotation' vcpkg maintainer know they need to look at this. label Mar 20, 2025
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
@JonLiu1993 JonLiu1993 added the info:needs-maintainer-attention Lets the current 'on rotation' vcpkg maintainer know they need to look at this. label Mar 24, 2025
@vicroms vicroms merged commit 903c6cc into microsoft:master Mar 24, 2025
17 checks passed
ParvusLacertus added a commit to ParvusLacertus/vcpkg that referenced this pull request Mar 29, 2025
commit acd5bba
Author: Alberto Luaces <aluaces@udc.es>
Date:   Sat Mar 29 10:21:16 2025 +0100

    [libmatio-cpp] Add new port to vcpkg (microsoft#44589)

    Co-authored-by: Alberto Luaces <alberto.luaces@udc.es>
    Co-authored-by: Kai Pastor <dg0yt@darc.de>
    Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

commit ab26d2e
Author: toge <toge.mail@gmail.com>
Date:   Sat Mar 29 17:56:17 2025 +0900

    [sol2] update to 3.5.0 (microsoft#44662)

commit 7201573
Author: jalegido <jalegido@users.noreply.github.com>
Date:   Sat Mar 29 09:52:50 2025 +0100

    [Ocilib] update to 4.7.7 (microsoft#44665)

commit 7354f1c
Author: Chuck Walbourn <walbourn@users.noreply.github.com>
Date:   Fri Mar 28 15:45:07 2025 -0700

    [directxtex, directxmesh, uvatlas] Updated for March 2025 releases (microsoft#44632)

commit c0cb7be
Author: Billy O'Neal <bion@microsoft.com>
Date:   Fri Mar 28 15:43:27 2025 -0700

    Turn x64-osx back on. (microsoft#44681)

commit e2e3f65
Author: toge <toge.mail@gmail.com>
Date:   Fri Mar 28 16:12:55 2025 +0900

    [expat] update to 2.7.0 (microsoft#44401)

commit 4b45178
Author: PolarGoose <35307286+PolarGoose@users.noreply.github.com>
Date:   Fri Mar 28 08:12:15 2025 +0100

    [libmagic] Fix build with x64-windows-static triplet (microsoft#44566)

commit e73bcc0
Author: Long Nguyen <nguyen.long.908132@gmail.com>
Date:   Fri Mar 28 14:11:28 2025 +0700

    [libevdev] add new port (microsoft#44626)

commit 18aaaf3
Author: Thomas Hansen <tgh@gravgaard.dev>
Date:   Fri Mar 28 08:09:49 2025 +0100

    [mfx-dispatch] Fix missing cstdint import using upstream's patch. (microsoft#4… (microsoft#44650)

    Co-authored-by: Thomas Gravgaard Hansen <thomas@vikingsoftware.com>

commit 507cfcd
Author: Connector Switch <c8ef@outlook.com>
Date:   Fri Mar 28 15:08:44 2025 +0800

    [snappy] update to 1.2.2 (microsoft#44652)

commit 1a21d75
Author: toge <toge.mail@gmail.com>
Date:   Fri Mar 28 16:08:14 2025 +0900

    [glaze] update to 5.0.2 (microsoft#44655)

commit 1dce60b
Author: Daniel Schürmann <daschuer@mixxx.org>
Date:   Fri Mar 28 08:07:05 2025 +0100

    [qtbase] add feature "shared-mime-info"  (microsoft#44571)

commit aca111d
Author: Stephen Webb <stephen.webb@ieee.org>
Date:   Fri Mar 28 18:03:27 2025 +1100

    [log4cxx] add 1.4.0 (microsoft#44661)

    Co-authored-by: Stephen Webb <swebb2066@gmail.com>

commit c636198
Author: Nicolas BLANC <sinfomicien@gmail.com>
Date:   Thu Mar 27 18:01:54 2025 +0100

    [libdmtx] Add new port (microsoft#44636)

commit 2c51976
Author: Guillermo Calvo <guillermocalvo@gmail.com>
Date:   Thu Mar 27 17:47:12 2025 +0100

    [resultlib] Add new port (microsoft#44531)

    Co-authored-by: Mengna-Li <543250287@qq.com>

commit ac8f14d
Author: Jaap Aarts <JAicewizard@users.noreply.github.com>
Date:   Thu Mar 27 17:40:17 2025 +0100

    [blas] Enable openblas on mingw (microsoft#44583)

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

commit e033aa9
Author: Jaap Aarts <JAicewizard@users.noreply.github.com>
Date:   Thu Mar 27 17:38:53 2025 +0100

    [lapack-reference] Fix building lapack with cblas on mingw (microsoft#44584)

    Co-authored-by: Mengna-Li <543250287@qq.com>

commit 977db88
Author: Jan Aleksandrov <Niproblema@users.noreply.github.com>
Date:   Thu Mar 27 17:37:10 2025 +0100

    [libinterpolate] Add new port (microsoft#44608)

    Co-authored-by: Jan Aleksandrov <jan.aleksandrov@valhalla-turrets.com>
    Co-authored-by: Kai Pastor <dg0yt@darc.de>
    Co-authored-by: Jonliu <13720414433@163.com>

commit e2387bd
Author: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Date:   Thu Mar 27 09:35:46 2025 -0700

    [libvorbis] Upgrade CMake 3.5 (microsoft#44347)

commit 7a0404d
Author: toge <toge.mail@gmail.com>
Date:   Fri Mar 28 01:35:02 2025 +0900

    [luau] update to 0.666 (microsoft#44623)

commit 64f3d3d
Author: Billy O'Neal <bion@microsoft.com>
Date:   Thu Mar 27 00:27:15 2025 -0700

    [robotraconteur] Use upstream's patch. (microsoft#44634)

commit fcf21f8
Author: Javier Matos Denizac <javier.matosd@gmail.com>
Date:   Thu Mar 27 01:10:23 2025 -0400

    Update vcpkg to 2025-03-22 (microsoft#44587)

    Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>

commit d172727
Author: Kai Pastor <dg0yt@darc.de>
Date:   Wed Mar 26 09:58:22 2025 +0100

    [pkgconf] Update to 2.4.3 (microsoft#44200)

commit 6eb418b
Author: Luke Marshall <52978038+mathgeekcoder@users.noreply.github.com>
Date:   Wed Mar 26 01:56:38 2025 -0700

    [highs] upgrade to version 1.10.0 (microsoft#44534)

commit b1fc7e0
Author: Gianluca Martino <gian21391@users.noreply.github.com>
Date:   Wed Mar 26 09:54:26 2025 +0100

    [gtest] add feature cxx17 (microsoft#44582)

commit c613fb6
Author: SunBlack <SunBlack@users.noreply.github.com>
Date:   Wed Mar 26 09:48:35 2025 +0100

    [benchmark] Update to 1.9.2 (microsoft#44600)

commit 7c169a2
Author: Connector Switch <c8ef@outlook.com>
Date:   Wed Mar 26 16:48:12 2025 +0800

    [folly, fizz, wangle, proxygen, mvfst, fbthrift, cachelib] update to 03.24 (microsoft#44601)

commit 1e92aa0
Author: toge <toge.mail@gmail.com>
Date:   Wed Mar 26 17:46:49 2025 +0900

    [ftxui] update to 6.0.0 (microsoft#44603)

commit e175d91
Author: Duncan Horn <40036384+dunhor@users.noreply.github.com>
Date:   Wed Mar 26 01:46:26 2025 -0700

    [wil] Update WIL port to 1.0.250325.1 (microsoft#44604)

commit d5ee3cf
Author: Alfred E. Heggestad <114750+alfredh@users.noreply.github.com>
Date:   Wed Mar 26 09:45:16 2025 +0100

    [baresip-libre] upgrade to version 3.21.0 (microsoft#44613)

commit 21816e0
Author: Fidel Yin <fidel.yin@hotmail.com>
Date:   Tue Mar 25 02:11:59 2025 -0400

    [dxcam-cpp] Add new port (microsoft#44562)

commit 2f684c8
Author: tartanpaint <35690467+tartanpaint@users.noreply.github.com>
Date:   Tue Mar 25 06:10:11 2025 +0000

    [openh264] fix cmake get vars dependency (microsoft#44558)

commit 63ddb92
Author: toge <toge.mail@gmail.com>
Date:   Tue Mar 25 14:55:36 2025 +0900

    [simdutf] update to 6.4.0 (microsoft#44573)

commit 5e61fbe
Author: Alexis Placet <alexis.placet@quantstack.net>
Date:   Mon Mar 24 18:30:04 2025 +0100

    [arcticdb-sparrow] Add new port (microsoft#44236)

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

commit 16f700e
Author: Kai Pastor <dg0yt@darc.de>
Date:   Mon Mar 24 18:28:31 2025 +0100

    [vcpkg-ci-gz-common, gz-*,spdlog] New test port, fixes (microsoft#44389)

commit e4e0ab6
Author: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Date:   Mon Mar 24 17:10:35 2025 +0000

    [librdkafka] update to 2.8.0 (microsoft#44527)

commit af1bb18
Author: Mengna-Li <543250287@qq.com>
Date:   Tue Mar 25 01:10:02 2025 +0800

    [minhook] fix build error on CMake 4.0 (microsoft#44574)

    Co-authored-by: Mengna-Li <v-limengna@microsoft.com>

commit a72d9e4
Author: Maxime Gervais <gervais.maxime@gmail.com>
Date:   Mon Mar 24 18:09:25 2025 +0100

    [libmediainfo] update to 25.03 (microsoft#44580)

commit b9d5c69
Author: PARK DongHa <luncliff@gmail.com>
Date:   Tue Mar 25 02:08:58 2025 +0900

    [cpp-httplib] Support Zstandard(zstd) feature in v0.20.0 (microsoft#44581)

commit b1d8051
Author: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Date:   Mon Mar 24 00:59:33 2025 -0700

    [opencsg] Update to 1.8.1 (microsoft#44526)

commit cd28ffb
Author: toge <toge.mail@gmail.com>
Date:   Mon Mar 24 16:58:59 2025 +0900

    [rapidcsv] update to 8.85 (microsoft#44572)

commit 573b9c2
Author: toge <toge.mail@gmail.com>
Date:   Mon Mar 24 16:58:38 2025 +0900

    [blend2d] update to 2025-03-08 (microsoft#44563)

commit c05f082
Author: Nick Logozzo <nlogozzo225@gmail.com>
Date:   Mon Mar 24 03:57:56 2025 -0400

    [libnick] Update to 2025.3.6 (microsoft#44560)

commit c5a9914
Author: toge <toge.mail@gmail.com>
Date:   Mon Mar 24 16:56:54 2025 +0900

    [paho-mqttpp3] update to 1.5.2 (microsoft#44557)

commit f3ceb75
Author: toge <toge.mail@gmail.com>
Date:   Mon Mar 24 16:56:35 2025 +0900

    [glaze] update to 5.0.1 (microsoft#44556)

commit bd5bfe4
Author: Osyotr <Osyotr@users.noreply.github.com>
Date:   Mon Mar 24 10:56:18 2025 +0300

    [qt5-base] Move openssl out of core feature (microsoft#44553)

commit 4c34aea
Author: Connector Switch <c8ef@outlook.com>
Date:   Mon Mar 24 15:50:55 2025 +0800

    [cachelib] update to 2025.03.17 (microsoft#44552)

commit 5f809c3
Author: toge <toge.mail@gmail.com>
Date:   Mon Mar 24 16:49:31 2025 +0900

    [libarchive] update to 3.7.8 (microsoft#44551)

commit 923549a
Author: Sidney Cogdill <sidneycogdil@hotmail.com>
Date:   Mon Mar 24 07:46:58 2025 +0000

    [proxy] Update to 3.3.0 (microsoft#44546)

commit 0bde25d
Author: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Date:   Mon Mar 24 15:46:41 2025 +0800

    [xxhash] Update to 0.8.3 (microsoft#44528)

commit 97613c6
Author: toge <toge.mail@gmail.com>
Date:   Mon Mar 24 16:46:18 2025 +0900

    [duckdb] add excel feature (microsoft#44508)

commit 4c08e0f
Author: Jan Aleksandrov <Niproblema@users.noreply.github.com>
Date:   Mon Mar 24 08:43:07 2025 +0100

    [hfsm2] Update to 2.6.1 (microsoft#44470)

commit 0522668
Author: autoantwort <41973254+autoantwort@users.noreply.github.com>
Date:   Mon Mar 24 08:41:00 2025 +0100

    [pangolin] remove test feature (microsoft#44432)

commit 903c6cc
Author: Daniel Schürmann <daschuer@mixxx.org>
Date:   Mon Mar 24 08:40:00 2025 +0100

    [shared-mime-info] New port (microsoft#44341)

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

commit 71926c1
Author: Olivier <olizit@gmail.com>
Date:   Mon Mar 24 08:37:03 2025 +0100

    [vcpkg scripts] fix relative_tool_dir debug match (microsoft#44287)

    Co-authored-by: Olivier PELLET-MANY <olivier.pellet-many@biologic.net>
    Co-authored-by: Kai Pastor <dg0yt@darc.de>

commit a76b332
Author: Kai Pastor <dg0yt@darc.de>
Date:   Sun Mar 23 21:42:13 2025 +0100

    [allegro5] Enable android (microsoft#44510)

commit d329afe
Author: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Date:   Sun Mar 23 13:40:08 2025 -0700

    [vcpkg baseline] [proxygen] Fix ci pipeline error (microsoft#44232)

commit b65a251
Author: Craig Edwards (Brain) <braindigitalis@users.noreply.github.com>
Date:   Sun Mar 23 20:32:34 2025 +0000

    [DPP] Bump to version 10.1.2 (microsoft#44518)

commit 670f6dd
Author: Chuck Walbourn <walbourn@users.noreply.github.com>
Date:   Fri Mar 21 20:14:30 2025 -0700

    [gameinput, directxtk, directxtk12] Updated for latest releases (microsoft#44545)

commit 20224c9
Author: Chuck Walbourn <walbourn@users.noreply.github.com>
Date:   Fri Mar 21 20:13:56 2025 -0700

    [community triplet] x64-xbox-* link was using the wrong lib paths (microsoft#44544)

commit d798e3d
Author: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com>
Date:   Sat Mar 22 01:21:53 2025 +0000

    [vcpkg baseline][workflow] Remove workflow:x64-uwp from fail list (microsoft#44521)

commit 57f42c1
Author: Billy O'Neal <bion@microsoft.com>
Date:   Fri Mar 21 17:09:22 2025 -0700

    Turns out DOWNLOADS might not exist after all. (microsoft#44543)

commit 93c2011
Author: Billy O'Neal <bion@microsoft.com>
Date:   Fri Mar 21 13:46:15 2025 -0700

    Support FILENAME with / in vcpkg_download_distfile. (microsoft#44537)

commit ec75733
Author: Billy O'Neal <bion@microsoft.com>
Date:   Fri Mar 21 10:00:54 2025 -0700

    Disable x64-osx for now while the hardware is moving. (microsoft#44533)

commit 608d1db
Author: Timothy Heeg <timheeg@users.noreply.github.com>
Date:   Fri Mar 21 04:12:43 2025 -0400

    [openvdb] Add NanoVDB tools feature (microsoft#44130)

commit 5c62200
Author: Mengna-Li <543250287@qq.com>
Date:   Fri Mar 21 16:11:27 2025 +0800

    [freeglut] Fix build with CMake4.0 (microsoft#44495)

    Co-authored-by: Mengna-Li <v-limengna@microsoft.com>

commit 11d10a6
Author: toge <toge.mail@gmail.com>
Date:   Fri Mar 21 17:10:42 2025 +0900

    [pulzed-mini] update to 0.9.17 (microsoft#44504)

commit 223c278
Author: Kai Pastor <dg0yt@darc.de>
Date:   Fri Mar 21 09:07:44 2025 +0100

    [libspatialite] android needs -llog (microsoft#44497)

commit 0c6b095
Author: toge <toge.mail@gmail.com>
Date:   Fri Mar 21 17:07:09 2025 +0900

    [blake3] update to 1.7.0 (microsoft#44512)

commit d2442b7
Author: Rimas Misevičius <rmisev3@gmail.com>
Date:   Fri Mar 21 10:06:33 2025 +0200

    [upa-url] update to 1.2.0 (microsoft#44515)

commit 8910d42
Author: Connector Switch <c8ef@outlook.com>
Date:   Fri Mar 21 16:05:59 2025 +0800

    [folly related] update to 03.17 (microsoft#44509)

commit d22244d
Author: Kyle Benesch <4b796c65+github@gmail.com>
Date:   Fri Mar 21 01:04:54 2025 -0700

    [libtcod] update to 2.0.0 (microsoft#44522)

commit a7d06b3
Author: Nick D'Ademo <nickdademo@gmail.com>
Date:   Thu Mar 20 19:06:32 2025 +1100

    [wintoast] update to 1.3.1 (microsoft#44409)

commit 374b6c6
Author: Kai Pastor <dg0yt@darc.de>
Date:   Thu Mar 20 09:06:01 2025 +0100

    [plplot] Fix cross builds, fix exported config, add test port (microsoft#44234)

commit 1199028
Author: EnzoMassyle <121531758+EnzoMassyle@users.noreply.github.com>
Date:   Thu Mar 20 00:35:45 2025 -0700

    [fxaudio] add new port (microsoft#44221)

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

commit 5e1e9f5
Author: jim wang <122244446+jimwang118@users.noreply.github.com>
Date:   Thu Mar 20 15:28:38 2025 +0800

    [pcl] Fix gluErrorString is not defined (microsoft#44281)

commit 63932b3
Author: Kai Pastor <dg0yt@darc.de>
Date:   Thu Mar 20 08:19:48 2025 +0100

    Android: API level 28, dynamic CRT (microsoft#44424)

commit 6a6b135
Author: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com>
Date:   Thu Mar 20 07:03:42 2025 +0000

    [libtheora] Update cmake_minimum_required (microsoft#44475)

commit 5564c7d
Author: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com>
Date:   Thu Mar 20 07:03:16 2025 +0000

    [qtinterfaceframework] Bump jinja2 from 3.1.5 to 3.1.6 (microsoft#44477)

commit d593ee6
Author: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Date:   Thu Mar 20 08:02:48 2025 +0100

    [sentry-native] update to 0.8.2 (microsoft#44483)

    Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>

commit 497f18e
Author: Michele Caini <michele.caini@gmail.com>
Date:   Thu Mar 20 08:02:22 2025 +0100

    [entt] update to 3.15.0 (microsoft#44484)

commit 172bc4d
Author: Dennis <dh@3yourmind.com>
Date:   Thu Mar 20 08:00:52 2025 +0100

    [asio-grpc] Update to 3.4.3 (microsoft#44486)

commit c25d792
Author: Ivan Sorokin <vanyacpp@gmail.com>
Date:   Thu Mar 20 08:00:11 2025 +0100

    [sdl1] fix linking warning LNK4099 (microsoft#44487)

commit 1fd1251
Author: Karol Wójcik <k-wojcik@users.noreply.github.com>
Date:   Thu Mar 20 07:58:42 2025 +0100

    [roaring] update to 4.3.1 (microsoft#44488)

commit a530ea8
Author: Mengna-Li <543250287@qq.com>
Date:   Thu Mar 20 14:57:40 2025 +0800

    [libdatachannel] update to 0.22.6 (microsoft#44491)

    Co-authored-by: Mengna-Li <v-limengna@microsoft.com>

commit 20289b7
Author: Nick Logozzo <nlogozzo225@gmail.com>
Date:   Thu Mar 20 02:46:21 2025 -0400

    [libnick] Update to 2025.3.4 (microsoft#44493)

commit b02e341
Author: toge <toge.mail@gmail.com>
Date:   Wed Mar 19 16:46:43 2025 +0900

    [imgui] update to 1.91.9 (microsoft#44425)

commit a97104f
Author: toge <toge.mail@gmail.com>
Date:   Wed Mar 19 16:44:41 2025 +0900

    [tinyxml2] update to 11.0.0 (microsoft#44446)

commit a91b1fa
Author: Kai Blaschke <kai.blaschke@kb-dev.net>
Date:   Wed Mar 19 08:43:52 2025 +0100

    [projectm-eval] Update port to v1.0.1 (microsoft#44443)

commit ac4c628
Author: jpr42 <109434725+jpr42@users.noreply.github.com>
Date:   Wed Mar 19 00:42:47 2025 -0700

    [gperf] Fix CMake 4.0 build (microsoft#44434)

commit 8688acd
Author: ytnuf <161308826+ytnuf@users.noreply.github.com>
Date:   Wed Mar 19 07:42:15 2025 +0000

    [tgui] Fix backend check (microsoft#44452)

commit c8173a3
Author: Vijai Kumar S <2363451+vijaiaeroastro@users.noreply.github.com>
Date:   Wed Mar 19 08:36:37 2025 +0100

    [lib3mf] update to 2.4.1 (microsoft#44444)

    Co-authored-by: Martin Weismann <30837766+martinweismann@users.noreply.github.com>
    Co-authored-by: Vijai Kumar S <vijaiaeroastro@users.noreply.github.com>
    Co-authored-by: Kai Pastor <dg0yt@darc.de>
    Co-authored-by: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com>
    Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>

commit 5055261
Author: autoantwort <41973254+autoantwort@users.noreply.github.com>
Date:   Wed Mar 19 08:30:04 2025 +0100

    [duckdb] fix icu build  (microsoft#44410)

commit 1ee0653
Author: Kai Pastor <dg0yt@darc.de>
Date:   Wed Mar 19 08:26:34 2025 +0100

    [ffmpeg] Fix msvc pc files, update usage, improve test port (microsoft#44383)

commit 4d4276d
Author: Dennis <dh@3yourmind.com>
Date:   Wed Mar 19 07:59:41 2025 +0100

    [grpc] Update to 1.71.0 (microsoft#44461)

commit aebdc01
Author: ytnuf <161308826+ytnuf@users.noreply.github.com>
Date:   Wed Mar 19 06:56:15 2025 +0000

    [godot-cpp] Upgrade to 4.4 (microsoft#44445)

commit 0c8d0d5
Author: autoantwort <41973254+autoantwort@users.noreply.github.com>
Date:   Wed Mar 19 07:41:56 2025 +0100

    [github workflow] auto close issues about gitlab.freedesktop.org (microsoft#44454)

commit edd0213
Author: Bruce Mitchener <bruce.mitchener@gmail.com>
Date:   Wed Mar 19 13:41:23 2025 +0700

    [flecs] Update to 4.0.5 (microsoft#44458)

commit 06e55c4
Author: toge <toge.mail@gmail.com>
Date:   Wed Mar 19 15:39:57 2025 +0900

    [plutovg] update to 1.0.0 (microsoft#44466)

commit 8ccaa49
Author: toge <toge.mail@gmail.com>
Date:   Wed Mar 19 15:36:34 2025 +0900

    [libcbor] update to 0.12.0 (microsoft#44465)

commit f2cce00
Author: Kai Pastor <dg0yt@darc.de>
Date:   Wed Mar 19 07:35:47 2025 +0100

    [libxcrypt] Update to 4.4.38 (microsoft#44468)

commit f278eae
Author: toge <toge.mail@gmail.com>
Date:   Wed Mar 19 15:31:44 2025 +0900

    [flatbuffers] update to 25.2.10 (microsoft#44462)

    Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>

commit 6dd3261
Author: Sandy <1013356+bwrsandman@users.noreply.github.com>
Date:   Wed Mar 19 02:30:22 2025 -0400

    [SDL2] Fix compiling on gcc (microsoft#44413)

commit 3235411
Author: toge <toge.mail@gmail.com>
Date:   Wed Mar 19 15:28:23 2025 +0900

    [cpp-httplib] update to 0.20.0 (microsoft#44474)

commit 478939b
Author: Billy O'Neal <bion@microsoft.com>
Date:   Tue Mar 18 04:15:57 2025 -0700

    Patch Tuesday for March 2025 (microsoft#44354)

commit 043abf2
Author: myd7349 <myd7349@gmail.com>
Date:   Mon Mar 17 22:05:20 2025 +0800

    [libaribcaption] Add new port (microsoft#44415)

commit 4ec0e29
Author: autoantwort <41973254+autoantwort@users.noreply.github.com>
Date:   Mon Mar 17 14:41:44 2025 +0100

    [rmqcpp] fix build with new boost version (microsoft#44437)

commit 8c67550
Author: Daniel Schürmann <daschuer@mixxx.org>
Date:   Mon Mar 17 14:29:49 2025 +0100

    [sleef] Allow to crosscompile (microsoft#44319)

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

commit 0253f6e
Author: Daniel Schürmann <daschuer@mixxx.org>
Date:   Mon Mar 17 14:28:16 2025 +0100

    [gettext] Fix path related issues with MSVC (microsoft#44340)

commit 47d7ec6
Author: R3dByt3 <marvin.gerdel@web.de>
Date:   Mon Mar 17 14:26:39 2025 +0100

    [skia] Fix dependency skia (microsoft#44385)

commit 8867a9a
Author: Kai Pastor <dg0yt@darc.de>
Date:   Mon Mar 17 14:25:23 2025 +0100

    [test ports] minor cleanup (microsoft#44418)

commit b981f71
Author: autoantwort <41973254+autoantwort@users.noreply.github.com>
Date:   Mon Mar 17 14:23:12 2025 +0100

    [influxdb-cxx] fix build with new boost (microsoft#44420)

commit be1c170
Author: Benno Waldhauer <org.waldhauer@gmail.com>
Date:   Mon Mar 17 14:21:13 2025 +0100

    [webthing-cpp] update to 1.2.0 (microsoft#44405)

commit a62e1f1
Author: toge <toge.mail@gmail.com>
Date:   Mon Mar 17 22:20:28 2025 +0900

    [lunasvg] update to 3.2.1 (microsoft#44404)

commit 1c40c88
Author: toge <toge.mail@gmail.com>
Date:   Mon Mar 17 22:20:09 2025 +0900

    [fast-float] update to 8.0.2 (microsoft#44403)

commit 0a4384e
Author: toge <toge.mail@gmail.com>
Date:   Mon Mar 17 22:19:49 2025 +0900

    [valijson] update to 1.0.4 (microsoft#44400)

commit 4c77d8d
Author: toge <toge.mail@gmail.com>
Date:   Mon Mar 17 22:19:28 2025 +0900

    [luau] update to 0.665 (microsoft#44399)

commit 05476ec
Author: Kai Pastor <dg0yt@darc.de>
Date:   Mon Mar 17 14:19:07 2025 +0100

    [vst3sdk] Fix typo (microsoft#44395)

commit da2f73a
Author: Kai Pastor <dg0yt@darc.de>
Date:   Mon Mar 17 14:18:47 2025 +0100

    [proj] Update to 9.6.0 (microsoft#44394)

commit 327a22f
Author: Rémy Tassoux <contact@rt2.fr>
Date:   Mon Mar 17 14:17:53 2025 +0100

    [joltphysics] Update to 5.3.0 (microsoft#44406)

commit 802b76f
Author: Dr. Patrick Urbanke (劉自成) <patrick@getml.com>
Date:   Mon Mar 17 21:17:39 2025 +0800

    [reflectcpp] update to 0.18.0 (microsoft#44423)

commit 5f10964
Author: SunBlack <SunBlack@users.noreply.github.com>
Date:   Mon Mar 17 14:17:02 2025 +0100

    [nanoflann] Update to 1.7.1 (microsoft#44426)

commit 33eec17
Author: toge <toge.mail@gmail.com>
Date:   Mon Mar 17 22:16:49 2025 +0900

    [thorvg] update to 0.15.11 (microsoft#44427)

commit 5245b91
Author: toge <toge.mail@gmail.com>
Date:   Mon Mar 17 22:16:32 2025 +0900

    [tinycbor] update to 0.6.1 (microsoft#44428)

commit abe86d5
Author: Oleg Derevenetz <oleg-derevenetz@yandex.ru>
Date:   Mon Mar 17 16:16:17 2025 +0300

    [fluidsynth] Update to 2.4.4 (microsoft#44435)

commit c33bc6b
Author: Ankur Verma <31362771+ankurvdev@users.noreply.github.com>
Date:   Mon Mar 17 06:15:57 2025 -0700

    [ankurvdev-embedresource] Update to v0.0.12 (microsoft#44436)

    Co-authored-by: Ankur <ankurv@verma>
    Co-authored-by: ankurv <ankur@verma>

commit 22f530b
Author: Zhang <5205699+Naville@users.noreply.github.com>
Date:   Mon Mar 17 21:14:32 2025 +0800

    [pcg] Update to 428802d to fix a known bug (microsoft#44278)

commit c1b4bef
Author: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com>
Date:   Mon Mar 17 13:08:37 2025 +0000

    [vcpkg baseline][workflow] Remove workflow:arm64-uwp from fail list (microsoft#44440)

commit 782ccc1
Author: Billy O'Neal <bion@microsoft.com>
Date:   Fri Mar 14 20:17:33 2025 -0700

    Update vcpkg-tool to 2025-03-13. (microsoft#44384)

commit 35c4249
Author: Darkx <81325272+Darkx32@users.noreply.github.com>
Date:   Fri Mar 14 18:30:47 2025 -0300

    [audioengine] Add new port (microsoft#44268)

    Co-authored-by: Darkx32 <Darkx32@users.noreply.github.com>

commit 4905a1a
Author: Kai Pastor <dg0yt@darc.de>
Date:   Fri Mar 14 19:55:49 2025 +0100

    [jhasse-poly2tri] Enable uwp (microsoft#44374)

commit b7461b2
Author: Kai Pastor <dg0yt@darc.de>
Date:   Fri Mar 14 19:55:29 2025 +0100

    [jasper] Remove unused opengl deps (microsoft#44375)

commit da6fc34
Author: wolfgitpr <133209402+wolfgitpr@users.noreply.github.com>
Date:   Sat Mar 15 02:50:47 2025 +0800

    [cpp-pinyin] update to 1.0.2 (microsoft#44377)

commit db228cf
Author: mtmk <ziya@suzen.net>
Date:   Fri Mar 14 18:50:21 2025 +0000

    [cnats] update version 3.10.1 (microsoft#44381)

commit 6da5cbb
Author: Bruce Mitchener <bruce.mitchener@gmail.com>
Date:   Sat Mar 15 01:50:08 2025 +0700

    [meshoptimizer] Update to 0.23 (microsoft#44382)

commit 37da60f
Author: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Date:   Fri Mar 14 10:18:01 2025 -0700

    [giflib] Fix build with CMake 4.0 (microsoft#44352)

commit 973f799
Author: Connector Switch <c8ef@outlook.com>
Date:   Sat Mar 15 01:17:19 2025 +0800

    [folly related] update to 03.10 (microsoft#44366)

commit d3cad55
Author: toge <toge.mail@gmail.com>
Date:   Sat Mar 15 02:16:59 2025 +0900

    [xbyak] update to 7.24.2 (microsoft#44368)

commit 2347d81
Author: toge <toge.mail@gmail.com>
Date:   Sat Mar 15 02:16:40 2025 +0900

    [ada-url] update to 3.2.1 (microsoft#44367)

commit d99bf74
Author: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Date:   Fri Mar 14 10:15:36 2025 -0700

    [vcpkg baseline][cpputest, ms-gltf] REMOVE FROM FAIL LIST (microsoft#44373)

commit 117524b
Author: Mengna-Li <543250287@qq.com>
Date:   Thu Mar 13 21:53:38 2025 +0800

    [workflow] update to 0.11.8 (microsoft#44345)

    Co-authored-by: Mengna-Li <v-limengna@microsoft.com>

commit 288c39c
Author: jeremyko <jeremyko69@gmail.com>
Date:   Thu Mar 13 22:52:35 2025 +0900

    [asock] update to 1.0.7 (microsoft#44344)

commit 43979e7
Author: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Date:   Thu Mar 13 06:52:17 2025 -0700

    [ecal] Update to 5.13.3 (microsoft#44329)

commit cf72b50
Author: Stefano Sinigardi <stesinigardi@hotmail.com>
Date:   Wed Mar 12 23:34:34 2025 +0100

    [llama-cpp] add new port (and its ggml dependency) (microsoft#43925)

commit b81cbee
Author: Mengna-Li <543250287@qq.com>
Date:   Thu Mar 13 03:41:11 2025 +0800

    [directx-dxc] add FILE_PERMISSIONS for dxc (microsoft#44231)

    Co-authored-by: Mengna-Li <v-limengna@microsoft.com>

commit 36e6a8b
Author: toge <toge.mail@gmail.com>
Date:   Thu Mar 13 04:36:05 2025 +0900

    [pcre2] update to 10.45 (microsoft#44116)

commit 945ed76
Author: Raul Metsma <raul@metsma.ee>
Date:   Wed Mar 12 21:05:30 2025 +0200

    [xmlsec] Update to 1.3.7 (microsoft#43808)

    Signed-off-by: Raul Metsma <raul@metsma.ee>

commit 24f3d05
Author: Javier Matos Denizac <javier.matosd@gmail.com>
Date:   Wed Mar 12 14:56:53 2025 -0400

    [vcpkg baseline][vcpkg-make-tests] fix cmake unit test include (microsoft#44337)

    Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>

commit a148012
Author: David Federman <dfederm@microsoft.com>
Date:   Wed Mar 12 10:51:28 2025 -0700

    [boost-mysql] Add missing dependency on boost-compat (microsoft#44296)

    Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>

commit 44c2be7
Author: Mengna-Li <543250287@qq.com>
Date:   Thu Mar 13 01:48:09 2025 +0800

    [dbus] add supports for x11 feature (microsoft#44302)

    Co-authored-by: Mengna-Li <v-limengna@microsoft.com>

commit 2e36c56
Author: Oleg Derevenetz <oleg-derevenetz@yandex.ru>
Date:   Wed Mar 12 20:46:41 2025 +0300

    [sdl2-image] Add the proper AVIF support (microsoft#44334)

commit 4141cbf
Author: NikolayShegunov-Virtonomy <shegunov@Virtonomy.io>
Date:   Wed Mar 12 19:41:42 2025 +0200

    [ms-gltf] Update to v:2024-09-05 (microsoft#44313)

commit 8589037
Author: toge <toge.mail@gmail.com>
Date:   Thu Mar 13 02:41:17 2025 +0900

    [cpputest] update to 4.0 (microsoft#44317)

commit cd407c8
Author: Thomas Arcila <134677+tarcila@users.noreply.github.com>
Date:   Wed Mar 12 13:39:25 2025 -0400

    [anari] Update to hotfix 0.13.1 (microsoft#44333)

commit f410598
Author: toge <toge.mail@gmail.com>
Date:   Thu Mar 13 02:26:53 2025 +0900

    [icecream-cpp] add new port (microsoft#44263)

commit 7bf1ffa
Author: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Date:   Wed Mar 12 10:15:08 2025 -0700

    [pangolin] Add patch to initialise 'pad_' (microsoft#44307)

commit aac8812
Author: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Date:   Wed Mar 12 06:59:39 2025 -0700

    [libogg] Upgrade CMake 3.5 (microsoft#44146)

    Co-authored-by: Jon <v-zhli17@microsoft.com>

commit 9dfbd7f
Author: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
Date:   Wed Mar 12 21:59:13 2025 +0800

    [vulkan-headers] Fix vulkan.cppm (microsoft#43676)

commit f61747a
Author: Ralph Ursprung <39383228+rursprung@users.noreply.github.com>
Date:   Wed Mar 12 14:58:31 2025 +0100

    [aravis] add new port (+add to OpenCV 4 as optional feature) (microsoft#42351)

    Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
    Co-authored-by: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com>

commit 893182b
Author: ytnuf <161308826+ytnuf@users.noreply.github.com>
Date:   Wed Mar 12 13:40:50 2025 +0000

    [sfml] Fix pkg-config (microsoft#44216)

commit c69e55b
Author: Noah Knegt <git@noahknegt.com>
Date:   Wed Mar 12 14:36:02 2025 +0100

    [gdbm] Add new port, starting on version 1.24 (microsoft#44186)

    Signed-off-by: Noah Knegt <git@noahknegt.com>

commit 1dd481b
Author: Matthias Kuhn <matthias@opengis.ch>
Date:   Wed Mar 12 14:33:45 2025 +0100

    [arrow-adbc, nanoarrow, flatcc] add new port (microsoft#43721)

commit 85d8368
Author: miyanyan <40262194+miyanyan@users.noreply.github.com>
Date:   Wed Mar 12 21:28:06 2025 +0800

    [yalantinglibs] update to 0.4.0 (microsoft#44311)

commit c5ba207
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Wed Mar 12 06:27:46 2025 -0700

    [Azure Storage] Update to March Release (microsoft#44323)

commit a95b9e7
Author: miyanyan <40262194+miyanyan@users.noreply.github.com>
Date:   Wed Mar 12 21:27:01 2025 +0800

    [highfive] update homepage (microsoft#44325)

commit d5cb5b9
Author: Thomas Arcila <134677+tarcila@users.noreply.github.com>
Date:   Tue Mar 11 22:38:02 2025 -0400

    [anari] Update to SDK version 0.13.0 (microsoft#44290)

commit c164091
Author: toge <toge.mail@gmail.com>
Date:   Wed Mar 12 11:37:43 2025 +0900

    [duckdb] update to 1.2.1 (microsoft#44256)

commit 2e482ce
Author: Kai Pastor <dg0yt@darc.de>
Date:   Wed Mar 12 03:36:35 2025 +0100

    [hello-imgui] Test, fix (microsoft#44250)

commit 36f64a8
Author: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Date:   Tue Mar 11 19:35:55 2025 -0700

    [vcpkg baseline] [dpp] Fix ci pipeline error (microsoft#44286)

commit c14d623
Author: Gnefeij <134905050+Gnefeij@users.noreply.github.com>
Date:   Wed Mar 12 02:47:26 2025 +0800

    [cairo] fix mingw build failure (microsoft#44304)

    Co-authored-by: Jeff <jeff.gnefeij.com>

commit c2f8645
Author: Rimas Misevičius <rmisev3@gmail.com>
Date:   Tue Mar 11 20:42:26 2025 +0200

    [upa-url] update to 1.1.0 (microsoft#44291)

commit 68f82de
Author: toge <toge.mail@gmail.com>
Date:   Wed Mar 12 03:42:04 2025 +0900

    [tinyxml2] update to 10.1.0 (microsoft#44292)

commit 4f3c322
Author: toge <toge.mail@gmail.com>
Date:   Wed Mar 12 03:41:44 2025 +0900

    [stringzilla] update to 3.12.3 (microsoft#44293)

commit 17bf51d
Author: Nick Logozzo <nlogozzo225@gmail.com>
Date:   Tue Mar 11 14:41:17 2025 -0400

    [libnick] Update to 2025.3.3 (microsoft#44301)

commit 1a86565
Author: Nicolas Jakob <njakob@users.noreply.github.com>
Date:   Tue Mar 11 19:39:51 2025 +0100

    [restc-cpp] Fix incorrect version (microsoft#44264)

commit e40d24c
Author: Chuck Walbourn <walbourn@users.noreply.github.com>
Date:   Mon Mar 10 14:38:00 2025 -0700

    [ms-gdk] Added new port for the Microsoft GDK (microsoft#44215)

    Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
    Co-authored-by: Kai Pastor <dg0yt@darc.de>

commit a5a4816
Author: Kai Pastor <dg0yt@darc.de>
Date:   Mon Mar 10 20:16:41 2025 +0100

    [vcpkg] Controlling top-level find_package (microsoft#27950)

commit b30734e
Author: Billy O'Neal <bion@microsoft.com>
Date:   Mon Mar 10 11:03:21 2025 -0700

    Allow vcpkg.exe to set CURRENT_ variables. (microsoft#44217)

commit c9f4251
Author: Alexis La Goutte <alexis.lagoutte@gmail.com>
Date:   Mon Mar 10 17:31:34 2025 +0100

    [nghttp2] update to 1.65.0 (microsoft#44120)

commit 3dc085d
Author: Yao Cui <cuiyao@google.com>
Date:   Mon Mar 10 12:26:58 2025 -0400

    [google-cloud-cpp] update to the latest release (v2.36.0) (microsoft#44244)

commit 0fbcca0
Author: Nick Logozzo <nlogozzo225@gmail.com>
Date:   Mon Mar 10 12:26:23 2025 -0400

    [libnick] Update to 2025.3.2 (microsoft#44247)

commit e78095b
Author: toge <toge.mail@gmail.com>
Date:   Tue Mar 11 01:26:05 2025 +0900

    [simdutf] update to 6.3.1 (microsoft#44248)

commit d05c197
Author: Dennis <dh@3yourmind.com>
Date:   Mon Mar 10 17:25:44 2025 +0100

    [openctm] Use 7zip provided by vcpkg (microsoft#44255)

commit 7fcff03
Author: toge <toge.mail@gmail.com>
Date:   Tue Mar 11 01:22:32 2025 +0900

    [libphonenumber] update to 9.0.0 (microsoft#44265)

commit ebb61af
Author: toge <toge.mail@gmail.com>
Date:   Tue Mar 11 01:22:16 2025 +0900

    [msquic] update to 2.4.8 (microsoft#44271)

commit 02ac829
Author: SunBlack <SunBlack@users.noreply.github.com>
Date:   Mon Mar 10 17:21:37 2025 +0100

    [libgeotiff] Update to 1.7.4 (microsoft#44277)

commit 3002390
Author: Billy O'Neal <bion@microsoft.com>
Date:   Fri Mar 7 12:08:25 2025 -0800

    [vcpkg baseline] fix opencv4 by deindexing cub (microsoft#44245)

commit 21abda4
Author: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
Date:   Fri Mar 7 11:37:33 2025 -0800

    [ptyqt] Update to 0.7.1 (microsoft#44235)

commit abf8843
Author: toge <toge.mail@gmail.com>
Date:   Sat Mar 8 04:36:23 2025 +0900

    [glaze] update to 5.0.0 (microsoft#44240)

commit fbf632e
Author: Nick Logozzo <nlogozzo225@gmail.com>
Date:   Fri Mar 7 14:35:16 2025 -0500

    [libnick] Update to 2025.3.1 (microsoft#44243)

commit 1830dd8
Author: talregev <talregev@users.noreply.github.com>
Date:   Fri Mar 7 21:34:34 2025 +0200

    [gz-*] update gz ports (microsoft#44068)

commit 6127e28
Author: Andrew Tribick <ajtribick@googlemail.com>
Date:   Fri Mar 7 19:23:29 2025 +0000

    [x264] Put x264-164.dll into bin directory (microsoft#44100)

commit edfc616
Author: jim wang <122244446+jimwang118@users.noreply.github.com>
Date:   Sat Mar 8 02:22:38 2025 +0800

    [flann] Update to 2022-10-28 (microsoft#44076)

commit 958f7ac
Author: Mengna-Li <543250287@qq.com>
Date:   Sat Mar 8 02:21:54 2025 +0800

    [tgui] update to 1.8.0,add sdl3 and raylib support (microsoft#44145)

    Co-authored-by: Mengna-Li <v-limengna@microsoft.com>

commit 9ea25ae
Author: Kai Pastor <dg0yt@darc.de>
Date:   Fri Mar 7 19:15:52 2025 +0100

    [vcpkg baseline] Expect plplot:arm-neon-android=fail (microsoft#44225)

commit 3cc9437
Author: Kai Pastor <dg0yt@darc.de>
Date:   Fri Mar 7 19:10:23 2025 +0100

    [libffi] Use full CCAS path (microsoft#44174)

commit 3d1bbf7
Author: jim wang <122244446+jimwang118@users.noreply.github.com>
Date:   Sat Mar 8 02:09:01 2025 +0800

    [google-cloud-cpp] Fix build error on linux (microsoft#44198)

commit 3d183db
Author: NikolayShegunov-Virtonomy <shegunov@Virtonomy.io>
Date:   Fri Mar 7 20:07:56 2025 +0200

    [loguru] Support for stream style logging (microsoft#44211)

commit 1c628b8
Author: jim wang <122244446+jimwang118@users.noreply.github.com>
Date:   Sat Mar 8 02:07:29 2025 +0800

    [triton] Update to 2025-02-15 (microsoft#44223)

commit 8c901fe
Author: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
Date:   Fri Mar 7 04:29:37 2025 -0800

    [imgui-sfml] Fix dependency opengl (microsoft#44203)

commit cf64dd3
Author: Mengna-Li <543250287@qq.com>
Date:   Fri Mar 7 20:29:08 2025 +0800

    [freeglut] update to 3.6.0 (microsoft#44202)

    Co-authored-by: Mengna-Li <v-limengna@microsoft.com>

commit 921c4ee
Author: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Date:   Fri Mar 7 04:25:42 2025 -0800

    [hello-imgui] fix depends on features of imgui that does not exists (microsoft#44230)

    Co-authored-by: zhao liu (BEYONDSOFT CONSULTING INC) <v-zhli17@microsoft.com>

commit cd1099f
Author: Scott Talbert <swt@techie.net>
Date:   Thu Mar 6 18:13:49 2025 -0500

    [community triplet]  Add arm64-linux-dynamic triplet (microsoft#44137)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category:new-port The issue is requesting a new library to be added; consider making a PR! info:needs-maintainer-attention Lets the current 'on rotation' vcpkg maintainer know they need to look at this.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants