vincent-nv
fddd13e36e
UPDATE Qt-Advanced-Docking-System to v3.7.2 ( #21801 )
...
* UPDATE Qt-Advanced-Docking-System to v3.7.2
* MR + change old cmake functions names
* MR
* MR
2021-12-06 20:18:38 -08:00
autoantwort
059efe7061
[fltk] no absolute paths ( #21714 )
2021-12-06 20:18:22 -08:00
Christophe Calmejane
be65fbbf75
Fixed android toolchain with newest NDK ( #21465 )
...
* Fixed android toolchain with newest NDK
ANDROID_NATIVE_API_LEVEL has been removed from NDK cmake toolchain so we now have to use ANDROID_PLATFORM
* Fix android toolchain: Maintain backward compatibility for older NDK
2021-12-06 20:15:20 -08:00
Christopher Di Bella
46ad6d4a07
[range-v3] updates REF to range-v3:HEAD ( #21393 )
...
* [range-v3] updates REF to range-v3:HEAD
Closes #21391 .
* update portfile.cmake
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-12-06 20:12:14 -08:00
Kai Pastor
4c9b301c9e
[spatialite-tools] Revise and update to 5.0.1 ( #21594 )
...
* Revise portfile and patch
* Install pc file for windows
* Update versions
* Remove readosm failure from CI baseline
* Revise dependencies based on #include, use pkgconfig
* Revise portfile
* Update to 5.0.1
* Update versions
* Fix release-only nmake build
* Update versions
2021-12-06 17:58:47 -08:00
JonLiu1993
63e935d967
[gdal] Remove tool testepsg ( #21816 )
...
* [gdal] Fix tool not find
* update version
2021-12-02 19:58:12 -08:00
Jack·Boos·Yu
f87d135cf9
[influxdb-cxx] Fix build error, fix usage ( #21813 )
...
* [influxdb-cxx] Fix build error, fix usage
* version
2021-12-02 19:54:47 -08:00
Frank
740e831977
[libhydrogen] Update version to latest commit ( #21811 )
...
* [libhydrogen] update to <1.0>
* update version
* update version
* update version
* del version
2021-12-02 19:53:58 -08:00
مهدي شينون (Mehdi Chinoune)
b69d6a2d0c
[gsl] update to 2.7.1 ( #21809 )
2021-12-02 19:53:42 -08:00
Carlos O'Ryan
9b9ea8cfc8
[google-cloud-cpp] update to latest release (v1.34.0) ( #21803 )
2021-12-02 19:52:00 -08:00
Christoph Neuhauser
df9052e29f
[python3] Restrict string replacement to used build type ( #21799 )
2021-12-02 19:51:47 -08:00
Kai Pastor
5a54a4308e
[libtins] Misc fixes ( #21789 )
...
* Fix source writes
* Revise dependencies, switch to libpcap
* Revise portfile
* Enable libpcap on osx
* Minor portfile updates
* Update versions
* Find pcap_static lib
* Update versions
2021-12-02 19:51:12 -08:00
Park DongHa
2647956afd
[foxi] create a new port ( #21786 )
...
* [foxi] create a new port
* [foxi] update git-tree, version
* [foxi] fix windows build
* [foxi] disable UWP because of build failure
* LOAD_LIBRARY_SEARCH_DEFAULT_DIRS undefined
* Rename patch to better indicate the patch's purpose and to clarify that it need not be replicated upstream.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-02 19:49:25 -08:00
Dawid Wróbel
a868d7ed21
[kf5*] Update to 5.88 ( #21633 )
...
* [kf5*] Update to 5.88
* [kf5*] Update versions
* [kf5*] fix QML plugins location
diff --git a/ports/kf5i18n/portfile.cmake b/ports/kf5i18n/portfile.cmake
index 610182e49..5a0fd5e21 100644
--- a/ports/kf5i18n/portfile.cmake
+++ b/ports/kf5i18n/portfile.cmake
@@ -20,6 +20,7 @@ vcpkg_cmake_configure(
OPTIONS
-DBUILD_TESTING=OFF
-DKDE_INSTALL_PLUGINDIR=plugins
+ -DKDE_INSTALL_QMLDIR=qml
-DPYTHON_EXECUTABLE=${PYTHON3}
)
diff --git a/ports/kf5notifications/portfile.cmake b/ports/kf5notifications/portfile.cmake
index e41fee015..bc93cf6af 100644
--- a/ports/kf5notifications/portfile.cmake
+++ b/ports/kf5notifications/portfile.cmake
@@ -13,6 +13,7 @@ vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_TESTING=OFF
+ -DKDE_INSTALL_QMLDIR=qml
)
vcpkg_cmake_install()
diff --git a/ports/kf5sonnet/portfile.cmake b/ports/kf5sonnet/portfile.cmake
index 7e2820ce4..a2d1adfcc 100644
--- a/ports/kf5sonnet/portfile.cmake
+++ b/ports/kf5sonnet/portfile.cmake
@@ -16,6 +16,7 @@ vcpkg_cmake_configure(
-DBUILD_EXAMPLES=OFF
-DKDE_INSTALL_PLUGINDIR=plugins
-DKDE_INSTALL_QTPLUGINDIR=plugins
+ -DKDE_INSTALL_QMLDIR=qml
)
vcpkg_add_to_path(PREPEND "${CURRENT_INSTALLED_DIR}/bin")
* [kf5*] update versions
* [ecm] fix ECMGenerateQmlTypes
* [ecm] update version
2021-12-02 19:49:12 -08:00
Ankur Verma
a5b659160a
Squashed ( #20449 )
...
Co-authored-by: Ankur Verma <ankurv@microsoft.com>
2021-12-02 19:40:02 -08:00
Billy O'Neal
a4a63e774b
Remove qwt-qt6 due to conflict with qwt. ( #21825 )
2021-12-02 19:38:23 -08:00
Alexander Neumann
163065a352
Update meson to 0.60.2 ( #21542 )
...
* update meson to 0.60.1
* add port vcpkg-tool-meson for consistency deprecate usage of tool-meson
* [skip actions] make every port using meson depend on vcpkg-tool-meson
(except pkgconf for now.)
* fix subtle bugs in vcpkg_find_acquire_program
make the port install meson if the system does not provide it.
* make pkgconf depend on meson
* restore old vcpkg_find_acquire_program behavior for versioning
* Update ports/gstreamer/vcpkg.json
remove duplicated dependency
* remove invalid option in glib
* [skip actions] fix ci failures?
* remove invalid option in gstreamer
* try without cmake
* get more logs from meson configure.
* update glib to 2.70.1
* fix typo
* fix pc file of flac
* update meson to 0.60.2
* try the patch from the other pr.
* patch meson .....
* version stuff
* fix port version
* fix gstreamer version
* remove version
* format-manifest
* version stuff
* format manifest again
* revert version stuff
* remove outdated gtk options
* version stuff
* pango version stuff
* correct baseline lost in merge
* Fix fontconfig version db
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-02 15:48:34 -08:00
autoantwort
5ddd7f0268
[ginkgo] no absolute paths ( #21700 )
2021.12.01
2021-12-01 19:32:09 -08:00
Yulia Ruda
ee539f1eda
Add missing qwt headers ( #21797 )
...
* Add missing qwt headers
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-12-01 19:27:29 -08:00
LilyWangLL
2e81d0f104
[casclib] Add option CASC_UNICODE ( #21784 )
...
* [casclib] Add option CASC_UNICODE
* update version
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2021-12-01 19:22:53 -08:00
Vitalii Koshura
e95a3b6193
[boinc] Fix android build ( #21770 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-12-01 19:22:31 -08:00
Rémy Tassoux
e1918707c3
[xxhash] Update to 0.8.1 ( #21761 )
...
* [xxhash] Update to 0.8.1
* [xxhash] fix manifest formatting
* [xxhash] Update version files
* [xxhash] Fix wrong versioning scheme and remove redundant PREFER_NINJA argument
* [xxhash] Update version files
Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-12-01 19:22:09 -08:00
autoantwort
b9b15b4e2a
[libftdi1] no absolute paths ( #21705 )
...
* [libftdi1] no absolute paths
* [libusb] add pkgconfig file on windows
* [libftdi1] don't delete pkgconfig on windows
* add versions
2021-12-01 19:21:52 -08:00
autoantwort
77a6edf5f1
[gdcm] no absolute paths ( #21701 )
2021-12-01 19:21:29 -08:00
autoantwort
8b8cf71700
[hpx] no absolute paths ( #21699 )
2021-12-01 19:21:10 -08:00
autoantwort
756c6c27c3
[plplot] no absolute paths ( #21693 )
...
* [plplot] no absolute paths
* [plplot] delete example folder
2021-12-01 19:20:35 -08:00
pastdue
9349a6a56c
[sdl2] Fix mingw compilation issues ( #21683 )
...
* [sdl2] Fix issue with mingw + CMake >= 3.22
* [sdl2] Fix portfile issue affecting mingw
* Run x-add-version sdl2
2021-12-01 19:20:14 -08:00
Stefano Sinigardi
f6601ee2e4
[OpenCV] update to v4.5.4 and v3.4.16 ( #20658 )
...
* Make gtk4.4 build.
* Update baseline for gtk
* Fix vcpkg version.
* Fix vcpkg version.
* [gtk] Fix macos build.
* [gtk] Fix linux build.
* [gtk] Add patches.
* [gtk] Bump versions - again
* Fix macos patch.
* Bump versions.
* [OpenCV] update to v4.5.4 and v3.4.16
* fix patches
* [OpenCV] fix references
* fix patches
* update references
* add gstreamer support
* fix references
* fixes
* update references
* Install xdamage.
* Bump versions.
* [fontconfig] disable doc building which is failing on bare linux
* fix references
* [opencv] use qt6
* [opencv2] use newer approach to downstream dependency handling
* fix references
* Add merged patch from upstream.
* [gtk] Bump version.
* [OpenCV] restore using qt5
* [opencv] force qt5
* update references
* use a different strategy to find qt5 dependency for downstream projects
* fix references
* use a different strategy to find qt5 dependency for downstream projects also for opencv2
* fix references
* [opencv2] fix patches
* fix references
* Update ports/fontconfig/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* fix references
* fix references, again
* add gtk to linux default features
* fix references
* [OpenCV2] fix cuda patch for newer cuda versions
* fix references
* [OpenCV2] add GTK feature
* fix references
* [opencv2] bump port version
* [opencv2] fix references
* Delete duplicate install of libxdamage-dev
* [fontconfig] bump version
* fix references
* [fontconfig] bump version
* fix references
* move vcpkg-ci-opencv to manifest
Co-authored-by: Berrysoft <Strawberry_Str@hotmail.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-01 19:11:01 -08:00
ulfllorenz
1b664707c1
Minor documentation addition ( #21771 )
...
* Minor documentation addition
* Update triplets.md
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-11-30 18:21:10 -08:00
autoantwort
7c92c79a1a
[sdl2pp] no absolute paths ( #21722 )
...
* [sdl2pp] no absolute paths
* [sdl2-image][sdl2-mixer][sdl2-ttf][sdl2pp] Install and fix .pc files
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-11-30 15:29:54 -08:00
Jonathan Guzmán
ed74ff32c6
[vcpkg docs][ES] Sync with English readme ( #21127 ) ( #21775 )
...
* fixed false friends for librería
* add vcpkg-tool repo
2021-11-30 14:47:53 -08:00
autoantwort
2ef1ac96a0
[realsense2] add missing libusb dep on macOS ( #21725 )
...
* [realsense2] add missing libusb dep on macOS
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-11-30 14:07:44 -08:00
autoantwort
2c5e3d573e
[vxl] no absolute paths ( #21690 )
...
* [vxl] no absolute paths
* [vxl] Disable build of testlib
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-11-30 13:46:51 -08:00
autoantwort
8e77ed422b
[pangolin] no absolute paths ( #21720 )
2021-11-30 12:03:23 -08:00
autoantwort
9a1b3ad21c
[symengine] no absolute paths ( #21692 )
...
* [symengine] no absolute paths
* [symengine] Fix relative calculation of include
* Update versions
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-11-30 11:52:31 -08:00
autoantwort
7ed849f01b
[libheif] no absolute paths ( #21704 )
...
* [libheif] no absolute paths
* [libde265] Add .pc file
* Update versions
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-11-30 11:50:56 -08:00
Alonso Schaich
c1c6eb92e9
[pango] Update to 1.48.10 (microsoft#21747) ( #21748 )
...
Update Pango to Version 1.48.10
See https://gitlab.gnome.org/GNOME/pango/-/blob/pango-1-48/NEWS
for a list of changes
Co-authored-by: Schaich <alonso.schaich@sodgeit.de>
2021-11-30 10:16:41 -08:00
Rémy Tassoux
4581bb43c1
[readerwriterqueue] Update to 1.0.6 ( #21751 )
...
* [readerwriterqueue] [readerwriterqueue] Update to 1.0.6
* [readerwriterqueue] Update version files
Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-11-30 10:16:18 -08:00
مهدي شينون (Mehdi Chinoune)
a295be21f6
[qwt-qt6] new port ( #20921 )
...
Co-Authored-By: Billy O'Neal <bion@microsoft.com>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2021-11-29 23:48:22 -08:00
Billy O'Neal
75a337d932
Remove teemo from ci.baseline.txt. Resolves ( #21764 )
...
PASSING, REMOVE FROM FAIL LIST: teemo:x64-windows-static-md
2021-11-29 17:40:23 -08:00
autoantwort
b1583534ce
[tomlplusplus] no absolute paths ( #21733 )
...
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-11-29 17:23:48 -08:00
autoantwort
78ab7763bd
[curlpp] no absolute paths ( #21712 )
2021-11-29 17:22:25 -08:00
autoantwort
c53bd66ec2
[pcre2] no absolute paths ( #21710 )
2021-11-29 17:22:15 -08:00
Lisa Ong
304b9a0268
Enable tomlplusplus port for OSX and ARM ( #21742 )
...
* enabled osx builds now that https://github.com/microsoft/vcpkg/issues/6645 is fixed
* updated port version since upsteam was unchanged
* update version database
* Delete vcpkg_fail_port_install call.
* Unblock arm.
Co-authored-by: Lisa Ong <>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-11-29 17:18:21 -08:00
autoantwort
15254f2fde
[libcopp] no absolute paths ( #21707 )
2021-11-29 17:17:26 -08:00
autoantwort
3286f33088
[ode] no absolute paths ( #21713 )
2021-11-29 17:14:35 -08:00
autoantwort
945f540e76
[realsense2] no absolute paths ( #21726 )
2021-11-29 17:05:33 -08:00
autoantwort
d9a383d331
[freerdp] no absolute paths ( #21716 )
2021-11-29 17:05:12 -08:00
autoantwort
247c420905
[crossguid] no absolute paths ( #21711 )
2021-11-29 17:03:24 -08:00
autoantwort
2ccde9901c
[bond] no absolute paths ( #21732 )
2021-11-29 17:02:49 -08:00
Koby Kahane
793256e0f2
[sqlite3] Update to 3.37.0 ( #21729 )
2021-11-29 17:02:21 -08:00
autoantwort
415e6b00ba
[tcl] no absolute paths ( #21724 )
2021-11-29 17:01:51 -08:00
autoantwort
8500aee297
[omplapp] no absolute paths ( #21721 )
2021-11-29 17:01:33 -08:00
autoantwort
b6208108a7
[mathgl] no absolute paths ( #21719 )
2021-11-29 17:01:04 -08:00
autoantwort
7bf3c0d83d
[graphqlparser] no absolute paths ( #21718 )
2021-11-29 17:00:29 -08:00
autoantwort
a118f6af79
[skia] no absolute paths ( #21717 )
2021-11-29 16:59:50 -08:00
autoantwort
f9acdf90c5
[cartographer] no absolute paths ( #21709 )
2021-11-29 16:52:34 -08:00
autoantwort
84216277df
[blitz] no absolute paths ( #21708 )
2021-11-29 16:52:16 -08:00
autoantwort
e54a86b184
[fastor] no absolute paths ( #21702 )
2021-11-29 16:47:55 -08:00
autoantwort
c5a60d4026
[libtins] no absolute paths ( #21697 )
2021-11-29 16:44:14 -08:00
autoantwort
e873f77971
[vtk-m] no absolute paths ( #21691 )
2021-11-29 16:39:20 -08:00
Kai Pastor
b652d33fd6
[vcpkg] Revise the file lists script ( #20864 )
...
* Don't mix files from different triplets
* Revise printing of includes
2021-11-29 16:12:27 -08:00
Alexander Neumann
60a8f7971e
[glib] update to 2.70.1 ( #21676 )
...
* [glib] update to 2.70.1
* version stuff
* fix dependency
* version stuff
* CI Retrigger
* trying to fix glib on osx.
* version stuff
* Trigger CI
2021-11-29 12:31:32 -08:00
Lanyi
d48bae0c50
[EasyHook] Fix the build failure "cannot open include file 'afxres.h'" when MFC SDK is not installed ( #21035 )
...
* [EasyHook] Fix build when MFC isn't available
See https://github.com/microsoft/vcpkg/issues/21011
https://github.com/EasyHook/EasyHook/issues/210
* update port version
2021-11-29 12:28:17 -08:00
Alexander Neumann
b03d383e49
[libflac] Fix pc file ( #21675 )
...
* [libflac] fix pc file; remove m flag on windows and add version
* version stuff
2021-11-29 12:02:52 -08:00
An Tao
36de5f9de5
[trantor] Update to 1.5.3 ( #21728 )
...
* [trantor] Update to 1.5.3
* format
* version
2021-11-29 12:02:15 -08:00
dave-juicelabs
2496d23d41
[vcpkg-gn] New port vcpkg-gn ( #21498 )
...
* [vcpkg-gn] Adding gn as a host only port
* Disable support for x86 and fix variable name usage.
* [vcpkg-gn] Version information.
* Updating documentation.
Co-authored-by: David McCloskey <davmcclo@gmail.com>
2021-11-29 11:42:39 -08:00
Kai Pastor
a515872b1a
[vcpkg baseline][python3] Fix race during parallel install ( #21734 )
...
* Fix race in parallel install
* Update versions
2021-11-29 10:05:12 -08:00
Berrysoft
3f56cc65d8
[gtk] update to 4.4.0 ( #20654 )
...
* Make gtk4.4 build.
* Update baseline for gtk
* Fix vcpkg version.
* Fix vcpkg version.
* [gtk] Fix macos build.
* [gtk] Fix linux build.
* [gtk] Add patches.
* [gtk] Bump versions - again
* Fix macos patch.
* Bump versions.
* Install xdamage.
* Bump versions.
* Add merged patch from upstream.
* [gtk] Bump version.
* Delete duplicate install of libxdamage-dev
* Add comment about change being merged upstream.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-11-29 08:43:49 -08:00
Billy O'Neal
b6b0e29209
[vcpkg baseline][hpx] Provide the correct dependencies when hpx chooses to use tcmalloc ( #21673 )
...
* [hpx] Always use the system malloc.
* Use tcmalloc rather than the system malloc when targeting Linux as requested by the hpx maintainers.
2021-11-29 08:40:37 -08:00
LilyWangLL
3a68454afa
[libgit2] Add Exported CMake Targets ( #21670 )
...
* [libgit2] Add Exported CMake Targets
* update version
* update version
* Remove no longer applicable comment.
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-11-27 23:32:06 -08:00
Stanislav Ershov
d48ac9aa52
[angelscript] Update to 2.35.1 ( #21639 )
...
* [angelscript] Update to 2.35.1
* [angelscript] update versions json
* [angelscript] apply suggestions
* [angelscript] add port version
* [angelscript] update versions json
* [angelscript] update versions json
* Update ports/angelscript/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* [angelscript] update versions json
* Update angelscript.json
* Remove no longer necessary vcpkg_fail_port_install call and fixup whitespace.
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-11-27 23:31:55 -08:00
Osyotr
1d84bbd83d
[poly2tri] Fix consuming the library due to incorrectly encoded header ( #21653 )
...
* [poly2tri] Fix consuming the library due to incorrectly encoded header
sweep.h was in ANSI codepage and some characters were illegal in utf-8
* Completely remove the surname.
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-11-27 23:29:12 -08:00
Billy O'Neal
b3cfaaf1bb
Update tool to 2021-11-24. ( #21654 )
...
* Update tool to 2021-11-24.
* Reformat ports affected by https://github.com/microsoft/vcpkg-tool/pull/282
2021-11-26 01:25:06 -08:00
Ahmed Yarub Hani Al Nuaimi
148fba1d1a
Fix building AWS SDK for C++ with CMake 3.22.0 ( #21668 )
...
* Fix AWS SDK for C++ configuration
* Update versions
Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com>
2021-11-26 01:20:02 -08:00
autoantwort
d6bd10b9af
[pcre] no absolute paths ( #21664 )
2021-11-26 01:19:38 -08:00
autoantwort
2617697840
[rapidjson] no absolute paths ( #21662 )
2021-11-26 01:19:10 -08:00
Koby Kahane
77d4d314c0
[rocksdb] update to v6.26.1 ( #21661 )
...
* [rocksdb] update to v6.26.1
* [rocksdb] update to v6.26.1.
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-11-26 01:18:37 -08:00
Guekka
7c03f8a6ab
[nifly] new port ( #21553 )
...
* [nifly] new port
* [nifly] update versions database
* [nifly] Fix name of HEAD_REF
Co-authored-by: Sergii Baitala <sbaitala@imprivata.com>
* [nifly] update versions database
* [nifly] Update ports/nifly/portfile.cmake
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update vcpkg.json
* [nifly] update versions database
* Remove no longer necessary vcpkg_fail_port_install and fixup whitespace.
Co-authored-by: Sergii Baitala <sbaitala@imprivata.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-11-26 01:17:35 -08:00
Alexander Neumann
e4e97557c7
[opengl/egl-registry] update and add pc file ( #21651 )
...
* [egl-registry] update
* [opengl-registry] update + pc file
* [glad] update due to new opengl spec layout
* fix hash
* version stuff
* push glad to port verison 3
* version stuff
* fix version
* use glob for opengl-registry installation.
* version stuff
* Apply suggestions from code review
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* version stuff
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2021-11-26 01:17:11 -08:00
itsmattkc
22cd7265e4
[qmake] Check build type for debug/release ( #21650 )
2021-11-26 01:16:15 -08:00
itsmattkc
cb4c366fb6
[x264] check exists before rename ( #21501 )
...
* [x264] Use conditional for renaming debug lib
* update version database
2021-11-26 01:15:47 -08:00
JonLiu1993
18c9639021
[Catch2] Update catch2 HEAD_REF from master to devel ( #21660 )
...
* [Catch2] Fix install from head
* update version
* change catch2 HEAD_REF
* update version
2021-11-26 01:07:46 -08:00
Ahmed Yarub Hani Al Nuaimi
65f712f173
[kubernetes] update to latest commit ( #21647 )
...
* Update Kubernetes Client Library
* Update versions
Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com>
2021-11-26 01:07:05 -08:00
Jack·Boos·Yu
8b33a018cc
[type-safe] Fix usage ( #21640 )
...
* [type-safe] Fix usage
* version
2021-11-26 01:06:45 -08:00
autoantwort
08a0302e78
[avro-c] no absolute paths ( #21630 )
2021-11-26 01:03:05 -08:00
autoantwort
ca163edd6c
[gpgme] no absolute paths ( #21626 )
2021-11-26 01:02:41 -08:00
myd7349
e2b97363d3
[oof] Add new port ( #21624 )
...
* [oof] Add new port
* [oof] Version stuffs
2021-11-26 01:01:41 -08:00
Llewellyn Falco
90fb4c907a
[approval-tests-cpp] Update to 10.12.1 ( #21627 )
...
* [approval-tests-cpp] Update to 10.12.1
* [approval-tests-cpp] Update to 10.12.1
2021-11-26 00:59:38 -08:00
myd7349
cdccaa0bf7
[simdjson] Update to 1.0.2 ( #21622 )
...
* [simdjson] Update to 1.0.2
* [simdjson] Bump version
2021-11-26 00:59:13 -08:00
Frank
2100b8356d
[lws] Update version to 4.3.0 ( #21672 )
...
* update version to 4.3.0
* update version
* version-semver
* update version
2021-11-26 00:58:50 -08:00
LilyWangLL
d34c0f2e2f
[tinyspline] Fix target "tinysplinecxx::tinysplinecxx" was not found ( #21618 )
...
* [tinyspline] Fix target "tinysplinecxx::tinysplinecxx" was not found
* update version
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2021-11-26 00:58:15 -08:00
winsoft666
4b17c23f6b
[teemo] Update to v2.3 ( #21616 )
...
* [cpp-ipc] Update 1.0.1
* [cpp-ipc] Update version and ci.baseline
* [cpp-ipc] Remove cpp-ipc from ci.baseline.txt
* [teemo] Update to v2.3
* [teemo] Run `vcpkg x-add-version --all`
* [teemo] Update vcpkg.json
* [teemo] Run vcpkg `x-add-version teemo --overwrite-version`
* Remove excess teemo.json
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-11-26 00:57:55 -08:00
Adam Mitz
679367ec12
[ace] new optional feature: xml-utils ( #21334 )
...
* [ace] new optional feature: xml-utils
* vcpkg x-add-version
2021-11-26 00:49:09 -08:00
Rémy Tassoux
989f5594f8
[vcpkg] Fix external include path ( #21544 )
...
* [vcpkg] Fix external include path
* Fix ExternalIncludePath syntax
Co-authored-by: Billy O'Neal <bion@microsoft.com>
Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2021-11-26 00:35:05 -08:00
Burak Arslan
e0201341c9
[vcpkg] Small fixes to vcpkg_build_make ( #21296 )
...
* vcpkg_build_make: doc sync
Change-Id: I44c39663c397cbdeadf1b875ee7e6e1c781add05
* vcpkg_build_make: fix typo
Change-Id: I1f401256b2f4e600a1216de499f044ea3c5a2130
2021-11-26 00:25:40 -08:00
Dawid Wróbel
d0ce2aa08b
[kf5*] Update to 5.87 ( #20938 )
...
* [kf5*] Update to 5.87
* [kf5*] Wrap paths in quotes
* [kf5*] Use current portfile spec
* [kf5*] Add missing PACKAGE_NAME where applicable
* [kf5config] use vcpkg_copy_tools to copy tools
* [kf5*] Install data files to a standard /share location
* [kf5sonnet] use vcpkg_copy_tools to copy tools
* [kf5*] no need to remove non-existent folders
* [kf5windowsystem] link against XCB when building statically
* [kf5dbusaddons] link against X11Extras when building statically
* [kf5syntaxhighlighting] handle /qml and /bin dirs
* [kf5*] KDE_INSTALL_QMLDIR instead moving by hand
* [kf5syntaxhighlighting] install kate-syntax-highlighter tool
* [kf5*] Formatting
* [kf5config] copy libexec tools to correct subfolders on *nix
* [kf5globalaccel] Make XCB XTEST optional requirement
* [kf5kio] Find LibMount when building statically
* [kf5kio] Revert blkid usage
221a94a66c
* [kf5*] Disable any doc leftovers
* [kf5*] update versions
* [kf5sonnet] don't build examples
* [kf5*] update versions
* [ecm] vcpkg-cmake-config dependency is extraneous
* [kf5kio] formatting
* [kf5*] update versions
2021-11-25 23:36:46 -08:00
Qingnan Duan
2729e6e7be
[Fastor] add new port Fastor ( #16587 )
...
* Add fastor port
* Resolve comments
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Resolve comments
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Resolve comments
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* update version
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-11-25 23:30:36 -08:00
autoantwort
b722bcf25f
[qt5-base] no absolute paths ( #21568 )
2021-11-25 23:26:56 -08:00
Mahder Gebremedhin
446f0d9a37
Fix working directory for archiving from git. ( #21166 )
...
- The directory specified no longer matches the directory used for
fetching.
- This was overlooked by PR microsoft/vcpkg#19338 .
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-11-25 23:22:17 -08:00