Commit Graph

595 Commits

Author SHA1 Message Date
Mengna Li
6bee51db43
[gtk] update to 4.10.5 (#33526) 2023-09-05 22:33:24 -07:00
Carlos O'Ryan
4a600e9fea
[google-cloud-cpp] update to latest release (v2.14.0) (#33503) 2023-09-01 15:34:33 -07:00
Frederik Carlier
ba58a3fdf2
[glib] Support cross-compiling Objective C code using Meson (#33313)
* Support cross-compiling Objective C code using Meson

The glib port uses Objective C code and the Meson build system.
You'll end up cross compiling glib when compiling for x64 osx
on an arm64 osx machine, or vice versa.

For this to work, an Objective C compiler needs to be set
in the Meson cross file.

vcpkg generates this file based on the
`scripts/buildsystems/meson/meson.template.in` template, and expects
the `MESON_OBJC` CMake variable to be set.

That's the job of `z_vcpkg_meson_set_proglist_variables` in
`scripts/cmake/vcpkg_configure_meson.cmake`.  It will only generate data
for an Objective C compiler if:

- The `Languages` argument includes `OBJC`
- CMake has detected a Objective C compiler, and has set `VCPKG_DETECTED_CMAKE_OBJC_COMPILER`

To make this work, this patch:
- Enables the OBJC and OBJCXX language on Apple platforms
- Updates the call to `vcpkg_configure_meson` in the glib port file
  to include the OBJC OBJCXX languages.

Fixes https://github.com/microsoft/vcpkg/issues/26147
Fixes https://github.com/microsoft/vcpkg/issues/20341
Based on https://github.com/microsoft/vcpkg/pull/26259
Based on 27dee354e4

Tested on an arm64 mac to compile glib for x64 macos

* Update version database
2023-08-25 12:25:28 -07:00
Kai Pastor
edd3db2e3b
[libffi] Use upstream's build system (#33203)
* [libffi] Use upstream's build system

* WIP [skip actions]

* WIP [skip actions]

* WIP [skip actions]

* Finish libffi

* Fix downstream lookup

* Update versions

* [gobject-introspection] Require libffi

* Move DLLs to bin

* [libffi] Usage

* Restore azp

* Fix typo

* CI
2023-08-24 12:51:20 -07:00
Weihang Ding
a880596395
[glm] Bump to 2023-06-08 & fix usage (#32685)
* [glm] Bump to 0.9.9.8+20230608 & fix usage

* switch to version-date

* update version database
2023-08-23 22:04:38 -07:00
JonLiu1993
24acb5f356
[vcpkg baseline][gdal] Fix quote variable error (#33332)
* [vcpkg baseline][gdal] Fix  quote variable error

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-08-23 21:36:28 -07:00
Lily Wang
27fb19bdcc
[many ports] Fix URLS of download patch (#33309)
* [many ports] Fix URLS of download patch

* update version

* Fix opencv4 and minhook

* update version
2023-08-23 12:03:24 -07:00
autoantwort
1e85d51160
[gperftools] use supports expression (#33319) 2023-08-23 11:56:38 -07:00
Kai Pastor
e91d6617db
[gettext] Handle runtime for unix tools (#33030)
* [gettext] Handle runtime for unix tools

* CI

* CI

* CI

* CI

* CI
2023-08-23 11:46:39 -07:00
jim wang
c8fa8798dd
[vcpkg baseline][graphicsmagick] update to 1.3.41 (#33307)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update to 1.3.41

* update version

* update version
2023-08-23 11:44:53 -07:00
Lily Wang
58c4dfaa89
[gtk/gtk3] Fix install gschemas.compiled of glib-2.0 (#33253)
* [gtk, gtk3] Fix install gschemas.compiled of glib-2.0

* update version

* Revert changes of gtk3 and disable install gschemas.compiled by gtk

* update version

* Update gtk3.json
2023-08-22 13:04:41 -07:00
autoantwort
41f14f54a9
[gdal] don't find arrow (#33224) 2023-08-17 12:59:50 -07:00
Alexander Neumann
c77bce443d
[gsoap] msbuild (#33149)
* [gsoap] msbuild

* v db
2023-08-16 13:02:22 -07:00
JonLiu1993
c50238af5f
[gmsh] update to 4.11.1 (#33181)
* [gmsh] update to 4.11.1

* update version

* update hash

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-08-16 12:55:38 -07:00
Ómar Högni Guðmarsson
020874c1d6
[Glaze] Update V1.3.5 (#33192)
* [Glaze] Update v1.3.5

* Update database

* Glaze remove port-version

* Update database
2023-08-16 12:26:23 -07:00
autoantwort
7247446396
[gdal] control dependency on libspatialite (#33096) 2023-08-11 11:04:06 -07:00
Osyotr
c6928dfb9e
[python3] Update to 3.11.4 (#31727)
* [python3] Update to 3.11.3

* Force set PythonForBuild on windows

* Set LD_LIBRARY_PATH on unix

* Always use vcpkg_find_acquire_program(PYTHON3) on windows

* Remove LD_LIBRARY_PATH shenanigans

* [vtk] Parse python version from include folder

* Fix static builds on windows

* Pass --with-build-python on unix

* [omniorb] Fix python version in patch

* Resurrect rpath patch

* [python3] fix usage

* [gobject-introspection] don't hardcode python version

* Update vcpkg_find_aquire_program(PYTHON3)
This is also required for gobject-introspection

* [paraview] don't hardcode python version

* [vtk-dicom] don't hardcode python version

* Update python in vcpkgTools.xml

* Fix host arch detection in vcpkg_find_acquire_program(PYTHON3)

* [libpq] Don't hardcode python version

* [shiva] Don't pass python variables

* [vcpkg-get-python-packages] Delete unused file, update hardcoded python version

* [python3] update to 3.11.4

* [omniorb] Use PREPEND in vcpkg_add_to_path
So that python from vcpkg is picked before system python

* libpq quickfix

* re-fix libpq

* fix vcpkg-get-python-packages

* Make windows 7 patch compatible with unix builds

* Copy pyd files to bin
Also fixes copying files that do not belong to current build tree

* Fix static builds

* Speculatively fix osx regression

* Fix omniorb on unix

* [gobject-introspection] fix windows builds

* [vtk] Update vendored copy of mpi4py for python 3.11 support

* [mdl-sdk] Fix python

* [gobject-introspection] fix the fix of a fix...

* Update versions

* Undo changes in gobject-introspection and vcpkg_find_aquire_program(PYTHON3)

---------

Co-authored-by: root <root@DESKTOP-UIPL9V8>
2023-08-07 13:19:53 -07:00
omartijn
ec183f8ab6
Add support for rtti in glslang port (#32541)
Co-authored-by: Martijn Otto <martijn@resolume.com>
2023-08-07 09:59:24 -07:00
Ridwan Abdul Hafidh
56a44f3181
[gperf] Fix error in cpp17 mode (#32980)
* fix gperf in cpp17 mode

* update version

* update version #2

* remove unused header patch file

* update version 3

---------

Co-authored-by: rdh <ridwanabdulhafidh@gmail.com>
2023-08-07 09:11:58 -07:00
Kai Pastor
2973016c49
[gmp] Avoid libm for x86 msvc host (#32984) 2023-08-07 09:10:14 -07:00
Chris W
ddf8878f9a
[gperftools] Update version to 2.10 (#32974)
* [gperftools] Update version to 2.10

* [gperftools] Update version database
2023-08-07 09:02:52 -07:00
Darren Bolduc
3e7978bd02
[google-cloud-cpp] fix opentelemetry feature (#32936) 2023-08-04 06:58:38 -07:00
Scott Hart
b423d24fff
[google-cloud-cpp] update to latest release (v2.14.0) (#32881) 2023-08-02 09:05:37 -07:00
Lily Wang
fc59c2a30a
[glib] Fix build race between gio subdirs and gversionmacros.h (#32785)
* [glib] Fix build race between gio subdirs and gversionmacros.h

* update version
2023-07-31 11:44:42 -07:00
Thomas1664
8f5d80b119
[glaze] Add call to vcpkg_cmake_config_fixup() (#32825)
* [glaze] Add call to `vcpkg_cmake_config_fixup()`

* version
2023-07-31 11:25:53 -07:00
Ómar Högni Guðmarsson
ccd2e8b4b9
[Glaze] Update version 1.3.3 (#32789) 2023-07-27 22:47:36 -07:00
Charles Karney
01793b4fca
[Geographiclib] update version to 2.3 (#32752) 2023-07-25 20:07:46 -07:00
ahugeat
3678e75c3a
[gamedev-framework] Update to v1.2.0 (#32702) 2023-07-24 11:30:27 -07:00
Ómar Högni Guðmarsson
21bbb14c41
[glaze] Update to version 1.3.2 (#32564) 2023-07-17 13:16:46 -07:00
Kai Pastor
0da6acafcf
[gdal] Update to 3.7.1 (#32559) 2023-07-14 16:51:41 -07:00
autoantwort
592cb84726
[gstreamer] simplyfy (#32323) 2023-07-14 16:39:00 -07:00
Ómar Högni Guðmarsson
aa9f56d821
[glaze] update version 1.3.1 (#32547) 2023-07-13 11:38:06 -07:00
Lily Wang
6b8459636c
[vcpkg baseline][graphviz/think-cell-range/geotrans] Fix download error (#31772) 2023-07-10 15:20:45 -07:00
JonLiu1993
48b9da7ef0
[ghc-filesystem] update to 1.5.14 (#32462)
* [ghc-filesystem] update to 1.5.14

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-07-10 09:53:57 -07:00
Carlos O'Ryan
dafef74af5
[google-cloud-cpp] update to latest release (v2.13.0) (#32391) 2023-07-07 10:16:49 -07:00
autoantwort
dad2e6f2aa
[gperftools] update supports expressions (#32152) 2023-07-05 11:50:46 -07:00
JonLiu1993
8b86af2c8c
[geogram] Enable MacOs+Arm64 build (#32366)
* [geogram] Enable MacOs+Arm64 build

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-07-05 11:32:59 -07:00
Frank
b18a96f435
[google-cloud-cpp] update to 2.12.0 (#32299)
* [google-cloud-cpp] update to 2.12.0

* version
2023-06-30 17:34:48 -07:00
autoantwort
b857d948bc
[gstreamer] fix internal deps (#32147) 2023-06-26 22:18:42 -07:00
moritz-h
f3c8c1cf46
[gmp] update download urls (#32155)
* [gmp] update download urls

* line breaks
2023-06-26 22:17:15 -07:00
Kai Pastor
0817255128
[gdal] Fix build and symbol visibilty (#32245)
* [gdal] Fix quoting

* [gdal] Fix shapelib symbol visibility
2023-06-26 20:24:50 -07:00
Lars Fröhlich
2b9358ea52
[gul14] Update to version 2.9.2 (#32124) 2023-06-21 17:37:21 -07:00
Carlos O'Ryan
7dfcad590a
[google-cloud-cpp] update to latest release (v2.11.0) (#31995) 2023-06-16 20:53:40 -07:00
Ómar Högni Guðmarsson
fbc868ee5e
[glaze] update v1.2.6 (#32029)
* Update glaze v1.2.6

* update database
2023-06-16 16:21:05 -07:00
Chuck Walbourn
5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* Xbox triplets should not support ports with only copyleft licenses

* Reverted ports that build with xbox currently

* Fix conflict and rebase

* Update baseline

* Update baseline
2023-06-15 14:49:00 -07:00
endingly
3056fed522
[games101-cgl] new port (#31831)
* [games101-cgl] new port

* [games101-cgl] update version file

* [games101-cgl] update version dataset

* Updated the logic for installing the source code repository

* Updated the logic for installing the source code repository

* Update ports/games101-cgl/portfile.cmake

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

* modify installation behavior

* add git-tree id

* Update version database

* add usage

* modify download hash

* update version data

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-06-14 12:35:23 -07:00
Lars Fröhlich
bb93597802
[gul14] Update to version 2.9.1 (#31981) 2023-06-14 11:53:01 -07:00
Billy O'Neal
8773f4a10b
[gppanel] Fix missing headers (#31968)
* Fix missing headers in gppanel.

Submitted upstream as https://github.com/woollybah/gppanel/pull/5

* Version DB
2023-06-13 19:07:45 -07:00
Alonso Schaich
4467a9a690
[gtk] Update to 4.10.4 (#31943)
* [gtk] Update to 4.10.4 (microsoft/vcpkg#31942)

* [gtk] Regenerate version registries (microsoft/vcpkg#31942)
2023-06-12 15:55:46 -07:00
Fabian Keßler
a960fde0b6
[gtk3] Bump version to 3.24.38 (#31910) 2023-06-10 01:49:42 -07:00
Alonso Schaich
0f8a0f084a
[glib] Update glib to 2.76.3 (#31786)
* [glib] Update glib to 2.76.3 (microsoft/vcpkg#31785)

* [glib] regenerate versions repository (microsoft/vcpkg#31785)
2023-06-07 09:49:58 -07:00
Kai Pastor
a7c5980158
[gdal] Avoid abseil headers (#31816) 2023-06-06 16:21:01 -07:00
Alonso Schaich
f84cbe7a11
[gtk] update to 4.10.3 (#31615)
* [gtk] update to 4.10.3 (microsoft/vcpkg#31614)

* [gtk] regenerate versions repository (microsoft/vcpkg#31614)
2023-05-26 13:46:49 -07:00
Osyotr
a9e8ed2469
[gdal] Don't depend on default features of proj (#31606) 2023-05-25 15:08:27 -07:00
autoantwort
5ad9850efe
[gdal] fix tools feature (#31545) 2023-05-24 12:20:14 -07:00
Simon Perkins
0ccb3d1140
[gsl] fix gsl x64-linux-dynamic build by guarding win32 string replaces (#31504)
* Guard win32 string replaces

* update version

* Use target_compile_definitions for GSL_DLL

* Update version

* Revert "Use target_compile_definitions for GSL_DLL"

This reverts commit 9b228c100a.

* Address review comments

* Update version

* Revert "Address review comments"

This reverts commit d6e911a87b.

* Address review comments

* Remove target_compile_definitions

* #ifndef WIN32 -> #ifndef _WIN32

* Update version

* Update port-version from 2 to 3

* ./vcpkg x-add-version --all

* Restore version 2 port-version in version/g-/gsl.json
2023-05-22 14:56:05 -07:00
Kai Pastor
5b744ed753
[gettext] Split, fixes, faster build, checked-in config cache (#30429)
* [gettext] Preset more MSVC checks

* Modify configure to speed up windows builds

* Support checked-in config cache

* Collect config [skip actions]

* Add x64 config

* Collect config [skip actions]

* Re-use most of windows config.cache [skip actions]

* WIP [skip actions]

* WIP [skip actions]

* WIP [skip actions]

* WIP

* [mchehab-zbar] Update gettext dependencies

* Add missing patch

* Don't test find_package(Gettext)

* [vcpkg-autotools-cache] Script port for config caching

* Add missing file

* Remove vcpkg-autoconf-cache

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-05-21 17:56:14 -07:00
moritz-h
c140c95162
[glslang] update to 12.2.0 (#31509) 2023-05-21 17:49:01 -07:00
Alonso Schaich
df788a288c
[glib] update to 2.76.2 (#31491)
* [glib] update to 2.76.2 (microsoft/vcpkg#31490)

* [glib] regenerate version registries (microsoft/vcpkg#31490)
2023-05-18 11:18:29 -07:00
MonicaLiu
a9da2edbae
[gdcm] Update to 3.0.22 (#31499)
* update gdcm

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-05-18 11:18:03 -07:00
Kai Pastor
e99d61570b
[gdal] Update to 3.7.0 (#31381)
* [gdal] Update to 3.7.0

* [pdal] Fix build with gdal 3.7
2023-05-15 13:19:14 -07:00
jim wang
c43c007677
[gstreamer] Add a ges feature (#31267)
* add feature ges

* update

* fix port version

* update version
2023-05-11 11:42:13 -07:00
Ómar Högni Guðmarsson
ff311f676b
[Glaze] update (#31319)
* Glaze update V1.2.3

* update database

* Remove unused flag

* update version database
2023-05-09 14:57:10 -07:00
robbert-ef
76fb3e5930
[gmp] Fix building for linux x86 (#31339) 2023-05-09 14:48:09 -07:00
Kai Pastor
f1a37c0d84
[gz-math7] Control options (#31277) 2023-05-08 18:13:00 -07:00
theartful
461fd253f5
[gstreamer]: fix pkgconfig parameters of gstreamer (#31301) 2023-05-08 18:02:30 -07:00
Ómar Högni Guðmarsson
4eda0e3c70
[glaze] update 1.2.2 (#31249)
* Glaze updated to 1.2.2

* Vcpkg version database update
2023-05-05 11:17:13 -07:00
Connor Broyles
39b4197519
[geos] Update to v3.11.2 (#31233)
* [geos] Update to v3.11.2

* [geos] Update baseline

* [geos] Fix GCC 13 build

* [geos] Update baseline
2023-05-04 10:25:51 -07:00
autoantwort
daeaf2c209
[gz-tools2] fix build (#31214) 2023-05-04 10:21:32 -07:00
Vitalii Koshura
388e9f1c82
[gtk3] Update to 3.24.37 (#31223)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-05-03 12:42:17 -07:00
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
Kai Pastor
6b3a1a2188
[gettext] Update to 0.21.1 (#29113)
* Use VERSION

* Update to 0.21.1

* Update win unicode paths patch

* Revise uwp patches

* Cleanup

* Build tools for uwp in CI

* tools not supported on uwp

* Add license GPL3.0-or-later.

gettext.c has:

   This program is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 3 of the License, or
   (at your option) any later version.

* Fix license, but better.

* Version database

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-27 07:25:29 -08:00
Max Khon
ae826fceaa
Introspection support (#28662) 2023-01-17 11:44:20 -08:00
Dennis
021ba042f2
grpc: Update to 1.51.1 (#28964) 2023-01-16 12:53:23 -08:00
Kai Pastor
51e10eb7fe
[tiff,zstd,gdal,libkml] Fix find_package interactions, enable gdal libkml driver (#28929)
* [gdal] Fix find_package2

* [cmake-user] Test gdal

* [cmake-user] gdal needs CMake 3.9

* Fix tiff & zstd

* Update versions

* [libkml] Export modern INTERFACE_LINK_LIBRARIES

* [gdal] Enable libkml driver

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2023-01-16 12:45:42 -08:00
JoergAtGithub
407d75560d
[grantlee] Add Grantlee (#28809)
* Add Grantlee port

* Replaced deprecated functions

* Add only one version of Grantlee

* version-semver -> version

* Added quotes
2023-01-12 22:42:47 -08:00
marinedalek
036769f5d6
[glfw3] Add wayland feature (#28232)
* Add wayland to glfw3 port

* Results of x-add-version

* Add Wayland package info to build message

* Ran x-add-version following previous commit

* Update ports/glfw3/vcpkg.json to add wayland dependency

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>

* Correct formatting of vcpkg.json

* Ran x-add-version following previous commit

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2023-01-11 23:29:41 -08:00
Kai Pastor
5bb5f3923a
[pango,libgd,atk,gtk3,graphviz] Cleanup, fix static windows builds (#28766)
* [libgd] Fix static builds on windows

* [pango] Cleanup

* Use freetype2.pc with msvc

* Update CI baseline [skip actions]

* [atk] Cleanup, fix static builds

* [gtk3] Cleanup, fix static builds

* [graphviz] Fix static builds

* Update versions

* [libgd] Revert bad substitution

* [graphviz] Plugins

* [graphviz] Plugins

* [libgd] Fix static usage

* [gtk3] versions
2023-01-09 14:15:51 -08:00
autoantwort
3640e7cb1d
[gstreamer] fix core build (#28810) 2023-01-09 01:08:37 -08:00
Kai Pastor
94e85d15fb
[gdal] Update to 3.6.2 (#28741) 2023-01-07 01:14:04 -08:00
Carlos O'Ryan
4dd6b9c3ad
[google-cloud-cpp] update to latest release (v2.6.0) (#28726) 2023-01-05 05:04:38 -08:00
Kai Pastor
b93bc1b81e
[tiff] Fix zstd plus minor changes (#28530)
* Use official zstd config

* Require packages for features

* Test zstd in CI

* Enable libtiffxx on arm

* Update versions

* Assume ZSTD_decompressStream

* Don't put targets into TIFF_LIBRARIES

* [qt5-imageformats] Use libtiff-4.pc

* [zstd] Revise thread lib export

* Mark link libs with LINK_ONLY

* Revert "[zstd] Revise thread lib export"

This reverts commit a99e6378a6.

* [qt5-imageformats] Get all tiff lflags

* [gdk-pixbuf] Use libtiff-4 pc file for msvc

* [qtimageformat] Workaround for QTBUG-95052
2022-12-31 01:30:53 -08:00
Lily Wang
cc35818bd4
[gamenetworkingsockets] Add find_dependency(protobuf CONFIG REQUIRED) (#28615)
* [gamenetworkingsockets] Add find_dependency(protobuf CONFIG REQUIRED)

* x-add-version

* apply suggestions

* x-add-version
2022-12-29 23:54:23 -08:00
Fabio A. Correa
2ac8af6d70
[glpk] Add new port (#28364)
* Create portfile.cmake

* Add manifest and patches for glpk-5.0

* Shrink portfile.cmake

Removed some comments

* Update ci.baseline.txt to list glpk:x86-windows

* Addressing some reviewer comments and suggestions

* Addressing comments from microsoft/vcpkg#28364

* Trying out x86-windows again

* Updating the version database

* x-add-version glpk

* Addressing reviews

* Update version database: x-add-version glpk

* More compact code thanks to PR reviews

* format-manifest ports/glpk/vcpkg.json

* Update version database: x-add-version glpk

* No default features

* Update version database: x-add-version glpk
2022-12-29 10:28:12 -08:00
Cheney Wang
25663f218c
[vcpkg baseline][ideviceinstaller] Fixing error LNK2005 when argtable2 installed before ideviceinstaller (#28459)
* [ideviceinstaller] Add support !static

* Modify port-version

* x-add-version

* Add getopt as a dependence of argtable2

* Use version

* x-add-version

* Remove space

* Add license

* Fix format error

* x-add-version

* update version

* fix argtable3

* x-add-version

* fix argtable3

* version

* fix gdcm

* format portfile.cmake

* update version

* format vcpkg.json

* x-add-version

* format portfile.cmake

* x-add-version

* Update license

* x-add-version

* Again

* Mistake

Co-authored-by: Lily Wang <494550702@qq.com>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2022-12-28 13:07:26 -08:00
Cedric GNIEWEK
ef486e9d7e
[gstreamer] Update to version 1.20.5 (#28455)
* [gstreamer] Update to version 1.20.5

* Added versions
2022-12-27 00:57:38 -08:00
Alexander Neumann
c61d55dbd9
[Glib] update to 2.75.1 (#28546)
* [glib] update to 2.75.1

* v db
2022-12-27 00:53:38 -08:00
tdcosta100
5771eef70b
[getopt-win32] Missing include directory in package (#28367)
* [getopt-win32] Missing include directory in package

* [getopt-win32] Update port version
2022-12-20 09:21:39 -08:00
Kai Pastor
fa8c401dfa
[gdal] Update to 3.6.1 (#28391) 2022-12-19 14:49:05 -08:00
autoantwort
4c76cc0af7
[google-cloud-cpp] add missing dependency (#28411) 2022-12-19 12:18:07 -08:00
Gabe Rundlett
0773be7bce
[glslang] Update GLSLANG to 11.13.0 (#28291)
* [glslang] update to 11.13.0

* [glslang] update baseline

* Update ports/glslang/vcpkg.json

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

* [glslang] update baseline

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-12-16 11:30:40 -08:00
Charles Karney
979a4d366b
[geographiclib] update version to 2.1.2 (#28321)
* [geographiclib] changes for 2.1.2

* [geographiclib] Update to version 2.1.2
2022-12-14 10:38:14 -08:00
Alexander Neumann
f7608f748a
[glib] update to 2.75.0 (#28246)
* [glib] update to 2.75.0

* remove empty folder

* empty dir removal

* v db

* v db
2022-12-12 14:37:00 -08:00
tdcosta100
cf1fda5443
[getopt-win32] Allow use as a CMake package (#28192)
* [getopt-win32] Allow using it as a package

* [getopt-win32] Update port version

* [getopt-win32] Fix quotes

* [getopt-win32] Update port version
2022-12-09 15:30:15 -08:00
Alessandro Vergani
b1b613b613
[gcem] Update to version 1.16.0 (#28218) 2022-12-07 10:28:33 -08:00
autoantwort
3414a890d4
[geotrans] no absolute paths (#28177) 2022-12-06 12:48:34 -08:00
Frank
eaa6e7215d
[glog] Fix CUDA not working with NVCC compiler. (#28097)
* [glog] Fix CUDA not working with NVCC compiler.

* update version

* update patch

* version
2022-12-02 09:14:32 -08:00
Carlos O'Ryan
5b7881e937
[google-cloud-cpp] update to latest release (v2.5.0) (#28112) 2022-12-02 09:05:17 -08:00
Gabe Rundlett
e46521db00
[glslang] Bump to latest version again (#28029)
* Update GLSLANG to 11.12.0

* [glslang] Update baseline and version file

* update port version

* Fix shaderc

* Update version database

* Update ports/glslang/vcpkg.json

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>

* [glslang] update version

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
2022-12-01 13:52:06 -08:00
Christian Rendina
6522561467
[g3log] Update g3log to 2.1 (#28074)
* Update g3log to 2.1

* Update g3log version manifest

* Add license as specified by the github actions bot

* Reupdate the version info again

* [g3log] Address reviews

* Update g3log version manifest
2022-12-01 13:43:37 -08:00
Cedric GNIEWEK
4eaa3d2118
[gstreamer] Update to version 1.20.4 and rework (#27790)
* Update to GStreamer v1.20.3

* Fixed gst-plugins-bad * Made optional dependences features * Added webrtc feature

* webrtc dependency fixes

Set meson option 'gst_debug' to true for both debug and release configurations
Enabled dtls and srtp plugins
Fixed srtp plugin

* [gstreamer] Changed version to 1.20.4

* [gstreamer] Reworked port file

* [gst-rtsp-server] Updated to version 1.20.4

* [opencv4] Update GStreamer dependency

* [qtmultimedia] Update GStreamer dependency

* [qtmultimedia] Enabled AVFoundation (part of the Apple Frameworks)

* [qtbase] Fix PCRE2 static linking for GLib

* Added versions

Co-authored-by: Gerard Ryan <gerard.ryan@immersaview.com>
Co-authored-by: David Ely <david.ely@immersaview.com>
2022-11-28 12:09:25 -08:00