Commit Graph

3032 Commits

Author SHA1 Message Date
Benjamin Oldenburg
64d550b430
[libunibreak] Update to 5.0 (#24469)
* Updated libunibreak and added config.cmake file

* Updated version

* Updated the manifest file

* updated git-tree

* Remove vcpkg-cmake-config dependency

* updated version

Co-authored-by: Benjamin Oldenburg <benamin.oldenburg@ordis.co.th>
2022-04-29 12:33:44 -07:00
chausner
0051a1879c
[aricpp] Update to 1.1.2 (#24391)
* Update aricpp to 1.1.2

* Update CI baseline

* Mark as header-only, remove vcpkg_copy_pdbs

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-04-29 11:44:17 -07:00
Daniel Schürmann
8ca9b2b84c
[wavpack] arm support (#21790)
* [osx] set CMAKE_SYSTEM_PROCESSOR from VCPKG_TARGET_ARCHITECTURE on osx

* [linux] Set CMAKE_ASM_COMPILER and CMAKE_ASM-ATT_COMPILER in case of crosscompile

* [wavpack] migrate to vcpkg_cmake_install

* [wavpack] enable arm builds

* [wavpack] Add  license field to vcpkg.json

* [OSX] don't default to 86_64
2022-04-29 11:42:37 -07:00
nicole mazzuca
9ccd693f1b
[toolchain windows] set CMAKE_SYSTEM_PROCESSOR (#24100)
* [toolchain windows] set CMAKE_SYSTEM_NAME and CMAKE_SYSTEM_PROCESSOR

In specific, I did this for the cpuinfo PR - I realized the reason
that cpuinfo doesn't support arm64 windows cross compilation is because
we don't set CMAKE_SYSTEM_PROCESSOR.

* correctly set CMAKE_CROSSCOMPILING

* start fixin libraries

* more changes:

- gainput: remove line
- glog: remove try_run when cross compiling
- windows.cmake: set CMAKE_SYSTEM_VERSION

* more patches

- mapnik: set BOOST_REGEX_HAS_ICU to avoid check_cxx_source_runs
- orc: set HAS_PRE_1970 and HAS_POST_2038 for same
- seal: change out check_cxx_source_runs for check_cxx_source_compiles

* more changes

* fix x86-windows

* fix qpid-proton, glog

* build corrade-rc

* fix x64-uwp ports

* forgot to _actually_ always build corrade-rc .,.

* Replay #22831

* Dedupe CMAKE_SYSTEM_NAME settings.

* Add quotes for corrade_rc_param

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

* Update version DB.

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-04-29 11:40:30 -07:00
Thomas1664
585ff442dd
[jansson] Fix UWP build (#24466)
* [jansson] cleanup

* version

* Roll back version

* version

* Unsupported on UWP

* version

* patch

* Remove supports

* version
2022-04-28 20:50:41 -07:00
Leonid Pospelov
6e52f3130d
[CMakeRC] Add new port (#24454)
* create port

* .

* Update cmakerc.json

* Update portfile.cmake

* Update vcpkg.json

* Update cmakerc.json

* Update portfile.cmake

* Update cmakerc.json

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-04-28 17:24:55 -07:00
Thomas1664
b5b1bdb20a
[libcbor] Update to 0.9.0 (#24453)
* [libcbor] Update to 0.9.0

* version

* Fix cmake config

* version

* remove cmake config

* version
2022-04-28 16:10:18 -07:00
Thomas1664
f8ed143052
[aixlog] Disable examples (#24452)
* [aixlog] Disable examples

* Likely not semver

* version
2022-04-28 16:02:41 -07:00
Thomas1664
5af7af31d1
[check] Use modern cmake helpers and disable tests (#24451)
* [check] Disable tests

* version
2022-04-28 16:01:47 -07:00
Alonso Schaich
26ad3c7b3e
[fribidi] Update to 1.0.12 (microsoft#24443) (#24444) 2022-04-28 16:00:38 -07:00
Billy O'Neal
66818c9f1d
Put hash-library files in a subdirectory to avoid: (#24433)
```
Starting package 895/1846: hash-library:x86-windows
Building package hash-library[core]:x86-windows...
-- Note: hash-library only supports static library linkage. Building static library.
-- Downloading https://github.com/stbrumme/hash-library/archive/hash_library_v8.tar.gz -> stbrumme-hash-library-hash_library_v8.tar.gz...
-- Extracting source D:/downloads/stbrumme-hash-library-hash_library_v8.tar.gz
-- Applying patch 001-fix-macos.patch
-- Using source at D:/buildtrees/hash-library/src/library_v8-6124f7a6ce.clean
-- Found external ninja('1.10.2').
-- Configuring x86-windows
-- Building x86-windows-dbg
-- Building x86-windows-rel
-- Installing: D:/packages/hash-library_x86-windows/share/hash-library/copyright
-- Performing post-build validation
-- Performing post-build validation done
Uploaded binaries to 1 HTTP remotes.
Installing package hash-library[core]:x86-windows...
The following files are already installed in D:/installed/x86-windows and are in conflict with hash-library:x86-windows

Installed by czmq:x86-windows
    include/sha1.h

Elapsed time for package hash-library:x86-windows: 3.227 s
```
2022-04-28 15:54:08 -07:00
Alonso Schaich
d1904c8625
[gdk-pixbuf] update to 2.42.8 (#24427)
* [gdk-pixbuf] Update to 2.42.8 (microsoft#24426)

* [gdk-pixbuf] Regenerate patch (microsoft#24426)

* [gdk-pixbuf] Use enabled/disabled for features (microsoft#24426)

* [gdk-pixbuf] Add glib-compile-resources to the used binary list
(microsoft#24426)

* [gdk-pixbuf] Remove obsolete patch (microsoft#24426)

* [gdk-pixbuf] regenerate version registries (microsoft#24426)
2022-04-28 15:53:44 -07:00
Benjamin Oldenburg
0d71120fc2
[harfbuzz] Update to 4.2.0 (#24144)
* updated harfbuzz from 3.2.0 to 4.2.0

* updated version

* Update ports/harfbuzz/vcpkg.json

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

* updated version

* Removed paths from library definitions in *.pc files in case of windows static build\nRemoved patches

* version-semver -> version

* Delete no longer applied patches.

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-04-28 15:32:04 -07:00
JonLiu1993
53b90be27f
[symengine] update to 0.9.0 (#23483)
* [symengine] update to 0.9.0

* update version

* Add license

* update version
2022-04-28 15:31:38 -07:00
Dennis
a106de33bb
[asio-grpc] Update to 1.6.0 (#24438) 2022-04-27 19:00:17 -07:00
LilyWangLL
a7de685ed1
[zookeeper] Update to version 3.5.6 (#24424)
* [zookeeper] Update to version 3.5.6

* x-add-version

* format portfile.cmake

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-04-27 18:59:45 -07:00
Kai Pastor
7bb00fe8b5
[c-ares] Fix usage (#24385)
* Minor changes

* Guard creation of imported lib

* Add usage

* Update versions
2022-04-27 18:59:20 -07:00
ChrisSchulte
c203e35d43
[simage] update version to 1.8.2 (#24125)
* Update simage port for version 1.8.2

* Correction of Fatal message in patch file.

* Update version database

* Added license entry.

* Update version database

* Corrected port version number

* Corrected vcpkg port versioning.

* Corrected hash.
2022-04-27 18:55:39 -07:00
Alexander Neumann
05c93c5c5a
[Fix uwp toolchain|world rebuild] make ninja work for uwp (#22831) 2022-04-27 18:12:48 -07:00
autoantwort
e9d2b4c40e
[vcpkg ci] Check for deprecated license identifiers (#23039) 2022-04-27 12:58:45 -07:00
Billy O'Neal
474f73649c
[czmq] Delete "headers" that should not be installed (#24434)
See: https://github.com/zeromq/czmq/issues/2197
Related: https://github.com/microsoft/vcpkg/pull/24433
2022-04-27 12:02:26 -07:00
JonLiu1993
fb02a78561
[poco] Update Version to 1.11.2 (#24425)
* [poco] Update Version to 1.11.2

* update version
2022-04-26 19:27:26 -07:00
chausner
bdd93cb0fc
[fplus] Update to 0.2.18 (#24387)
* Update fplus to 0.2.18

* Update CI baseline

* Add license

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>

* Remove unused option

* Update CI baseline

* Switch to "version"

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>
2022-04-26 19:26:39 -07:00
Cheney Wang
ee0bf4729a
[libflac] Update to 1.3.4 (#24399)
* [libflac] Update to 1.3.4

* Fix usage issue

* Modify format

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-04-26 19:26:07 -07:00
Eric Kilmer
07b9eeecd2
[z3] Update to 4.8.16 (#24407)
* [z3] Update to 4.8.16

* Use Python3 instead of Python2

Python2 is EOL and the build script works with Python3, so we should
prefer Python3

* Update version
2022-04-26 19:24:59 -07:00
jimmyhu
1f00c0f42f
[jansson] Update to 2.14 (#24411)
* [jansson] Update to 2.14

[jansson] Update to 2.14

* [jansson] Update portfile.cmake

[jansson] Update portfile.cmake

* Update jansson.json

Update jansson.json

* Update jansson.json

Update jansson.json

* Update baseline.json

Update baseline.json

* Update ports/jansson/vcpkg.json

Co-authored-by: Billy O'Neal <bion@microsoft.com>

* Update versions/j-/jansson.json

* Update versions/j-/jansson.json

* Update ports/jansson/vcpkg.json

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>

* Update versions/j-/jansson.json

* Update versions/baseline.json

Co-authored-by: Billy O'Neal <bion@microsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>
2022-04-26 19:23:52 -07:00
Bill Avery
6cb4f0cc87
[cppgraphqlgen] Update to v4.2.0 (#24412)
* [cppgraphqlgen] Update to v4.2.0

* Run vcpkg x-add-version --all
2022-04-26 19:23:30 -07:00
Rémy Tassoux
9785d90511
[quill] Update to 1.7.2 (#24419)
* [quill] Update to 1.7.2

* [quill] Update version files
2022-04-26 19:23:08 -07:00
JonLiu1993
22e4b9e235
[libdatachannel] update to 0.17.1 (#24294)
* [libdatachannel] update to 0.17.1

* update version

* Revert patch format

* update version

* disenble test

* update version

* add option

* update version
2022-04-26 18:48:48 -07:00
Frank
9f643818c1
[libvpx] update to 1.11.0 (#24372)
* [libvpx] update to 1.11.0

* update version

* update license

* update version
2022-04-26 11:09:27 -07:00
Mengna Li
94c728df6b
update ijg-libjpeg to 9e (#24395) 2022-04-25 17:28:30 -07:00
chausner
b360be7666
[toml11] Update to 3.7.1 (#24393)
* Update toml11 to 3.7.1

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-04-25 17:26:05 -07:00
chausner
f368d0dfaa
[yyjson] Update to 0.4.0 (#24392)
* Update yyjson to 0.4.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-04-25 17:25:42 -07:00
chausner
9d642bd84f
[iir1] Update to 1.9.1 (#24390)
* Update iir1 to 1.9.1

* Update CI baseline

* Only either build as shared or static

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-04-25 17:25:05 -07:00
chausner
2baa492fa9
[effolkronium-random] Update to 1.4.1 (#24389)
* Update effolkronium-random to 1.4.1

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-04-25 17:24:20 -07:00
chausner
00e6aa726b
[ctre] Update to 3.6.0 (#24388)
* Update ctre to 3.6.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-04-25 17:23:39 -07:00
chausner
8afec80768
[bext-sml] Update to 1.1.5 (#24386)
* Update bext-sml to 1.1.5

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-04-25 17:23:16 -07:00
chausner
5bea9618ce
[cli11] Update to 2.2.0 (#24384)
* Update cli11 to 2.2.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-04-25 17:22:49 -07:00
chausner
7891c9d910
[hash-library] Add new port (#24383)
* Add hash-library 8

* Update CI baseline

* Add patch for macOS

* Update CI baseline

* Allow shared builds on Linux/macOS

* Update CI baseline

* Address code review feedback

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-04-25 17:22:27 -07:00
Kai Pastor
810775e367
[geos] Update, cleanup (#24382)
* Update geos to 3.10.2

* Minor cleanup

* Drop the legacy debug postfix

All downstream ports in vcpkg use either CMake config or pkg-config.

* Fix EXTRA_OPTIONS list handling

* Update versions
2022-04-25 17:17:07 -07:00
JonLiu1993
47a587c0e1
[wt] update to 4.7.1 (#24376)
* [wt] update to 4.7.1

* update version

* add license

* update version
2022-04-25 17:15:43 -07:00
JonLiu1993
7ee7648cb6
[libusb] update to 1.0.26 (#24375)
* [libusb] update to 1.0.26

* update version
2022-04-25 17:15:24 -07:00
JonLiu1993
8d5311bf3c
[refl-cpp] update to 0.12.3 (#24374)
* [refl-cpp] update to 0.12.3

* update version

* add license

* revert vcpkg.json
2022-04-25 17:15:03 -07:00
Frank
4e095771ae
[rhash] update to 1.4.2 (#24369)
* [rhash] update to 1.4.2

* update version

* remove unused method

* overwrite-version
2022-04-25 17:10:37 -07:00
Frank
ba919a0fd5
[wxchartdir] update to 2.0.0 (#24368)
* [wxchartdir] update to 2.0.0

* update version
2022-04-25 17:10:15 -07:00
Frank
6a5e541af5
[libpqxx] update to 7.7.3 (#24366)
* [libpqxx] update to 7.7.3

* update version
2022-04-25 17:09:38 -07:00
Rémy Tassoux
69dc103b6d
[quill] Update to 1.7.1 (#24363)
* [quill] Update to 1.7.1

* [quill] Update version files
2022-04-25 16:47:29 -07:00
Frank
e50d5baf66
[caf] update to 0.18.6 (#24335)
* [caf] update to 0.18.6

* update version

* Correct license identifier to BSD 3 clause. https://github.com/actor-framework/actor-framework/blob/master/LICENSE

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-04-25 16:36:25 -07:00
Thomas1664
e66dded96c
[openvpn3] update to 3.7 (#24360)
* [openvpn3] update to 3.7

* version
2022-04-25 16:15:56 -07:00
Rémy Tassoux
3db88df035
[celero] Update to 2.8.3 (#24349)
* [celero] Update to 2.8.3

* [celero] Update version files

* [celero] fix binaries install path

* [celero] Update version files
2022-04-25 16:15:28 -07:00