Commit Graph

4105 Commits

Author SHA1 Message Date
kylo252
4fa284dc00
[luv] add new port (#26438)
* [luv] add new port

libuv bindings for lua

* [lua-compat53] add new port

* fixup!: bad indentation

* refactor: remove superfluous feature desc
2022-10-14 16:01:28 -07:00
Carlo Bramini
ee388aaa69
[FFmpeg] Fix build on ARM64 (#27184)
I tried to build FFmpeg for ARM64 but I got an error.
The problem happens because portfile.cmake uses gcc-9.3.0 but it has been removed from repository.
See:
https://repo.msys2.org/msys/x86_64/
So, it is just needed to update that file to the newer updated version and you will be able to build FFmpeg for ARM64 again.
2022-10-13 14:54:59 -07:00
Dmitry Baryshev
4a723f2d16
[sail] Add features (#27169)
* [sail] Added features

* [sail] vcpkg x-add-version --all --overwrite-version

* [sail] Added dependency name

* [sail] vcpkg x-add-version --all --overwrite-version

* [sail] Added priority-based features

* [sail] vcpkg x-add-version --all --overwrite-version

* [sail] Fix enabling only the selected codecs

* [sail] vcpkg x-add-version --all --overwrite-version

* [sail] Rename 'Build with' to 'Enable'

* [sail] vcpkg x-add-version --all --overwrite-version

* [sail] Escape codecs list

* [sail] Remove SVG from aggregated features as its dependency 'resvg' is still not in vcpkg

* [sail] vcpkg x-add-version --all --overwrite-version

* [sail] Enable SVG if it was explicitly enabled

* [sail] vcpkg x-add-version --all --overwrite-version
2022-10-13 11:59:21 -07:00
Kai Pastor
101931754a
[ogre] Update to 13.4.4 (#27107)
* Update to 13.4.4

* Update versions

* Fix obsolete zziplib reference

* Fix another resource path

* Update versions

* Patch pc file generation

* Update versions

* Force uniform cfg install path for osx

* Update versions

* Acquire swig if needed

* Update versions
2022-10-13 11:58:22 -07:00
rinechran
72bb4a7148
[liblrc] create a new port (#27023)
* [lrc-tool] create a new port

* [lrc-tool] fix portfile.cmake

* [lrc-tool] fix format-manifest portfile.cmake

* [lrc-tool] fix git-tree version

* [liblrc] remove include  copy

* Update version database

* [liblrc] not support osx

* Update version database

* [liblrc] Apply suggestions from code review

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* [liblrc] fix code review

* Update version database

* [liblrc] make CMakeLists.txt to patch

* [liblrc] add unofficial

* [liblrc] add unofficial namespace

* [liblrc] Update version database

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: luncliff <luncliff@gmail.com>
2022-10-13 11:48:13 -07:00
RealTimeChris
ddd7eb8123
[DiscordCoreAPI] Updating to version 2022-10-12 (#27205)
* Updating the necessary files.

* Updating version database.

* Updating the portfile.

* Updating version files.

* Updating version files.

* Updating version files.

* Updating version files.

* Updating version files.

* Updating version files.

* Updates!

* Updates!
2022-10-13 11:31:18 -07:00
hesham-essam
51b5543484
[glib]: bump version to 2.74.0 (#26949)
* [glib]: bump version to 2.74.0

* Disable gtkdocize for libmount

* restore git-tree

* update version

* Recommend installing libselinux1-dev to enable selinux support

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-10-13 11:20:24 -07:00
MACHIZAUD Andréa
e2aa9d12c4
[mdl] Add port MDL-SDK 2021.1.2 (#24633)
* [mdl] Add port MDL-SDK 2020.0.1

* [mdl] Expose `dds` and `freeimage` features

* [mdl] Upgrade MDL-SDK 2020.1.2

* Update ports/mdl/portfile.cmake

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* [mdl] simplify patch 001-freeimage-from-vcpkg.patch

* [mdl] improve and simplify patch 003-install-rules.patch

* [mdl] enable dependency log for better debugging in case of failure

* [mdl] expose interface include directions for mdl core & mdl sdk

* [mdl] build clang as part of vendored LLVM

* [mdl] remove unnecessary export

* [mdl] Use `unofficial::` namespace prefix

* [mdl] remove unnecessary checks about clang CMake target

* [mdl] `vcpkg_extract_source_archive` -> `vcpkg_extract_source_archive_ex`

* [mdl] Use `vcpkg_find_acquire_program(CLANG7)`

* [mdl] disable osx arm64

* [mdl] add license

cf. https://developer.nvidia.com/nvidia-mdl-sdk-get-started

* [mdl] Use `vcpkg-tool-clang7`

* [mdl] restrict arm build

* [vcpkg-tool-clang7] Fix broken symlink on UNIX platform

* [mdl] Revert changes in `vckpg_find_acquire_program`

* [mdl] Rely on `vcpkg-tool-clang7` `vcpkg-port-config.cmake`

* [mdl] No support for x86 nor static CRT (because of dynamic linkage only)

* Mark Windows static linkage ports as fail due to freeimage requirement

* [mdl] Restrict static on Windows

* [mdl] remove leftover patch

* [vcpkg-tool-clang7] patch cleanup

* Commit suggestion.

* Versions

* [mdl] include priority to vendored LLVM

* [mdl] path in quotes

* [mdl] update 001-freeimage-from-vcpkg.patch with comments

* [mdl] Download clang 7 prior to build MDL-SDK

* Fix incorrect clang path for UNIX

* [mdl] portfile cleanup

* Apply code review suggestions

* Update ports/mdl/portfile.cmake

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

* bump version

* Address review comments

* mdl -> mdl-sdk

* minimize 006-guard-nonexisting-targets.patch

* minimize 002-install-rules.patch

* Notes in portfile about clang 7 usage

* Add CMAKE_DISABLE_FIND_PACKAGE-<PACKAGE_NAME> to disable optional packages

* Address comments

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2022-10-13 11:17:28 -07:00
Alexander Neumann
d8e60ef474
[vcpkg scripts] Crosscompiling fixes (#26617)
* test osx stuff

* deactivate most of ci

* get trace output

* add required flags to the linker flags

* also look for --sysroot

* Link_args are always shared

* fix ar flags

* setup FOR_BUILD vars.

* try tricking the build.... but man configure scripts are stupid sometimes...

* try 2

* major meson rewrite

* fix duplicates

* revert --trace-expand

* update port version

* revert pipeline changes

* v db

* bump version

* v db

* set flags for rc compilers

* a few more ios fixes.

* v db

* fix osx/ios logic

* documentation and don't fatal_error in build/host machine entry calculation.

* add android/compiler target stuff from #26570

* remove extra endif

* v db

* add target param to linker flags.

* target in cpp flags

* Make vcpkg-cmake-get-vars more ios compatible

* Update scripts/get_cmake_vars/CMakeLists.txt

Co-authored-by: Matthias Kuhn <matthias@opengis.ch>

* More ios fixes

* fix target adding

* Fix broken loop

* v db

* v db

* bump date

* v db

* v db

* v db

* remove port-version 1

* v db

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
2022-10-13 09:40:52 -07:00
Take Vos
6800713976
[hikogui] update to version 0.7.0 (#27134)
* [hikogui] update to version 0.7.0

* [hikogui] empty ttauri and fix deprecated port files.

Make ttauri an empty dependency only port which imports
hikogui.

Update the hikogui portfile to use non-deprecated functions.

* [ttauri] version update

* Update ports/hikogui/vcpkg.json

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

* remove port-version

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-10-12 01:31:44 -07:00
sean
dcc6c1d4bf
[fastgltf] New port (#27138)
* [fastgltf] New port

* Versions
2022-10-12 01:28:37 -07:00
Connor Broyles
13d47a6d82
[osgearth] Plugin installation fixes (#27156)
* [osgearth] Fix plugin exporting

This change has the same effects and reasoning as the prior fix to the osg port.

* Update version

* Update port
2022-10-12 01:25:54 -07:00
Alexander Neumann
e1a1ddd093
[Qt3D] add missing qt port (#26928)
* bump qtbase

* add qt3d

* format manifest

* test features in CI

* pass ci baseline stuff

* vulkan is skip in ci so cannot force it.

* remove extra ,

* fix deps

* try to fix promotion

* gstreamer adjustments.

* fix gstreamer on linux

* fix gstreamer stuff

* fix x264 api import macro

* fix gst-rsp-server

* correctly replace

* promote targets....

* enable arm64 qtwebengine

* --trace-expand

* install wrapper for egl.

* add newline

* remove opengl from skip list

* add gl to link

* another try

* retry again

* test dynamic angle linkage

* retry

* link XNVCtrl

* retry

* add libxnvctrl

* retry

* retry again...

* move wrapper to angle

* revert changes to egl-reg

* more debugging

* try again

* fix stuff

* add missing ,

* egl stuff

* wrapper stuff

* fix angle

* remove double dep

* remove libxnvctrl

* format manifest

* revert trace

* bump version

* bump v

* v db

* remove trace

* v db

* refine supports

* v db

* remove qtmultimedia from baseline
2022-10-12 01:21:25 -07:00
Azure SDK Bot
28272621b8
[Azure Storage] Update to October Release (#27175)
* [azure-storage-blobs-cpp] Update to 12.6.2
## 12.6.2 (2022-10-11)

### Other Changes

- No public changes in this release.

* [azure-storage-files-shares-cpp] Update to 12.3.0
## 12.3.0 (2022-10-11)

### Features Added

- New features in `12.3.0-beta.1` are now generally available.
2022-10-12 01:18:05 -07:00
Nick
ede90f9507
[sdl2] update to 2.24.1 (#27168) 2022-10-12 01:17:16 -07:00
Marcin Pączkowski
2111a4872b
[mp3lame] allow universal macos builds (#27171) 2022-10-12 01:16:27 -07:00
vividos
f0a322f2ca
[sdl2-mixer] don't build samples (#27182) 2022-10-12 01:15:24 -07:00
Azure SDK Bot
3836f23e76
[Azure SDK Key Vault] Update to Oct Release Keys, Certificates and Secrets (#27186)
* [azure-security-keyvault-keys-cpp] Update to 4.3.0
## 4.3.0 (2022-10-11)

### Features Added

- Keyvault 7.3 support added for Keys.

* [azure-security-keyvault-secrets-cpp] Update to 4.1.0
## 4.1.0 (2022-10-11)

### Features Added

- Keyvault 7.3 support added for Secrets.

* not-specified
2022-10-12 01:14:36 -07:00
JonLiu1993
42cc830d87
[simdjson] update to 3.0.0 (#27148)
* [simdjson] update to 3.0.0

* update version

* update version

* update version
2022-10-10 08:40:53 -07:00
Jack·Boos·Yu
7178ff9591
[fmt] Update to 9.1.0 (#27162)
* [fmt] Update to 9.1.0

* version
2022-10-10 08:40:13 -07:00
Nick
083f103cfb
[rapidfuzz] new port (#27133) 2022-10-09 14:00:18 -07:00
Dennis
cb423b30a0
draco: Update to 1.5.3 (#27145) 2022-10-09 13:59:27 -07:00
MonicaLiu
404b948f26
[libical] update to 3.0.15 (#27151)
* Update to 3.0.15

* update version

Co-authored-by: Monica <v-liumonica@microsoft.com>
2022-10-09 13:58:09 -07:00
Ryan A. Pavlik
125df1bb8a
[boringssl] Add pkg-config file so it still works with gRPC (#27082)
* [boringssl] Add pkg-config file so it still works with gRPC

* Update baseline
2022-10-09 13:57:27 -07:00
talregev
ef91cf7b8d
[ignition-tools] new port (#27078)
* Add ignition-tools

* Fix installation

* add supports field

* version

* typo

* version

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-10-09 13:54:29 -07:00
Connor Broyles
472e9f1a8b
[osg] Fix plugin installation and target locations (#26214)
* [osg] Install plugins directly to plugins folder

This change removes the stage in portfile.cmake which relocates the osg  plugins from bin/ to plugins/. Instead, the OsgMacroUtils.cmake file is patched to install directly to the plugins folder.

This has two primary effects. The first is correcting the exported target locations, as they still pointed to bin/ after moving the plugins. The second is fixing the process on non-Windows platforms, as the plugins were not being moved in those cases.

* update version

* update version

* update version

* [osg] Update version

* [osg] Update port version

* [osg] Fix port version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-10-08 22:11:08 -07:00
Daniel
09d33fe16f
[opensubdiv] Upgrade to 3.4.4 (#26628)
* [opensubdiv] upgrade to 3.4.4

* [opensubdiv] update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-10-08 22:01:28 -07:00
Francisco Facioni
a29baafabc
[ffmpeg] srt support (#26679) 2022-10-08 21:54:58 -07:00
day253
11967e7797
[vcpkg] GENERATOR with Makefiles can build parallel (#26780)
* GENERATOR with Makefiles can build parallel

* resolved conflicts

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-10-08 21:48:41 -07:00
Thomas1664
3d8c3f5ec0
[mfl] Fix supports for building on normal triplets (#26951)
* fbthrift

* mfl

* version

* Disable tests

* version

* revert fbthrift
2022-10-08 21:47:42 -07:00
autoantwort
4d85e16937
[dbus] no absolute paths (#27036) 2022-10-08 21:43:29 -07:00
双草酸酯
cc115450e0
[libmariadb] add zstd to option list (#26931)
* [libmariadb] add zstd to macOS build

* update manifests

* add zstd switch

* update version

* update

* update version
2022-10-08 21:38:15 -07:00
autoantwort
1ece5ec4ad
[s2geometry] update port (#27072) 2022-10-08 21:31:31 -07:00
autoantwort
5a9f73ae88
[chmlib] support on arm (#27064) 2022-10-08 21:27:45 -07:00
Kai Pastor
2909a549a9
[wxwidgets] Use vcpkg gtk3 for linux et al., fix mingw cross builds (#27087)
* Minor port corrections

* Use vcpkg gtk3 for linux et al.

* Update versions

* Update cmake-user

* Use vcpkg sdl2 cmake config

* Update versions

* Add direct cairo dependency

* Declare maybe-unused variables

* Fix mingw cross builds

* Update versions
2022-10-08 21:26:00 -07:00
Ryan A. Pavlik
b0956f6170
[protobuf] Teach about crosscompile (#27089)
* [protobuf] Teach the cmake wrapper about cross-compiling.

* Update versions
2022-10-08 21:21:44 -07:00
autoantwort
d04bb15e35
[nrf-ble-driver] update and fix arm64-osx (#27116) 2022-10-08 21:17:48 -07:00
Sean Farrell
7497b024d3
[rioki-glow] Update glow 0.2.1 (#27123)
* [rioki-glow] Update to 0.2.1

[rioki-glow] Update to 0.2.1

* [rioki-glow] Update baseline
2022-10-08 21:16:21 -07:00
Alonso Schaich
144fbe956a
[pango] Update to 1.50.11 (#27127)
* [pango] Update to 1.50.11 (microsoft#27126)

* [pango] Regenerate versions registries (microsoft#27126)
2022-10-08 21:15:57 -07:00
Osyotr
77fc723d47
[expat] Fix static builds with mingw (#27137)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-10-08 21:13:50 -07:00
Kai Pastor
26a09951e7
[libui] Revise platform support (#27141)
* Fix port issues

* Update versions

* Fix mingw

* Update versions
2022-10-08 21:10:53 -07:00
Jia Yue Hua
a5e5f4de45
[folly]: fix lib dependency (#25335)
* [folly]: fix lib dependency

* [folly]: fix dependency

* use file op delete cmake files

* fix cmake config package

* fix folly-config, minmax

* delete fix-cmake-module.patch

* revert LZ4 snappy

* fix lz4

* fix libevent targert

* fix bzip2

* remove sodium

* add version

* fix windows build

* fix deps

* fix deps

* fix deps

* fix deps

* fix deps

* fix deps

* fix Required find_dependenct

* fix feature
2022-10-08 21:09:22 -07:00
Park DongHa
e2667a41fc
[easyexif] create a new port (#27118)
* [easyexif] create a new port

* [easyexif] update versions JSON

* [easyexif] misc changes

* [easyexif] fix mistype in install(TARGETS)
2022-10-06 11:52:26 -07:00
blavallee
b80c59a829
[Bitmagic] Update to 7.12.3 (#27120)
* [Bitmagic] Update to 7.12.3

* Add versions
2022-10-06 11:42:16 -07:00
Jack·Boos·Yu
fe5757109d
[nvtt] Clean up baseline, add supports field instead (#27048)
* [vcpkg baseline][nvtt] Drop support with arm-windows

* version

* clean up baseline

* version
2022-10-05 16:08:38 -07:00
Park DongHa
36ef0e1f29
[spine-runtimes] create a new port (#27006)
* [spine-runtimes] create a new port

* [spine-runtimes] update baseline

* [spine-runtimes] remove -Werror

* [spine-runtimes] remove customized compile flags

* [spine-runtime] license null

* Update ports/spine-runtimes/vcpkg.json

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update ports/spine-runtimes/portfile.cmake

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* [spine-runtimes] version name 4.1.00 --> 4.1.0

* [spine-runtimes] remove SFML feature

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2022-10-05 16:06:31 -07:00
Osyotr
6a8c0e37a9
[expat] Update to 2.4.9 (#27059) 2022-10-05 16:03:23 -07:00
autoantwort
e7fc86a261
[tgui] update port (#27063) 2022-10-05 15:37:57 -07:00
sidy3d
1ce72c533c
[pngpp] Fix strerror_r not found error on windows (#27079)
* Fix strerror_r not found error on windows

* Ran x-add-version command

* Update version database
2022-10-05 15:37:32 -07:00
Ryan A. Pavlik
955a842e86
[libevent] Fix android build. (#27083)
I'm not sure why find_package(Threads) isn't working, I was pretty sure
it used to, but this fixes the Android build.
2022-10-05 15:36:14 -07:00