Commit Graph

1108 Commits

Author SHA1 Message Date
MonicaLiu
247662ef30
[libusb] Use /Z7 to embed the PDB into the executable (#33010) 2023-08-08 11:40:51 -07:00
Mengna Li
0e20c30315
Add pkgconfig file (#33031) 2023-08-08 11:32:45 -07:00
Kai Pastor
3a30230788
[libwebp] Fix SIMD patch quirks (#32985) 2023-08-08 11:28:38 -07:00
Osyotr
c6928dfb9e
[python3] Update to 3.11.4 (#31727)
* [python3] Update to 3.11.3

* Force set PythonForBuild on windows

* Set LD_LIBRARY_PATH on unix

* Always use vcpkg_find_acquire_program(PYTHON3) on windows

* Remove LD_LIBRARY_PATH shenanigans

* [vtk] Parse python version from include folder

* Fix static builds on windows

* Pass --with-build-python on unix

* [omniorb] Fix python version in patch

* Resurrect rpath patch

* [python3] fix usage

* [gobject-introspection] don't hardcode python version

* Update vcpkg_find_aquire_program(PYTHON3)
This is also required for gobject-introspection

* [paraview] don't hardcode python version

* [vtk-dicom] don't hardcode python version

* Update python in vcpkgTools.xml

* Fix host arch detection in vcpkg_find_acquire_program(PYTHON3)

* [libpq] Don't hardcode python version

* [shiva] Don't pass python variables

* [vcpkg-get-python-packages] Delete unused file, update hardcoded python version

* [python3] update to 3.11.4

* [omniorb] Use PREPEND in vcpkg_add_to_path
So that python from vcpkg is picked before system python

* libpq quickfix

* re-fix libpq

* fix vcpkg-get-python-packages

* Make windows 7 patch compatible with unix builds

* Copy pyd files to bin
Also fixes copying files that do not belong to current build tree

* Fix static builds

* Speculatively fix osx regression

* Fix omniorb on unix

* [gobject-introspection] fix windows builds

* [vtk] Update vendored copy of mpi4py for python 3.11 support

* [mdl-sdk] Fix python

* [gobject-introspection] fix the fix of a fix...

* Update versions

* Undo changes in gobject-introspection and vcpkg_find_aquire_program(PYTHON3)

---------

Co-authored-by: root <root@DESKTOP-UIPL9V8>
2023-08-07 13:19:53 -07:00
Kai Pastor
9a2fae790b
[libraw] Fix exported include dir (#32994) 2023-08-07 09:20:06 -07:00
Weihang Ding
a67ca6b1ea
[libphonenumber] Bump to 8.13.17 & fix linux and macOS build (#32899)
* [libphonenumber] Bump to 8.13.17 & fix linux and macOS build

* update version database

* fix windows icui18n lib name

* update version database

* fix patches

* update version database

* fix ci.baseline.txt
2023-08-07 09:07:45 -07:00
Alexander Smyslov
3a4b722ff4
[librdkafka] Upgrade up to v2.2.0 (#32951)
* Upgrade librdkafka up to v2.2.0

* Upgrade librdkafka up to v2.2.0

---------

Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
2023-08-04 06:46:41 -07:00
endingly
9dacc3bc01
[libhv] Update version (#32959)
* update libhv version to 1.3.1

* update vcpkg version information

* modify SHA512 value

* modify vcpkg version information

* delete patch file

* modify vcpkg version information

* Update ports/libhv/vcpkg.json

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

* revert version

* update version baseline

---------

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
Co-authored-by: Frank <1433351828@qq.com>
2023-08-04 06:45:20 -07:00
jim wang
9afce05282
[libhdfs3] Fix libhdfs3 to build missing dependent libraries libuuid and libgsasl (#31065)
* fix libhdfs3 build error

* update version

* fix dependency uuid

* update version

* fix dependency uuid

* update version

* fix osx

* update version

* fix uuid usage on osx

* update version

---------

Co-authored-by: Jim Wang (Beyondsoft Corporation) <v-wangjim@microsoft.com>
2023-08-03 11:32:05 -07:00
Cheney Wang
83f77efbd1
[librsvg] Remove -lm from the .pc file in Windows (#32893)
* [librsvg] Remove -lm from the .pc file in Windows

* Modify
2023-08-03 10:19:44 -07:00
myd7349
790f778cb1
[libxdf] Add new port (#32816)
* [libxdf] Add new port

* [libxdf] Format

* [libxdf] Add version stuff

* [libxdf] Use vcpkg_install_copyright

* [libxdf] Overwrite version

* [libxdf] Fix pugixml dependency

* [libxdf] Overwrite version

* [libxdf] Update to latest commit

* [libxdf] Overwrite version

* Revert "[libxdf] Overwrite version"

This reverts commit a9a791bbaf.

Revert "[libxdf] Update to latest commit"

This reverts commit 834ae8738c.
2023-08-03 09:55:15 -07:00
Kai Pastor
2f6176ce98
[freerdp] Update, cleanup + [libusb] Fix pc file (#32416)
* [freerdp] Update, cleanup

* Add freerdp feature test port

* Update baseline

* [freerdp] ffmpeg unsupported on windows

* libusb availability limitations

* [freerdp] Update supported platforms

* [freerdp] Update supported platforms

* [freerdp] Use ffmpeg link libraries

* [freerdp] Fix install destinations

* [freerdp] Fix tools

* [freerdp] Fix osx

* [freerdp] Fix patch

* [freerdp] Keep duplicate link libs

* [freerdp] Mac client needs Xcode

* [freerdp] Fix wfreerdp-server exe lib name

* [freerdp] Fix client-mac

* Fix patch

* CI

* Fix patch

* Fix patch

* Set PDB_NAME for server exe

* Trim patch

* Test urbdrc on windows

* [libusb] Fix pc file for windows

* [freerdp] Add missing find_dependency()

* [freerdp] Export interface include directories
2023-07-31 15:53:11 -07:00
Theodore Tsirpanis
f4b60013ae
[libwebp] Update to version 1.3.1. (#32767) 2023-07-26 19:50:34 -07:00
Koby Kahane
202ef0de5d
[re2] update to 2023-07-01 (#32595) 2023-07-26 10:49:15 -07:00
jim wang
59fa2d653f
[log4cpp] Change to official upstream source (#31736) 2023-07-26 10:49:03 -07:00
Cheney Wang
b7dba7f9aa
[librsvg] Add pkgconfig file (#32319) 2023-07-24 11:58:08 -07:00
Mohammad Naghizadeh
98e184dd1d
[liblemon] Fix portfile.cmake (#32334) 2023-07-24 11:13:53 -07:00
xiaozhuai, Weihang Ding
9d47b24eac
[libguarded] Bump to 1.4.1 (#32688) 2023-07-21 09:06:34 -07:00
JonLiu1993
a564a7e2a5
[vcpkg scripts] Fix check the different features have the same feature variable in function vcpkg_check_features (#31984) 2023-07-21 09:04:10 -07:00
Nicholas Hayes
861c330575
[libjxl] Update to version 0.8.2 (#32605) 2023-07-18 12:38:29 -07:00
JonLiu1993
bffafa8f7a
[lunasvg] Add usage (#30196) 2023-07-14 16:21:37 -07:00
JonLiu1993
25be4c4c0b
[libwebp] Do not emit AVX when not requested by the toolchain (#21644)
Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-07-14 11:27:50 -07:00
Marc
ddf4790fff
[librsvg] add license id and use vcpkg_install_copyright() (#32527)
* [librsvg] add license id and use vcpkg_install_copyright()

COPYING and COPYING.LIB have identical texts.

The source files state, that the LGPL is the:

GNU Library General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any
later version.

* Update version database
2023-07-13 11:30:33 -07:00
xiaozhuai, Weihang Ding
f764ff90b6
[libuv] Bump to 1.46.0 (#32525) 2023-07-12 13:07:17 -07:00
sakiodre
5269f4f4f6
[lunasvg] Update 2.3.8 (#32510) 2023-07-11 23:53:52 -07:00
Yuri Bogomolov
e0e74f5b57
[libev] change package name to unofficial-libev (#32472) 2023-07-11 17:35:21 -07:00
Marc
854c5cab1a
[libuuid] add license id and use vcpkg_install_copyright() (#32504)
* [libuuid] add license id and use vcpkg_install_copyright()

* Update version database
2023-07-11 12:35:06 -07:00
Brian Rogers
1611e074a1
[libunifex] Update to v0.3.0 (#32481)
Co-authored-by: Brian Rogers <broger@microsoft.com>
2023-07-11 11:53:48 -07:00
Mengna Li
efca044b75
fix conflict file with libevent (#32471) 2023-07-11 11:41:53 -07:00
Marc
8657e923f4
[libcroco] add license id and use vcpkg_install_copyright() (#32498)
* [libcroco] add license id and use vcpkg_install_copyright()

* Update version database
2023-07-11 11:34:18 -07:00
Kai Pastor
505cba2668
[libssh2,libgit2,vcpkg-ci-libgit2] Fix, test, cleanup (#32440) 2023-07-11 11:18:41 -07:00
Kai Pastor
7822b3b516
[liblzma] Fix vcpkg windows debug flags (#32348) 2023-07-11 10:33:28 -07:00
Nicholas Hayes
56edf67d42
[libheif] Update to version 1.16.2 (#32450) 2023-07-10 09:55:39 -07:00
jim wang
61c166277f
[live555] update to 2023-06-20 (#32414)
* update version

* update version

* update version

* update version

* fix the use of operator

* update version
2023-07-07 09:04:03 -07:00
Yuri Bogomolov
4016ce410c
[libev] add port (#32278)
* [libev] add port

* review fixes

* fix version

* review fix

* fix version commit sha
2023-07-06 11:33:12 -07:00
simon987
d06a922845
[libmupdf] add ocr feature (#32084)
* add libmupdf ocr feature WIP

* Fix compile defs

* Fix ocr feature

* Add version

* increment libmupdf port version

* add libmupdf version

* revert version change
2023-07-05 11:54:06 -07:00
Kai Pastor
6359494ca1
[xerces-c] Fix dependencies (#32259)
* [xerces-c] Don't pick unused libnsl

* [xerces-c] Add network feature

* [xerces-c] Update supports/baseline

* [xerces] More dependency fixes

* [libe57] Not supported on android
2023-07-05 11:48:02 -07:00
Lily Wang
64ce615ac1
[libdjinterop] Fix find_package error (#32312)
* [libdjinterop] Fix find_package error

* update version

* apply suggestion

* update version

* Disable find boost

* update version
2023-07-05 11:43:14 -07:00
Kai Pastor
56f8e9a798
[libepoxy] More platforms (#32332)
* [libepoxy] Fix android builds

* [libepoxy] uwp is unsupported

* [libepoxy] windows staticcrt is unsupported

Initialization code is in DllMain, so dynamic linkage is required, so avoid static CRT.
2023-07-05 11:38:10 -07:00
Kai Pastor
96bbc0e5e3
[libffi] Fix mingw output name, cleanup (#32381)
* [libffi] Fix output name

* [libffi] Cleanup
2023-07-05 11:25:06 -07:00
JonLiu1993
6c6cef934e
[lua] update to 5.4.6 (#32271)
* [lua] update to 5.4.6

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-06-29 14:40:07 -07:00
Kai Pastor
896800c86f
[libssh] Update to 0.10.5 (#32231)
* [libssh] Update to 0.10.5

* Fix pc file for mingw on linux

* Fix exported config

* Update ci baseline

* Update usage

* Revert "Update ci baseline"

---------

Co-authored-by: Cheney-Wang <850426846@qq.com>
2023-06-28 01:06:03 -07:00
Kai Pastor
f24c387d4a
[luajit] Set strip options (#32248) 2023-06-27 20:36:59 -07:00
JAEHONG KIM
cb7d3b4999
[libuv] Update to 1.45.0 (#32165)
* [libuv] Update to 1.45.0

* [libuv] Update all consuming ports

* [libuv] Update versions

* resolve port SHA

* Add port-version

* update version

* revert usockets.json

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-06-27 17:07:58 -07:00
Pierre Wendling
8be970aaea
[libxmp] Fix post-build issues (#32086)
* [libxmp] Avoid building documentation.

* [libxmp] Use vcpkg_install_copyright.

* [libxmp] Bump port version.
2023-06-26 22:53:36 -07:00
JoergAtGithub
5ae20332a2
Update libdjinterop to version 0.19.1 (#32198) 2023-06-26 20:31:26 -07:00
Alexander Neumann
833015f5aa
[libmysql] remove duplicated symbols (#32223)
* [libmysql] fix duplicated symbols

* v db
2023-06-26 20:26:55 -07:00
Kai Pastor
23fa37729d
[libssh2] Update to 0.11.0 (#32232)
* [libssh2] Update to 1.11.0

* Control usage
2023-06-26 13:07:06 -07:00
Kai Pastor
1286cac875
[liburing] Set libdevdir (#32159) 2023-06-22 13:50:07 -07:00
Doug Cook
a92697e2f1
New port: libtracepoint-control (#32163)
* Add libtracepoint-control

* Versions for libtracepoint-control
2023-06-22 13:39:54 -07:00
autoantwort
b0bd92a8d6
[libnice-gst] no absolute paths (#31803) 2023-06-21 22:45:33 -07:00
Michael Hansen
0c1513e0dc
Update libhsplasma to 2023-05-08 (#32036) 2023-06-21 22:37:34 -07:00
Kai Pastor
465b19d15b
[libjpeg-turbo] Fix usage (#32046) 2023-06-21 22:32:07 -07:00
autoantwort
3c6ad33ead
[libprotobuf-mutator] update (#32068)
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2023-06-21 22:16:23 -07:00
Ronald
4d8f772609
[libosmscout] Refine feature name (#32080)
* refine feature name for libosmscout

* update port-version for libosmscout

* vcpkg x-add-version for libosmscout

---------

Co-authored-by: abc <a@b.com>
2023-06-21 21:53:49 -07:00
Denis Barkar
d5e4b2f928
[libxmp] Update to v4.6.0 (#32110) 2023-06-21 17:55:07 -07:00
Doug Cook
abd1153d8a
[libtracepoint, libeventheader] - v1.1.0 (#32129)
* [libtracepoint, libeventheader] - v1.1.0

Update `libtracepoint-*` and `libeventheader-*` to v1.1.0.

* Versions for libtracepoint and libeventheader
2023-06-21 17:36:15 -07:00
autoantwort
223b8d5695
[libressl] no absolute paths (#32099) 2023-06-19 14:53:45 -07:00
Mengna Li
cbf56573a9
fix cmake zlib ver required (#32017) 2023-06-16 20:52:08 -07:00
Lily Wang
9e629f0221
[libosmscout] Fix features and add qt feature (#32023)
* [libosmscout] Fix features and add qt feature

* format vcpkg.json

* update version

* codes clean up

* update version
2023-06-16 20:38:42 -07:00
Chuck Walbourn
5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* Xbox triplets should not support ports with only copyleft licenses

* Reverted ports that build with xbox currently

* Fix conflict and rebase

* Update baseline

* Update baseline
2023-06-15 14:49:00 -07:00
localcc
2ae78bef15
[lightningscanner] Update to 1.0.1 (#31996)
* [lightningscanner] update to version 1.0.1

* update versions
2023-06-14 19:29:48 -07:00
Lily Wang
a487471068
[liblzma] Update to 5.4.3 (#31603)
* [liblzma] Update to 5.4.3

* update version

---------

Co-authored-by: Cheney-Wang <850426846@qq.com>
2023-06-13 23:03:20 -07:00
Billy O'Neal
987e164326
[libbf] Add missing headers (#31970) 2023-06-13 20:13:45 -07:00
Billy O'Neal
bb2642e663
[live555] Update (#31972) 2023-06-13 19:05:57 -07:00
Billy O'Neal
22b3afdab7
Remove [vcpkg-meson] (#31951) 2023-06-13 09:08:53 -07:00
simon987
8ca0f46acc
[libmupdf] Update mupdf to 1.22.1 (#31880)
* Update libupdf to 1.22.1

* update versions

* Update ports/libmupdf/vcpkg.json

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

* Update ports/libmupdf/vcpkg.json

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

* Update versions

* Update versions/l-/libmupdf.json

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

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-06-12 16:51:16 -07:00
Jia Yue Hua
8cebe3c219
[libunifex]: disable build tests and examples (#31862)
* fix dependency

* gtest no longer feature

* fix deps
2023-06-10 01:27:26 -07:00
Karlson2k
431dcee145
[libmicrohttpd] update and various fixes (#31740)
* [libmicrohttpd] Update to version 0.9.77

* [libmicrohttpd] Remove unneeded dependency

Gettext is used by upstream only to build files for distribution.
Gettext is not used by the library itself.

* [libmicrohttpd] Add ARM support

The ARM is supported by upstream for a long time, VC support for ARM
was added in the version 0.9.77.

* [libmicrohttpd] Use universal project for VC builds

* [libmicrohttpd] Exclude wrong lib headers

* [libmicrohttpd] Support release/debug for non-VC builds

* [libmicrohttpd] Add license

* [libmicrohttpd] Add "https" feature

* [libmicrohttpd] Use right function for license file

* [libmicrohttpd] Fix "supports"

libmicrohttpd VC projects support only static library with static
runtime or dynamic library with dynamic runtime

* [libmicrohttpd] Update version database
2023-06-08 10:14:17 -07:00
Doug Cook
7dc475291a
New port: libtracepoint-decode (#31839)
* New port: libtracepoint-decode (decoder for perf.data)

Library for decoding tracepoints, e.g. from Linux perf.data files.

* Version 1.0 for new port: libtracepoint-decode
2023-06-06 16:22:02 -07:00
Cheney Wang
792078465c
[libadwaita] update to 1.3.2 (#31758) 2023-06-02 11:19:48 -07:00
Lily Wang
9700cf2cc6
[liburing] Update to 2.3 (#31756)
* [liburing] Update to 2.3

* update version
2023-06-02 11:17:21 -07:00
Kai Pastor
2f56fdad4b
[libpq,libxslt] Update libpq, fix misc issues (#31314)
* [libpq] Install msys2 autoconf-archive

* Install msys2 zic tool

* Fix zstd patching

* Always build as if cross compiling

* Enable feature client for non-windows

* Cleanup (WIP)

* Cleanup (WIP)

* Update portfile.cmake

* WIP

* WIP

* WIP

* WIP

* [libxslt] Fix pc files

* WIP

* WIP: Test libpq[all]

* WIP

* Update to 15.3

* Move patches

* Revert "WIP: Test libpq[all]"

* Fix install

* Skip import libs for plugins

* Full CI
2023-05-31 19:55:03 -07:00
MonicaLiu
f3cb0fc72d
[libphonenumber] Update to 8.13.13 (#31730)
* update libphonenumber

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-05-31 11:41:28 -07:00
Nicholas Hayes
b4ca42fc6d
[libheif] Update to 1.16.1 (#31227)
* [libheif] Update to 1.16.1

* Fix a missing patch line

* Fix the version database
2023-05-30 12:37:57 -07:00
Kyle Benesch
d376784240
Update to 1.24.0 (#31645) 2023-05-30 12:31:49 -07:00
Raziel Anarki
2585709af9
[libgit2] Update to 1.6.4 (#31651) 2023-05-30 12:31:00 -07:00
localcc
ca2a346767
[lightningscanner] add new port (#31631)
* [lightningscanner] add new port

* update versions

* [lightningscanner] fix portfiles

* update versions
2023-05-30 12:28:14 -07:00
chausner
5fd868c533
[liblsl] Update to 1.16.2 (#31673)
* Update liblsl to 1.16.2

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-05-30 12:04:08 -07:00
Cheney Wang
afbb37cfd6
[llvm] Add atlmfc as a dependence in windows platform (#31604)
* [llvm] Add atlmfc as a dependence in windows platform

* Update platform of atlmfc
2023-05-26 15:36:20 -07:00
Osyotr
a9e8ed2469
[gdal] Don't depend on default features of proj (#31606) 2023-05-25 15:08:27 -07:00
Doug Cook
b9fc501b62
libtracepoint, libeventheader-tracepoint, libeventheader-decode (#31571)
* New ports: libtracepoint, libeventheader-decode, libeventheader-tracepoint

* Versions: libtracepoint, libeventheader-decode, libeventheader-tracepoint
2023-05-24 12:10:01 -07:00
Frank
0a99cd4c21
[liblsquic] Fix found boringssl on debug or release (#31554)
* [liblsquic] Fix found boringssl on debug or release

* update version
2023-05-23 15:01:26 -07:00
Mengna Li
23414a2bf1
Update to 2.0.9 (#31579) 2023-05-23 12:58:40 -07:00
Cheney Wang
14a96b1980
[libde265] Fix incorrect pc file (#31477)
* [libde265] Fix incorrect pc file

* Apply upstream change
2023-05-18 11:28:08 -07:00
Frank
3f6bfedb80
[live555] Update version to 2023.5.10 (#31487)
* [live555] Update version to 2023.5.10

* version
2023-05-18 11:19:38 -07:00
Fabien Péan
221670ac58
[libigl] Fix libigl features (#31420)
* [libigl] Fix feature installation

* [libigl] Update license

* [libigl] update port version

* [libigl] update patch

* [libigl] update patch

* [libigl] update patch

* [libigl] update patch

* [libigl] update patch

* [libigl] v db

* [libigl] Fix license

* [libigl] v db
2023-05-17 09:18:26 -07:00
Leonid Pospelov
a618637937
[lexbor] Add new port (#31415)
* [lexbor] Add new port

* .

* addver

* addver

* ver

* Update ports/lexbor/portfile.cmake

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

* Update ports/lexbor/portfile.cmake

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

* Update lexbor.json

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2023-05-16 10:47:59 -07:00
jim wang
e98d2f26b7
[libmysql] Fix libmysql export static library error (#31368)
* fix no found libmysql

* update version

* fix export patch

* update version

* fix export patch

* update version
2023-05-15 14:11:20 -07:00
JonLiu1993
e8a229a233
[libgit2] Add GIT_OPENSSL OPTION to fix setting certificate location fail (#31392)
* [libgit2] defined GIT_OPENSSL option

* update version

* update version

* update version

* update portfile.cmake

* update version

* remove unix restrictions

* update version
2023-05-15 13:54:54 -07:00
moritz-h
9f0d3d4f21
ltla-umappp (#31397) 2023-05-13 12:45:36 -07:00
jim wang
304a45c544
[libproxy] Fix the issue that the proxy cannot run (#31391)
* Fix the issue that the proxy cannot run

* update version

* fix build error

* update version

* fix build error on osx

* update version

* fix does not support android

* update version
2023-05-13 12:35:42 -07:00
Kai Pastor
3880056be4
[baseline][libzim][xapian] Disable gtest, fix mingw and windows builds (#31383)
* [libzim] WIP

* Control gtest

* More fixes, test xapian

* [xapian] Fix windows and mingw

* dllexport

* Finish PR

* CI baseline

* [xapian] Update supports

* Fix arm64
2023-05-13 09:45:03 -07:00
Mengna Li
43150d9aa4
[libde265] update to v1.0.11 (#31413)
* update to 1.0.11

* fix usage issue

* fix patch

* remove useless patch
2023-05-13 09:33:38 -07:00
d10sfan
acdc823534
[libmad] Add dynamic support (#31350)
* [libmad] Add dynamic building

* Update version

* Fix version

* Fixes to use vcpkg concepts

* Update version

* change to mad

* Update version

* PR fixes

* Update version

* Add version

* Update version
2023-05-11 11:16:10 -07:00
Lily Wang
b049e49516
[libsbml] Update to 5.20.0 (#31149)
* [libsbml] Update to 5.20.0

* update version

* fix incorrect option

* update version

* install usage

* update version

* apply suggestions

* update version

* fix depends libxml2

* update version
2023-05-10 11:40:02 -07:00
autoantwort
5cbbfb9e81
[libgit2] fix support expressions (#31365) 2023-05-10 11:12:07 -07:00
Kai Pastor
f35ba0c785
[luajit] Use common build functions (#30608)
* [luajit] Use nmake build setup [skip actions]

* [luajit] Use vcpkg_configure/install_make [skip actions]

* Cross build with host tools

* Host tools must match target bitness

* Cleanup

* WIP

* Don't touch CI baseline now

* Less osx quirks

* Move msvc header installation to nmake

* Simplify MSVC

* Add arm and x86 cross build support
2023-05-09 16:57:10 -07:00
xiaoyifang
e7250fea9f
[libzim]add package (#30758)
* libzim: add package

update libzim versions

libzim:meson ignore xapian

* Update ports/libzim/vcpkg.json

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>

* Update ports/libzim/portfile.cmake

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>

* support both static and dynamic library

* modify according to review

Update ports/libzim/portfile.cmake

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>

add version

* only enable release library

* make xapian does not support on windows

* disable android platform

---------

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
2023-05-09 16:56:27 -07:00
Kai Pastor
8805e31bb4
[libxlsxwriter] Fix pc file, de-vendor minizip (#31262) 2023-05-08 18:25:24 -07:00
autoantwort
a9adae7356
[libgit2] use support expressions (#31278) 2023-05-08 18:11:51 -07:00
Andrew Kornilov
f55c3b5fd6
[libsonic] Add new port (#29374)
* [libsonic] Add new port

* [libsonic] Update version

* [libsonic] Fix porfiles

* [libsonic] Update version

* [libsonic] Add tool feature

* [libsonic] Update version
2023-05-08 15:06:19 -07:00
菜姬
3a409cdf21
[libass] update to 0.17.1 (#29767)
* [libass] update to 0.17.1

* [libass] Add to versions file
2023-05-08 10:12:45 -07:00
Alexander Smyslov
7fc86fe37d
[Libvault] new port (#28266)
* Add files via upload

* [new port] avro-cpp

* add boost-format

* remove comments

* remove comments

* [libvault] new port

* [libvault] new port

* [libvault] new port

* [libvault] new port

* add [200~

* format

* update versions file

* Update ports/libvault/portfile.cmake

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

* update fix review

* fix remarks

* fix remarks

* fix remarks

* fix remarks

* fix remarks

* update version

* add version

* Implement find_dependency correctly.

---------

Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-05-08 10:07:54 -07:00
jim wang
dc965d08df
[libphonenumber] Update to 8.13.11 (#31260)
* update version

* update version
2023-05-05 11:17:01 -07:00
Mengna Li
ec6cd90d6e
update to 2.2.0 (#31265) 2023-05-05 11:13:22 -07:00
Alexander Smyslov
21ba00c5d5
[librdkafka] Upgrade up to 2.1.1 (#31266)
* [librdkafka] upgrade version up to 2.1.1

* [librdkafka] upgrade version up to 2.1.1

* Update ports/librdkafka/portfile.cmake

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

* [librdkafka] upgrade version up to 2.1.1

* remove blank

* update version

---------

Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-05-05 11:12:49 -07:00
SunBlack
2dae865af0
[liblas] Fix missing dependency to boost-foreach (#30950) 2023-05-04 10:44:24 -07:00
autoantwort
4eb7de6c44
[libmysql] fix sha (#31243) 2023-05-04 10:23:10 -07:00
Stephen E. Baker
6d69bbacd2
[luasocket] bump to 3.1.0 (#31078)
* [luasocket] Bump to 3.1.0

* vcpkg x-add-version luasocket
2023-05-02 15:21:40 -07:00
Gordon Smith
c07e2482dc
[LIBMYSQL] OSX build creates invalid nuget package (#31134)
Fix:  Change /lib/plugin/debug to /debug/lib/plugin
Feat: Change ref to actual tagged version
Fix:  Remove duplicate "remove" file
Fix:  Add WITH_BUILD_ID to MAYBE_UNUSED_VARIABLES

Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
2023-05-01 15:23:17 -07:00
Simon Altschuler
acb85506cc
[lager] update to latest (#31190) 2023-05-01 15:19:06 -07:00
Cédric Tabin
da6a91bb0b
Update to libzippp v6.1-1.9.2 (#31194) 2023-05-01 15:18:43 -07:00
Leonid Pospelov
6936bb6eed
[lionkor-commandline] Update to 2.2.0 (#31184)
* [lionkor-commandline] Update to 2.2.0

* ver
2023-05-01 15:14:13 -07:00
Kai Pastor
cb1301e997
[libzen,libmediainfo] Updates, fix dependencies (#31141)
* [libzen] Update, fix pkgconfig

* [libmediainfo] Update, fix dependencies

* [libzen] Restore package name

* [libmediainfo] Fix dependencies

* Fix pkgconfig

* [libmediainfo] Patch out local windows namespace

* [libmediainfo] Update to 23.04
2023-04-28 16:15:46 -07:00
Jón Bjarni
210e4ad581
[libgpiod] update version to 2.0.1 (#31074) 2023-04-25 22:56:44 -07:00
jim wang
b79745ebf3
[libtorch] Fix function not having a default return value (#31096)
* fix -werror=return-type

* update version
2023-04-25 22:47:28 -07:00
Kai Pastor
017bd3f30a
[libjpeg-turbo] Update usage (#31071)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-25 22:42:00 -07:00
Cheney Wang
582441146a
[libheif] Fix error when libgdk-pixbuf2.0-dev installed in linux (#30999)
* [libheif] Fix error when libgdk-pixbuf2.0-dev installed in linux

* Use -DPKG_CONFIG_USE_CMAKE_PREFIX_PATH=ON instead of patch
2023-04-25 22:41:32 -07:00
autoantwort
2c4c5c7187
[libpq] nls does not support osx (#31031)
* [libpq] nls does not support osx

* Trigger Build

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-24 17:32:34 -07:00
Stephen E. Baker
9342b6217b
[luasec] Bump version to 1.3.1 (#31079)
* [luasec] Bump version to 1.3.1

* vcpkg x-add-version luasec
2023-04-24 14:26:19 -07:00
autoantwort
f0c54214ff
[llvm] fix inter feature deps (#31036) 2023-04-21 21:42:15 -07:00
Jack·Boos·Yu
7cfd63db7f
[many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 (#29882)
Co-authored-by: jyu49 <yu_jack@apple.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-21 14:48:12 -07:00
Alexander Smyslov
73efe03638
Update librdkafka up to 2.1.0 (#30963)
* Add files via upload

* [new port] avro-cpp

* add boost-format

* remove comments

* remove comments

* update librdkafka up to 2.1.0

* update librdkafka up to 2.1.0

---------

Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
2023-04-19 14:33:59 -07:00
jim wang
d1badc3307
[paho-mqtt] fix ODR to libuuid and update to 1.3.12 (#30330) 2023-04-19 12:10:07 -07:00
Andrew Robbins
6d40153f50
[libleidenalg] shift repo to upstream (#28734)
* prepare for repo shift to upstream

* [libleidenalg] bump version

0.10.0

* update baselines
2023-04-19 12:08:36 -07:00
Ruitard
29fd45c883
[lua] cmake link library is absolute path (#30922)
* [lua] cmake_minimum_required should before project

* [lua] link dl not use absolute path

* [lua] update port-version
2023-04-18 16:58:56 -07:00
autoantwort
ddb818c9bc
[llvm] fix feature clang-tools-extra (#30932) 2023-04-18 16:58:38 -07:00
Frank
3b98b9b317
[libdatachannel] Export static cmake config files (#30847) 2023-04-18 16:38:48 -07:00
autoantwort
707745c566
[libkeyfinder] Remove feature test (#30454)
* [libkeyfinder] fix feature test

* remove feature test

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-04-18 15:25:23 -07:00
Stephen Webb
2507e0e707
[log4cxx] Upgrade to 1.0.0 (#30914)
* [log4cxx] Update to 1.0.0

* [log4cxx] Update versions

* Remove redundent version

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

* Update versions

---------

Co-authored-by: Stephen Webb <swebb2066@gmail.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2023-04-17 15:39:22 -07:00
xiaozhuai, Weihang Ding
fc7dd25b12
[many ports] Fix a warning ADDITIONAL_(NATIVE|CROSS)_BINARIES have been deprecated (#28372)
* [many ports] Fix a warning ADDITIONAL_(NATIVE|CROSS)_BINARIES have been deprecated

* update version database
2023-04-17 15:29:55 -07:00
Denis Barkar
d4acc3c3f2
[libxmp] add new port (#30799) 2023-04-15 01:10:34 -07:00
gerard-ryan-immersaview
6b7352ef91
[gstreamer, gst-rtsp-server, libnice-gst] Move installed plugins into plugins/gstreamer (#30817)
This aligns with the behaviour of other ports like QT and GStreamer
deadlocks when trying to load glib shared libraries if they are in
the plugin directory.
2023-04-14 14:50:53 -07:00
autoantwort
5e3917d4ba
[libavif] add missing find_dependency (#30824) 2023-04-13 14:50:45 -07:00
Cheney Wang
e2ca0145ed
[libmysql] Turn off WITH_BUILD_ID to fix baseline (#30796) 2023-04-13 12:25:58 -07:00
autoantwort
5b11232d00
[many-ports] Don't use deprecated functions (autogenerated) (#26981)
* [libuvc,qt5-virtualkeyboard] remove duplicated dependency entry

* [many-ports] don't use deprecated functions (autogenerated)

* atkmm: Fix license.
gperftools: Reformat vcpkg_check_features call.
gsl: Fix license.
libpff: Fix license.
pangomm: Fix license.
qtbase: Revert, only comment changes.
type-lite: Reformat vcpkg_check_features and actually use the feature options.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-13 09:13:15 -07:00
Benoît Hauquier
f9df715209
[libvpx] fix mac osx min version ignored for arm64 (#30410)
Co-authored-by: [FrankXie05] <[v-frankxie@microsoft.com]>
2023-04-12 11:28:39 -07:00
Alexander Neumann
203383666e
[LLVM] update to 15.0.7 (#30510)
* [llvm] Update port to 15.0.1

The patchset is rebased onto llvmorg-15.0.1, with some significant
differences especially around install paths. The NixOS project
appears to be midway through a large change to the install path
mechanics, for the same purpose as this patchset.

When that has landed, it looks like most of these patches can go away.

* [llvm] x-add-version for 15.0.1

* [llvm] Add enable-ios feature flag

This passes straight through to COMPILER_RT_ENABLE_IOS, which is
defaulted to ON in LLVM. This is a problem if your build host
doesn't have the iOS SDK installed, such as on vcpkg CI.

Co-authored-by: Josh Channings <josh@channings.me.uk>
2023-04-11 23:20:09 -07:00
Michael
aebac86646
[licensepp] Update to 2020-11-24 (#30663) 2023-04-11 23:16:43 -07:00
Kai Pastor
f0ee0ca1cc
[libigl] Remove broken features (#30735)
* [libigl] Remove broken features

* [libigl] png dependencies

* Fix cmake config chainloading
2023-04-11 22:55:59 -07:00
双草酸酯
774469f31a
[libmysql] upgrade to 8.0.32 (#30576)
* [libmysql] update to 8.0.32

* update version

* minimize system libs patch

* update version

* fix compilation on macOS with homebrew

* update version

* fix `\n` by mistake

* fix mysql_config

* update version
2023-04-10 19:26:08 -07:00
Kai Pastor
45b0e4b585
[vcpkg baseline][libcaer] Fix and update (#30736)
* [libcaer] Explicitly pass pkgconf

* [libcaer] Update license

* [libcaer] Update to 3.3.15

* [libcaer] opencv is opt-in

* [libcaer] MSVC arm is unsupported

* Update versions/l-/libcaer.json

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

---------

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2023-04-10 09:20:54 -07:00
Cheney Wang
1a9c25db04
[libcopp] Update to v2.1.4 (#30712) 2023-04-09 21:46:11 -07:00
Fabien Péan
dd28469d7a
[libigl] Always install as header-only lib (#30617)
* [libigl] Always install as header-only lib

* [libigl] Update database
2023-04-05 16:58:06 -07:00
Kai Pastor
7cda278292
[libpq] Fix windows build without openssl (#30650) 2023-04-05 16:42:30 -07:00
gerard-ryan-immersaview
5b8f3e049d
[libnice libnice-gst] Added libnice-gst port at 0.1.21 and Updated libnice to 0.1.21 (#30567)
Co-authored-by: David Ely <david.ely@immersaview.com>
2023-04-04 20:09:18 -07:00
JonLiu1993
11955f1ffd
[vcpkg baseline][libraqm] Fix X64-osx build error (#30661)
* [libraqm] Fix install

* update version
2023-04-04 15:49:20 -07:00
Mengna Li
fde611671e
Update to 2023-03-30 (#30649) 2023-04-04 15:41:15 -07:00
xiaozhuai, Weihang Ding
809e9db912
[libusb] Bump to 1.0.26.11791 (#30335)
* [libusb] Bump to 1.0.26.11791

* update version database

* fix windows build

* update version database

* Fix x64-windows-static-md

* update version database

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-04-04 11:06:16 -07:00