Commit Graph

833 Commits

Author SHA1 Message Date
Kai Pastor
023974c3db
[libpng] Fix arm neon (#30226) 2023-03-19 23:17:54 -07:00
Cheney Wang
ab1020f24d
[libressl] Update to 3.6.2 (#30193)
* [libressl] Update to 3.6.2

* Format

* Use value of hash directly
2023-03-19 23:17:24 -07:00
Kai Pastor
54bf862901
[libcaer,dv-processing] Port fixes, cleanup (#30098)
* [libcaer] Fix libusb dependency, cleanup

* [dv-processing] Fix config race, cleanup

* Add tools feature [skip actions]

* WIP [skip actions]

* WIP [skip actions]

* Finish changes

* Fix comment

* CR requests
2023-03-15 17:17:26 -07:00
Kai Pastor
f880a3718c
[libspatialite] Fix android (#30173) 2023-03-15 10:35:09 -07:00
Mengna Li
7c34d0cb29
update to 1.13.0 (#30167) 2023-03-15 10:31:12 -07:00
Henrik Gaßmann
a166d75769
[llfio] Fix commit reference (#30194) 2023-03-15 10:25:53 -07:00
Kai Pastor
73b9a2a359
[openssl,vcpkg-cmake-get-vars] Fix android and emscripten, add feature tools (#29966)
* [vcpkg-cmake-get-vars] Call 'project' early

System variables like 'APPLE' or 'ANDROID' aren't set before 'project()'.

* Get Android variables

* [openssl] Ensure that compiler is reached via 'PATH'

* Fix Android configuration

* Add 'tools' feature

* Update versions

* [openssl] Initialize android with vcpkg settings

* [openssl] Really don't build apps

* [vcpkg-cmake-get-vars] Update android vars

* [libpq] Pass openssl version from pkgconfig

* [vcpkg-cmake-get-vars] Update android vars

* [vcpkg-cmake-get-vars] Report generator

* [vcpkg-cmake-get-vars] Escape all output

* Transfer cmake-get-vars fixes

* Transfer cmake-get-vars extra flags

* no-asm for android-arm w/o neon

* [vcpkg_configure_make] Unquote as needed

Toolchain flags are passed into make via environment variables (e.g.
CFLAGS) and expanded by Makefiles regardless of quotes. And even vcm's
internal handling isn't prepared for these quotes. So we must remove
the early. This doesn't interfere with properly escaped quotes.

* Re-add lost 'project', amends 4cf7caaa

* [openssl] Fix emscripten
2023-03-14 14:11:06 -07:00
MonicaLiu
72a711e5fb
[libcbor] Update to 0.10.2 (#30168)
* update lincbor

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-03-14 11:59:55 -07:00
Mengna Li
c4b6dbf497
[libphonenumber] update to 8.13.7 (#30148)
* update to 8.13.7

* update
2023-03-13 11:35:01 -07:00
Henrik Gaßmann
7509b4ce7b
[llfio,ned14-internal-quickcpplib] Add version 2023-03-13 (#30149)
* [ned14-internal-quickcpplib] Update to version 2023-03-13

* [llfio] Update to version 2023-03-13

* Update version database
2023-03-13 11:34:08 -07:00
autoantwort
f3ebb73184
[LLGL] update (#30072) 2023-03-12 21:13:33 -07:00
Kai Pastor
4aac45ca53
[libiconv] Fix android (#30092)
* [libiconv] Fix android clang

* cleanup
2023-03-12 21:07:34 -07:00
autoantwort
01ddb47f75
[libqrencode] fix feature tools (#30103) 2023-03-12 20:59:51 -07:00
autoantwort
ff5e394293
[libde265] use supports expression (#30104) 2023-03-12 20:54:35 -07:00
autoantwort
0987b1aa01
[libdivide] no werror et al (#30105) 2023-03-10 11:20:57 -08:00
Kai Pastor
c74c03819a
[libtasn1] Fix android clang (#30093) 2023-03-09 11:49:08 -08:00
Denis Barkar
7c729f5fcd
[libopnmidi] add new port (#30015) 2023-03-08 14:16:13 -08:00
Jack·Boos·Yu
8ead9c2674
[many ports]switch to vcpkg-cmake / vckg-cmake-config part 3 (#29883)
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 3

* version

* typo

* version

* typo

* version

* Fix params

* version

* deprecated vcpkg_extract_source_archive_ex

* version

* fix arguments

* version

* Rename argument

* version

* Deprecate vcpkg_extract_source_archive_ex

* version

---------

Co-authored-by: jyu49 <yu_jack@apple.com>
2023-03-07 14:14:52 -08:00
Denis Barkar
64fabc9401
[libadlmidi] add new port (#29952) 2023-03-02 12:56:27 -08:00
SunBlack
1840f03fdf
[libdeflate] New port (#29910) 2023-03-02 12:07:40 -08:00
Alexander Neumann
2c3f7b45b4
[Libpq] update to 15.2 (#29867)
* [libpq] update to 15.2

* v db

* add ldap to wrapper

* fix arm patch

* v db

* use vcpkg_extract_source_archive instead of the _ex version

* v db
2023-03-01 11:04:27 -08:00
Tobias Funk
b41bc7cfed
[lua] Fix compiler error of lua[tools] (#29897)
* Fix linux tools can't compile with undefined reference to `sin'

* update port version

* update baseline.json

* fix duplicate FIND_LIBRARY (LIB_MATH NAMES m) & fix linking of luac is missing math libs

* update lua port version in version database

---------

Co-authored-by: tobias.funk <tobias.funk@nortonlifelock.com>
2023-03-01 10:41:21 -08:00
Sean Farrell
39170e3eb9
[litehtml] Fix litehtml.h under Visual Studio (#29873)
* [litehtml] Fix litehtml.h under Visual Studio

* [litehtml] Update version baseline.
2023-02-28 10:10:26 -08:00
Yingwei Zheng
1d26dc852e
[libffi] add risc-v support (#29870) 2023-02-28 10:06:28 -08:00
Clinton Ingram
41b17b8090
[libjxl] Update to 0.8.1 (#29862)
* update libjxl to 0.8.1

* update baseline
2023-02-28 10:04:46 -08:00
jim wang
d5bc0e71e0
[vcpkg baseline] [luminoengine] Fix cann't find luminoengine.lib (#29879)
* [luminoengine] Fix cannot find luminoengine library

* update version

* update version database

* fix review

* update version

* rename patch

* update version

* fix ci error

* update version

* fix ci error

* update version
2023-02-27 18:15:36 -08:00
MonicaLiu
14f7d2896e
[libjpeg-turbo] Update to 2.1.5.1. (#29781)
* update libjpeg-turbo

* update version

* Undo rxcpp changes

* update patch

* update version

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2023-02-27 11:57:38 -08:00
SunBlack
5a08096b14
[libe57format] Update to 3.0.0 (#29840) 2023-02-27 11:50:12 -08:00
Billy O'Neal
9484a57dd5
Update vcpkg-tool to 2023-02-16. (#29664) 2023-02-24 11:57:40 -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
MonicaLiu
c5a9aa4028
[libavif] Update to v0.11.1. (#29315)
* update libavif

* update version

* update patch

* update version

* update EOF

* update version

* update patch

* update version

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-02-23 11:21:03 -08:00
Obbart
c4c22be7df
[lastools] Update to 2.0.2, fix include directories (#29770)
* [lastools] Update to 2.0.2, fix include directories

* [lastools] Updated version database

* [lastools] Replaced deprecated functions

* [lastools] Updated reference, fixed ci.baseline.txt

* [lastools] Updated versions database

* [lastools] Removed port-version from vcpkg.json

* [lastools] Updated version database

* [lastools] Fixed port version

* [lastools] Updated version database

---------

Co-authored-by: Emanuele Trabattoni <Emanuele.Trabattoni@faro.com>
2023-02-23 11:19:45 -08:00
lriki
3ceba3d976
[luminoengine] new port (#29668)
* wip

* wip

* wip

* wip

* fix

* fix

* fix

* desc

* fix for guidelines

* format

* Run x-add-version

* Add supports

* Default is core only

* Default is core only

* add version

* uwp unsupported

* add version

* rename port

* add version

* fix config path

* add version
2023-02-21 09:48:11 -08:00
Alexey Rochev
e94dfc2b92
[libidn2] Fix linking static libidn2 into shared library (#29749) 2023-02-21 08:47:24 -08:00
Sean Farrell
2f0f813af3
[litehtml] new port version 0.6 (#29673)
* [litehtml] add port in version 0.6

* [litehtml] update versions

* [litehtml] is not semver

* [litehtml] update versions

* [qttools] remove vendored litehtml

* [qtttools] remove unused fix_static_build.patch

* [qttools] fix manifest formatting

* [qttools] add version baseline

* [litehtml] fix find gumbo

* [litehtml] update version baseline.

* [litehtml] fix gumboConfig.cmake

* [litehtml] update version baseline
2023-02-21 07:58:00 -08:00
Nicholas Hayes
b2c94c4231
[libheif] Update to 1.15.1 (#29710) 2023-02-21 07:54:56 -08:00
Kai Pastor
2e3b958ff0
[libraw] Update to 0.21.1, revise dependencies (#29647)
* [libraw] Updated port to version 0.21.1

* [freeimage] Updated port to prepare for libraw version 0.21

* Add const in the right position

* Portfile modernization

* [libraw] Revise dependencies

* Add dng-lossy feature

* Update versions

* Add license

* Fix license name

---------

Co-authored-by: Anders Klemets <anderskl@microsoft.com>
2023-02-16 13:35:47 -08:00
Alexander Smyslov
6d16cb553a
[librdkafka] upgrade version up to 2.0.2 (#29651)
* Add files via upload

* [new port] avro-cpp

* add boost-format

* remove comments

* remove comments

* [librdkafka] upgrade version up to 2.0.2

* [librdkafka] upgrade version up to 2.0.2

* fix remarks

* fix remarks

---------

Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
2023-02-16 10:23:09 -08:00
David Liu
70cc9c536f
[libtorrent] fix build error on windows arm64 target (#29626)
* [libtorrent] fix build error on windows arm64 target

* Update version database
2023-02-16 10:04:52 -08:00
Paweł Wegner
959f8e3175
libevent: update to version at head and enable uwp support. (#29341)
Tagged release is +2 years old, fix-android-threads patch got upstreamed so it
is no longer necessary here. Also, includes a small patch which makes it
build on uwp.
2023-02-15 10:21:34 -08:00
chausner
a1b1c72016
[liblsl] Update to 1.16.1 (#29637)
* Update liblsl to 1.16.1

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-02-14 09:38:09 -08:00
Ahmed Yarub Hani Al Nuaimi
45e1df3415
[libssh] Fix Android build (again) (#29577)
* Fix libssh patch for Android

* Update versions

* Update versions
2023-02-13 08:45:40 -08:00
Jeroen Baert
6f3458d299
[libmorton] Updated version to 0.2.11 (#29482)
* Updated libmorton version

* Fixed version database

* Update ports/libmorton/portfile.cmake

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

* Update version database

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-02-13 07:46:34 -08:00
Nick Renieris
885004a1dd
[libqcow] Update to 20221124 (#29557)
Co-authored-by: nickr <nickr@kryptoslogic.com>
2023-02-13 07:40:51 -08:00
Pierre Wendling
658a8165a9
[libflac] Bump to 1.4.2 (#29584)
* [libflac] Bump to 1.4.2.

- The license was incorrectly set to GFDL instead of BSD-3.
See: https://github.com/xiph/flac#components
- Remove patches that were merged upstream.
- Stack protection and fortify source under mingw is checked upstream.
- CMake config file location has changed.
- Use vcpkg_install_copyright to install license.

* [libflac] Add usage file.

* [libflac] Update baseline.
2023-02-13 07:37:00 -08:00
Cheney Wang
edceba5ece
[libkml] Add target include directories (#29553) 2023-02-10 11:33:17 -08:00
Leonid Pospelov
371892cc20
[liblzma] fix emscripten build (#29561)
* fix wasm32

* port-version

* add ver
2023-02-10 11:30:30 -08:00
Cheney Wang
59b883e613
[libcopp] update to 2.1.2 (#29569) 2023-02-10 10:48:00 -08:00
6ziv
4bf41e29cf
[libsigcpp]fix libsigcpp include path (#29507)
* fix libsigcpp include path

* update version files

* fix indent

* change version number back

* fix pc

* rerun x-add-version

* Update license and upstream version

* revert and re-generate version files

* Update ports/libsigcpp/portfile.cmake

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* Update version again....

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-02-09 14:25:22 -08:00
Ahmed Yarub Hani Al Nuaimi
b1f65da6b2
[libssh] Fix Android build (#29515)
* Fix libssh's file permission constants

* Update version files

* Disable building libssh on ARM64 Windows

* Update version files

* Update patch

* Update patch

* Update version files

* Update patch

* Update versions
2023-02-09 12:44:07 -08:00