Commit Graph

15693 Commits

Author SHA1 Message Date
Frank
42bd1e8994
[nanopb] Remove python path (#33348)
* [nanopb] Remove python path

* version

* fix tool

* version
2023-08-28 13:25:43 -07:00
Ada Tufankjian
2c356da170
[SDL2] Updating port to latest 2.28.2 (#33283)
* Updating SDL2

* Attempting to fix x64-linux downstream

* Another attempt to fix finding ALSA that doesn't break everything

* ANOTHER attempt to find ALSA properly for linux

* This time trying to change sdlFindALSA

* Attempting to use vcpkg version of ALSA

* Actually adding alsa as a dependency

* Another attempt, this time drawing from the inspiration of how libsamplerate is handled

* Another attempt, this time drawing from the inspiration of how libsamplerate is handled

* Trying a different change to sdlFindALSA

* Another attempt

* Trying to se if perhaps the SDL2Config script is problematic

* Possible fix?

* Again, trying to get linux to behave

* A bit of cleanup of unnecessary cruft

* Removing unnecessary feature
2023-08-28 13:24:36 -07:00
jim wang
0df2bd316f
[libjpeg-turbo] Update the version to 3.0.0 (#33036)
* fix renaming library

* update version

* add usage

* update version

* update line break

* update version

---------

Co-authored-by: Jim wang (BEYONDSOFT CONSULTING INC) <v-wangjim@microsoft.com>
2023-08-28 13:22:31 -07:00
Stephen Eckels
a55797510f
[polyhook2] Update polyhook2 (#33124)
* Update polyhook2

* Update version info

* Update ports/polyhook2/vcpkg.json

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

* Update baseline.json

* Update polyhook2.json

* fix version hash

* Fix version revision

* really fix revision

* Try this

* Format

---------

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
2023-08-28 13:21:36 -07:00
Raúl Cumplido
218db02d95
[arrow] Update to 13.0.0 (#33380)
* [arrow] Update to 13.0.0

* Update versions
2023-08-28 12:04:52 -07:00
autoantwort
c55a4db33c
[imgui] use supports expression (#33406) 2023-08-28 12:04:18 -07:00
Rémy Tassoux
66895e83ad
[unordered-dense] Update to 4.1.1 (#33409)
* [unordered-dense] Update to 4.1.1

* [unordered-dense] Update version files
2023-08-28 12:03:41 -07:00
Weihang Ding
436a061a54
[cairomm] Remove unnecessary dependencies (#33329)
* [cairomm] Remove unnecessary dependencies

* Update version database
2023-08-25 12:43:10 -07:00
jim wang
42cc786992
[opencolorio] Fix minizip-ng related errors (#33335)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* Fix minizip-ng related errors

* update version

* delete option

* update version

* Modify the license copy method

* update version

* shrink patch

* update version

* shrink patch

* update version
2023-08-25 12:40:43 -07:00
autoantwort
147d18663c
[ixwebsocket] use support expression an cleanup (#33340) 2023-08-25 12:28:55 -07:00
MonicaLiu
e7b95189fa
[jack2] Export some missing symbols (#33354)
* Export jack2_midi_ symbols

* update version

* Export other missing symbols

* update git-tree

* Modify jack.def

* update git-tree

* code-cleanup

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-08-25 12:28:26 -07:00
Weihang Ding
3d47f9f86f
[lazy-importer] Bump to 2023-08-03 (#33351)
* [lazy-importer] Bump to 2023-08-03

* Update version database
2023-08-25 12:27:10 -07:00
Mengna Li
f8bccfd4b0
update to 1 (#33352) 2023-08-25 12:26:35 -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
autoantwort
c747905709
[libmicrodns] use supports expression (#33363) 2023-08-25 12:10:44 -07:00
autoantwort
da5e1c91ff
[tcl] use supports expression (#33362) 2023-08-25 12:10:30 -07:00
Duncan Horn
875d68a4c5
update WIL to 2023-08-24 (#33368) 2023-08-25 12:09:52 -07:00
Cheney Wang
250ea54a8c
[opencascade] Fix usage issue (#33252)
* [opencascade] Fix usage issue

* Apply suggestion
2023-08-25 12:07:42 -07:00
jim wang
80f8da23a8
[readline] add usage (#33247)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* add usage

* update version

* add pc

* update version

* add pc

* update version
2023-08-25 12:06:08 -07:00
talregev
d71315b15e
[sdformat13] new port (#31280)
* Add sdformat13 port

* sdformat13 fixes (#1)

* Fix cmake config export

* Cleanup

* Add usage

* Update versions

* Fix according comments review

---------

Co-authored-by: Kai Pastor <dg0yt@darc.de>
2023-08-25 12:04:34 -07:00
Alexander Neumann
4a8d11802f
[zlib] update to 1.3 (#33310)
* [zlib] update to 1.3

* v db

* update minizip

* v db

* remove invalid patch

* v db

---------

Co-authored-by: Cheney-Wang <850426846@qq.com>
2023-08-24 16:38:15 -07:00
autoantwort
ef19b3e8bb
[opencv4] fix feature ovis (#32578) 2023-08-24 16:20:15 -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
Xander Stokes
ede03bad51
[live555] Update to 2023-7-24 release (#33349)
* portfile and json update

* New version

---------

Co-authored-by: Xander Stokes <xander.c.stokes@gmail.com>
2023-08-24 10:44:04 -07:00
Mengna Li
12640ddf03
[mecab] Include functional to fix error C2039 and C2504 (#33334)
* fix error C2039 and C2504

* update supports

* update

* update
2023-08-23 22:32:05 -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
Connor Broyles
7b6d025a18
[vsgxchange] New port (#33265)
* [vsgxchange] New port

* [vsgxchange] Fix package name

* Fix indentation

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

* Update version

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2023-08-23 21:57:26 -07:00
JonLiu1993
402222ecea
[llhttp] Fix usage build failure (#33250)
* [llhttp] Fix usage

* update version

* change patch

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-08-23 21:55:34 -07:00
autoantwort
aa992d3820
[corrade] fix core build when cross compiling (#33341) 2023-08-23 21:43:08 -07:00
Cheney Wang
fbaaad1eb1
[zeroc-ice] Fix error C2039: 'binary_function': is not a member of 'std' (#33333) 2023-08-23 21:41:29 -07:00
Lily Wang
c0efe07140
[libsrtp] Update to 2.5.0 and remove old patch (#33308)
* [libsrtp] Update to 2.5.0 and remove old patch

* update version
2023-08-23 21:40:57 -07:00
autoantwort
f8c8cf6350
[openmvs] add arm support (#33101) 2023-08-23 21:40:06 -07:00
moritz-h
4dd85256a8
[tracy] require tbb, cleanup portfile (#33098)
* [tbb] Fix linux pkgconfig

* [tracy] require tbb, cleanup portfile

* use vcpkg_msbuild_install

* remove gtk warning

* rollback using vcpkg_msbuild_install
2023-08-23 21:38:13 -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
Weihang Ding
da7048d0d9
[SI] New port (#33292)
* [SI] New port

* update version database
2023-08-23 12:18:52 -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
autoantwort
e36a5c08dd
[polyhook2] fix core feature (#33324) 2023-08-23 11:55:48 -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
Larry Osterman
ef3a0e1cb7
First versioned version of curl is 7.74, not 7.48. Reset base version to 7.74. (#33207)
* First version versioned curl is 7.74.0

* Updated baselines

* Removed version dependency on curl

* bumped port version

* Updated baselines

* back to port version 3

* updated baselines

* Update versions/a-/azure-core-cpp.json

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

---------

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
2023-08-23 11:45:45 -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
Mengna Li
417119555f
Add missed include (#33293) 2023-08-22 15:01:22 -07:00
autoantwort
9d080ffbab
[thorvg] use supports expression (#33320) 2023-08-22 14:58:25 -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
Rémy Tassoux
27a095f910
[implot] Update to 0.16 (#33302)
* [implot] Update to 0.16

* [implot] Update version files
2023-08-22 13:04:01 -07:00
jim wang
d5b03c125a
[openimageio] Updated version fixes oiiotool.exe functionality (#33210)
* fix oiiotool.exe

* update version

* update version

* fix iconv

* update version

* fix build erro on osx

* update version

* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* version
2023-08-21 14:52:49 -07:00
autoantwort
548302b235
[rtabmap] don't depend on nonexistent features (#33222) 2023-08-21 12:04:54 -07:00
Alexander Neumann
3fddc04e64
[ideviceinstaller] msbuild (#33150)
* ideviceinstaller msbuild

* v db
2023-08-21 12:03:34 -07:00
Kered13
aeaf27d0f3
Update cppslippi to 1.1.3.14 (#33218) 2023-08-21 12:02:56 -07:00
autoantwort
1f16bc3847
[cgns] fix core build on windows (#33269) 2023-08-21 11:54:51 -07:00