Commit Graph

425 Commits

Author SHA1 Message Date
Carlos O'Ryan
8b332e211c
[google-cloud-cpp] update to the latest release (v2.10.0) (#31202) 2023-05-01 15:34:02 -07:00
talregev
197818b248
Add gz ports: [gz-cmake3] [gz-utils2] [gz-tools2] [gz-math7] (#28656)
* Add gz ports

* ci.baseline.txt android.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-05-01 11:55:39 -07:00
Benjamin Oldenburg
a92f44a98c
[glew] Only set the base address on x86 (32bit) (#31084) 2023-05-01 11:46:50 -07:00
Ómar Högni Guðmarsson
ee54793ab2
[glaze] new port (#30966)
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
Co-authored-by: Ómar Högni Guðmarsson <kind@rolla.me>
2023-04-27 15:25:13 -07:00
Alonso Schaich
e5eb69dd58
[gtkmm] update to 4.10.0 (#31122)
* [gtkmm] update to 4.10.0 (microsoft/vcpkg#31121)

* [gtkmm] regenerate version registries (microsoft/vcpkg#31121)
2023-04-26 12:13:33 -07:00
autoantwort
a518f50bcf
[gstreamer] fix inter feature deps (#31110) 2023-04-26 12:13:18 -07:00
Kai Pastor
0be3552301
[glib] Fix build failures (#31034)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-25 22:59:22 -07:00
Gregory Popovitch
12dce3ae84
[gtl] Update version to 1.1.8 (#31076)
* Update version to 1.1.6

* run `./vcpkg x-add-version --all --overwrite-version`

* Bump gtl version to 1.1.8

* run `./vcpkg x-add-version --all --overwrite-version`

* Replace hard coded version with `"v${VERSION}"`

* update gtl.json

* Fix version database.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-25 22:42:26 -07:00
Kai Pastor
580f143d12
[gdal] Update to 3.6.4 (#31049) 2023-04-24 18:05:40 -07:00
Kai Pastor
a27cee0609
[gtk3] Update (#31047) 2023-04-24 17:32:50 -07:00
Kai Pastor
0df4519564
[pcl] Devendor zlib, cleanup, enable arm64-windows (#30996)
* [pcl] De-vendor zlib, misc fixes

* WIP

* vcpkg_copy_tools with AUTO_CLEAN

* WIP

* Fix empty executable suffix

* Finish PR

* [glew] arm64 MSVC is unsupported

* [openmvg] x86 family only
2023-04-24 15:31:10 -07:00
Jack·Boos·Yu
7cfd63db7f
[many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 (#29882)
Co-authored-by: jyu49 <yu_jack@apple.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-21 14:48:12 -07:00
Alonso Schaich
ec4a7d72b1
[gtk] update to 4.10.1 (#30897)
* [gtk] update to 4.10.1 (microsoft#30896)

gtk-4.8.2 and newer no longer contain a python script to emulate meson's
post-install logic, so we can't manually trigger it after patching meson
not to run the post-install. Patch the meson file to run the post-install
even when cross-compiling, though if it's execution is optional and all
it does is to generate some caches, i.e. pollute the build system, then
we might be better off not running the post-install logic at all.

Also, we now have a direct harfbuzz dependency by gtk/gtkmain.c and
it also needs harfbuzz with glib support enabled.

* [gtk] Regenerate version registries (microsoft#30896)
2023-04-20 15:56:33 -07:00
xiaozhuai, Weihang Ding
fc7dd25b12
[many ports] Fix a warning ADDITIONAL_(NATIVE|CROSS)_BINARIES have been deprecated (#28372)
* [many ports] Fix a warning ADDITIONAL_(NATIVE|CROSS)_BINARIES have been deprecated

* update version database
2023-04-17 15:29:55 -07:00
Alonso Schaich
d50425b118
[gdk-pixbuf] update to 2.42.10 (#30849)
* update to 2.42.10 (microsoft#30848)

* regenerate version registries (microsoft#30848)
2023-04-14 23:37:06 -07:00
gerard-ryan-immersaview
6b7352ef91
[gstreamer, gst-rtsp-server, libnice-gst] Move installed plugins into plugins/gstreamer (#30817)
This aligns with the behaviour of other ports like QT and GStreamer
deadlocks when trying to load glib shared libraries if they are in
the plugin directory.
2023-04-14 14:50:53 -07:00
Alonso Schaich
f356287482
[glibmm] update to 2.76.0 (#30807)
* [glibmm] update to 2.76.0 (microsoft#30806)

* [glibmm] regenerate version registries (microsoft#30806)
2023-04-13 12:34:32 -07:00
Alonso Schaich
5272ddc90b
[glib] update to 2.76.1 (#30809)
* [glib] update to 2.76.1 (microsoft#30808)

* [glib] regenerate version registries (microsoft#30808)
2023-04-13 12:31:25 -07:00
autoantwort
5b11232d00
[many-ports] Don't use deprecated functions (autogenerated) (#26981)
* [libuvc,qt5-virtualkeyboard] remove duplicated dependency entry

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

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

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-13 09:13:15 -07:00
Moritz Beutel
59ac2a6fea
[gsl-lite] Update to v0.41.0 (#30784)
* [gsl-lite] Update to 0.41.0

* [gsl-lite] Update version registry
2023-04-11 23:10:36 -07:00
gerard-ryan-immersaview
d24e1e6094
[gstreamer] Added feature to enable bzip2 support in plugins (#30689)
* Enabled nvcodec plugins
2023-04-09 22:04:05 -07:00
Christopher Lee
51376a3b2e
[gtsam] New Port (#30560)
* Add GTSAM Port

* add missing dependencies

* update

* fix windows build

* update

* PR Review

* update version
2023-04-06 17:24:49 -07:00
Lars Fröhlich
657bfe23f4
[gul14] Update to version 2.8.0 (#30581) 2023-04-05 16:59:38 -07:00
gerard-ryan-immersaview
a713c5b746
[gstreamer]: Fixed missing bz2 dependency on Windows in Debug (#30658)
* Added libav feature
2023-04-05 16:37:45 -07:00
Carlos O'Ryan
c4f39609d4
[google-cloud-cpp] update to latest release (v2.9.0) (#30643)
* [google-cloud-cpp] update to latest release (v2.9.0)

* Address review comments
2023-04-05 10:04:00 -07:00
autoantwort
537149de8f
[g3log] fix hash (#30518) 2023-03-30 12:01:10 -07:00
مهدي شينون (Mehdi Chinoune)
1b149b54c4
[grantlee] build against Qt6 (#30372) 2023-03-28 14:34:33 -07:00
Kai Pastor
8fdb0f2e58
[gdal] Fix build without poppler (#30422) 2023-03-28 13:50:19 -07:00
Tetsuya Hayashi
a0bfd30d68
[g3log] update 2.3 (#30427)
* [g3log] Update to 2.3

* [g3log] Suggested tweak, use REF "${VERSION}" in portfile.cmake

* [g3log] Update version files
2023-03-28 13:47:06 -07:00
Kevin Pfeifer
d13e3a0602
build glib-gettextize on windows (#28207) 2023-03-28 11:00:54 -07:00
MonicaLiu
fc2263ea36
[geogram] update to 1.8.3 (#30362)
* update geogram

* update version

* update patch

* update version

* update portfile.cmake

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-03-24 22:59:15 -07:00
moritz-h
631de847c4
[glslang] update to 12.1.0 (#30374)
* [glslang] update port

* fix path

* Update ports/glslang/portfile.cmake

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

* update version tree

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2023-03-24 22:58:22 -07:00
Pierre Wendling
8875aa3cd9
[glib] update to 2.76.0 (#30316)
* [glib] Bump to 2.76.0

* [glib] Update baseline.
2023-03-22 16:35:27 -07:00
Lily Wang
7502c79342
[gmp] Feature fat couldn't build on Windows (#30177)
* [gmp] Feature fat couldn't build on Windows

* update version

* modify supports

* update version

* update supports

* update version
2023-03-20 01:04:11 -07:00
Kai Pastor
fe2d921cd5
[gdal] Update to 3.6.3 (#30169)
* [gdal] Update to 3.6.3

* Fix poppler
2023-03-16 17:57:17 -07:00
autoantwort
4205e3d535
[cairo] fix feature cairo (#30132) 2023-03-13 11:50:52 -07:00
Charles Karney
54e3abfe85
Geographiclib/2.2 (#30075)
* interim upgrade to GeographicLib 2.2

* [geographiclib] Update to version 2.2
2023-03-08 12:51:13 -08:00
Carlos O'Ryan
8e82d67b78
[google-cloud-cpp] update to latest release (v2.8.0) (#29956) 2023-03-01 18:26:22 -08:00
Kai Pastor
ec96844b8b
[gmp] No asm for mingw-dynamic (#29782) 2023-02-23 12:46:13 -08:00
Sean Farrell
d744711b58
[gumbo, litehtml] fix dupplicate gumbo symbols (#29804)
* [gumbo] fix CMakeLists.txt to export include folder properly.

* [litehtml] use vcpkg's gumbo

* [gumbo, litehtml] update version baseline

* [litehtml] fix litehtml CMake config.

* [litehtml] update version baseline

* [litehtml] fix relative includes in litehtml.h

* [litehtml] update version baseline
2023-02-23 11:25:44 -08:00
Martin Hořeňovský
1afeba9029
[gtest] Update version to 1.13.0 (#29772)
* [gtest] Update version to 1.13.0

* Add fix for UWP
2023-02-23 11:14:11 -08:00
Pierre Wendling
f468f46b78
[glib] Bump to 2.75.3 (#29644)
* [glib] Update to 2.75.3.

* [glib] Fix intl detection when consumed in CMake.

When consuming glib in CMake through `pkg_check_modules`, libintl
(provided by `gettext`) needs to specified in the pc file as `-lintl`
without any quotation. Otherwise it is not picked up as a dependency
and static linking fails.

Also `vcpkg_fixup_pkgconfig` needs to be called before editing pc files.

* [glib] Cleanup portfile.

* [glib] Update baseline.
2023-02-15 10:00:35 -08:00
Kai Pastor
36fb23307e
[vcpkg_configure_make] Fix almost-native builds (#28760)
* [gmp] Set CCAS for native builds

* [vcpkg_configure_make] Move triplet detection

* [vcpkg_configure_make] Control cross tools by autotools triplet

* Update versions

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-02-10 12:02:13 -08:00
Alexander Neumann
d84e61c2c3
Fix coin-or ports. (#29398)
* add stuff

* coinutils stuff

* coin-or-* fixes!

* fix patch

* Fix openmvg

* fix openmvg by modifying includes

* fix ipopt.

* add !uwp supports in coinutils

* try fixing openmvg on osx

* format manifest and license stuff

* fix linkage

* v db
2023-02-09 14:51:04 -08:00
reito
8c9416f444
[multiple-ports] Fix missing usage (#29345)
* Fix missing usage

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes
2023-02-09 10:59:04 -08:00
MonicaLiu
3459f6c03f
[geotrans] Update to 3.9 (#29492)
* update geotrans:SHA512

* update version

* format

* update version

* update geotrans 3.9

* update version

* format

* update version

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-02-08 13:44:55 -08:00
Carlos O'Ryan
62ee5c8ca4
[google-cloud-cpp] uipgrade to latest version (v2.7.0) (#29373) 2023-02-03 13:04:00 -08:00
xiaozhuai, Weihang Ding
6bb84d3f57
[ghc-filesystem] Bump to 1.5.12 (#29312)
* [ghc-filesystem] Bump to 1.5.12

* update version database
2023-02-01 11:13:02 -08:00
xiaozhuai, Weihang Ding
09c963efbb
[glm] Modernization (#29314)
* [glm] Modernization

* update version database
2023-01-31 12:34:37 -08:00
Kai Pastor
91dd61bd44
[libwebp] Update to 1.3.0, misc changes (#29165)
* [libwebp] Update to 1.3.0

* Fix [core] on x64-osx

* Fix features and dependencies

* Cleanup tool installation

* Usage

* Lift restriction for vwebp tool

* [mapnik] Fix libwebp

* [qt5-imageformats] Use libwebp pc files

* Revert "Lift restriction for vwebp tool"

This reverts commit 42e0273f65.

* [gdal] Use upstream WebP config

* Revert no longer necessary changes to mapnik.

* Remove unnecessary patch that git checkout didn't remove.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-27 07:25:42 -08:00