Commit Graph

3813 Commits

Author SHA1 Message Date
Kai Pastor
7bd1ddfe86
[pdal] Update to 2.4.3 (#26435)
* Update to 2.4.3

* Update versions
2022-08-23 10:20:48 -07:00
eao197
42c70cd0f0
[sobjectizer] Update to 5.7.4.2 (#26461)
* SObjectizer updated to v.5.7.4.2.

* SObjectizer-5.7.4.2 added to the baseline.
2022-08-23 10:14:41 -07:00
Francisco Facioni
3e0abbde12
[rapidcsv] Update to 8.64 (#26473) 2022-08-23 10:13:33 -07:00
Francisco Facioni
e71ce10294
[vectorclass] Update to 2.02.00 (#26474) 2022-08-23 10:12:03 -07:00
autoantwort
8563627bf1
[dpdk] no absolute paths (#26437) 2022-08-22 14:32:29 -07:00
Kai Pastor
1b0252ca70
[isal] Update port to 2.30.0 (#26198)
* CI test isal, not spdk-isal

* Update to 2.30.0

* The nmake build uses only nasm

The autotools build chooses the tool by feature level.
It even requires yasm for mingw.

* Relax platform restriction

* Fix mingw builds

* Fixup pkgconfig

* Rewrite CMake config, move to unofficial namespace

* Update versions
2022-08-22 13:02:53 -07:00
Alexander Neumann
552f1ee5f8
[Part1|xwindow PR] Split up to dbus (#22642)
* first batch of xwindow PR ports - up to dbus

* first batch of xwindow PR ports - up to dbus

* format manifest

* version stuff

* remove if block

* version stuff

* fix xcb hash

* fix xproto dependency on meson blocking cross builds

* adjust message

* use X11_xcb_LIB

* version stuff

* put xlib arm64-windows on baseline

* fix dbus on osx and linux

* version stuff

* forget to set the value

* fix --export-dynamic on osx

* version dbus

* ci-retrigger

* add license (needs tool update)

* version adjustments

* version update

* remove unnecessary comments

* v db

* Apply suggestions from code review

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

* nitpicks

* rename xau to libxau

* use vcpkg_install_copyright and silence usage

* xtrans silence usage

* format-manifest

* v db

* make license null for ports without exact match

* xdmcp rename to libxdmcp

* merge x11 wrapper into xlib
rename xlib to libx11 to avoid a metaport

* v db

* missed dbus depending on x11.

* v db

* Update scripts/ci.baseline.txt

Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
Co-authored-by: Alexander Neumann <you@example.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-08-22 12:26:13 -07:00
Jack·Boos·Yu
3fefadf6cb
[vcpkg baseline][readosm/jemalloc] Disable uwp build and cleanup (#26455)
* [vcpkg baseline][readosm] Disable uwp build

* version

* Cleanup baseline
2022-08-22 09:46:21 -07:00
Stephen Just
0f089d02bb
[openal-soft] Enable NEON on arm64 targets (#26452)
* [openal] Enable NEON on arm64 targets

* Add versions

* Typo

* Update version database
2022-08-22 09:44:24 -07:00
Andrey Filipenkov
3f7e013c4d
[sdl2-image] fix dynamic build on macOS (#26445)
* [sdl2-image] fix dynamic build on macOS

* update versions of sdl2-image
2022-08-22 09:43:20 -07:00
autoantwort
973fa17951
[boost-context] fix arm64 builds (#26444) 2022-08-22 09:37:28 -07:00
Kai Pastor
3a484e1e7f
[json-c] Disable tests (#26450)
* Disable json-c tests

* Update versions
2022-08-22 09:35:38 -07:00
Kai Pastor
e8f9c3391d
[gdal] Fix static windows builds, fix debug builds (#26457)
* Fix static builds

* Update versions

* Fix Qhull usage

* Update versions
2022-08-22 09:33:47 -07:00
Lily Wang
58df5a8bf7
[google-cloud-cpp] Fix wrong parameter "${FEATURES}" (#26459)
* [google-cloud-cpp] Fix wrong parameter "${FEATURES}"

* x-add-version
2022-08-22 09:29:53 -07:00
Eric Kilmer
423df8c72d
[z3] Update to 4.11.0 (#26429)
* [z3] Update to 4.11.0

* Update version db
2022-08-22 09:14:35 -07:00
Tetsuya Hayashi
c56324dddf
[quill] Update to 2.1.0 (#26447)
* [quill] Update to 2.1.0

* [quill] Update version files
2022-08-22 09:10:51 -07:00
Dawid Wróbel
9259a0719d
[opensp] minor fixes, new .pc file (#26382)
* [opensp] Fix config.h not populating properly

* [opensp] Add a opensp.pc.in

* [opensp] license updates

* [libopensp] update versions

* [libopensp] update port-version

* [libopensp] update versions
2022-08-19 15:16:18 -07:00
Alexander Neumann
624f1b4eca
[jemalloc|vcpkg_configure_make] update and some script fixes (#25009)
* WIP commit

* more jemalloc wip

* v db

* add license

* v db

* apply format diff

* fix script

* WIP commit

* fix ARFLAGS for the wrapper

* CR stuff

* v db

* use separate_arguments to add -Wl, to linker flags

* say "-Xlinker" three times and it will come.

* make assembler compile only.

* disable _FOR_BUILD if crosscompiling.
use function instead of macro.

Remove AS settings

* ignore settings for osx until somebody knows how to fix it.

* CR z_vcpkg_make_set_env

* CI retrigger

* make conflicting options an error

* remove DEFINED since the options are always defined
2022-08-19 15:13:23 -07:00
Alexander Neumann
ef9628f449
[vcpkg script] build_nmake use z_vcpkg_get_cmake_vars (#25862)
* use z_vcpkg_get_cmake_vars instead of including the toolchain

* fix typo

Co-authored-by: Osyotr <Osyotr@users.noreply.github.com>

* add supports expressions

* use _ENV_ instead of ENV so vcpkgs flags will overwrite any other flags.
(also fixes pdcurses using LINK)

* v db

* version

Co-authored-by: Osyotr <Osyotr@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-08-19 15:12:14 -07:00
Kai Pastor
df75e76ff4
[dpdk] Fix build, dependencies, usage (#26188)
* Fix static-or-shared patch

* Don't build docs for debug

* Fix dependencies

* Fix tools fixup

* Usage is via 'pkg_check_modules'

* Move docs

* Update versions
2022-08-19 13:53:12 -07:00
Chuck Walbourn
479e1bd846
[dxut, effects11] update ports for August 2022 release (#26403)
* [dxut, effects11] update ports for August 2022 release

* Update baseline
2022-08-19 13:44:44 -07:00
Samuel Surtees
2ca44de517
Libswscale aarch64 fix (#26404)
* [ffmpeg] Fix issue that prevents gas-preprocessor.pl from matching conditionals

* [ffmpeg] x-add-version
2022-08-19 13:42:29 -07:00
Lily Wang
6e2d5acac0
[socket-io-client] Update to latest commit (#26421)
* [socket-io-client] Update to latest commit

* x-add-version

* apply suggestion

* x-add-version
2022-08-19 13:40:12 -07:00
Mengna Li
ad64f05e39
[wxwidgets] Add feature webview2 (#26405)
* add feature webview

* update
2022-08-19 13:39:16 -07:00
Kai Pastor
c805a5311a
[x264] Update and fixes (#26086)
* Avoid race in x264 install step

* Drop pointless port pthread dependency

* Update homepage and license

* Revise portfile

* Add 'tool' feature

* Add clang-cl patch

* Pass compiler and cross-build prefix

* Update to r3095, follow pc file versioning

* Add feature 'asm', enable it for arm64-windows

* Update versions

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-08-19 11:15:25 -07:00
Clinton Ingram
7e1a0143ab
[libjpeg-turbo] Update to 2.1.4 (#26326)
* update libjpeg-turbo to 2.1.4

* update baseline
2022-08-19 10:45:06 -07:00
Alonso Schaich
8ffacb0944
[pango] Update to 1.50.9 (#26414)
* [pango] Update to 1.50.9 (microsoft#26413)

* [pango] Regenerate version regisitry (microsoft#26413)
2022-08-19 10:43:44 -07:00
Dawid Wróbel
e99d9a4fac
[shiftmedia-libgcrypt] new port (Windows fork of Libgcrypt) (#26364)
* [shiftmedia-libgcrypt] new port

* [shiftmedia-libgcrypt] add license

* [shiftmedia-libgcrypt] fix formatting

* [shiftmedia-libgcrypt] add version

* [shiftmedia-libgcrypt] update to 1.10.1, also support UWP

* [shiftmedia-libgcrypt] update version

* [ci.baseline.txt] restore gpg-error running on CI

* [libgpg-error] add TargetPlatformMinVersion

* [libgpg-error] update versions

* [shiftmedia-libgcrypt] fix supported platform

* [shiftmedia-libgcrypt] fix missing Version in .pc

* [shiftmedia-libgcrypt] update version

* [shiftmedia-libgcrypt] remove leftover warning

* [shiftmedia-libgcrypt] update version

* Update shiftmedia-libgcrypt.json

* Update libgpg-error.json

* [shiftmedia-libgcrypt] install includes instead of moving them around in buildtree

* [shiftmedia-libgcrypt] update version

* [shiftmedia-libgcrypt] wrap paths in quotes

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

* [shiftmedia-libgcrypt] support for Windows implies UWP

Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>

* [shiftmedia-libgcrypt] update version

* [shiftmedia-libgcrypt] use vcpkg_replace_string() instead of patches

* [shiftmedia-libgcrypt] update version

* [shiftmedia-libgcrypt] gpg-error already inupstream .pc as Requires.private

* [shiftmedia-libgcrypt] -L${libdir} already in upstream .pc

* [shiftmedia-libgcrypt] update version

* [shiftmedia-libgcrypt] pass OutDir as property, no need to patch

* [shiftmedia-libgcrypt] update version

* [shiftmedia-libgcrypt] msbuild adds a subfolder to OutDir on UWP

* [shiftmedia-libgcrypt] fix aclocal installation path

* [shiftmedia-libgcrypt] update version

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2022-08-18 17:17:11 -07:00
Samuel Marks
727bdba9a3
[inih] Upgrade from r51 to r56 (#25879)
* [ports/inih/{portfile.cmake,vcpkg.json}] Upgrade from r51 to r56

* [ports/inih] Upgrade to latest vcpkg recommendations

* [ports/inih/CMakeLists.txt] Export targets (following `ports/openctm/CMakeLists.txt` template)

* Thomas1664's nitpicks agreed on by BillyONeal.

* Fix vcpkg_cmake_config_fixup call and add usage.

* Hook up with_INIReader

* Version DB oops

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-08-18 17:15:25 -07:00
Jack·Boos·Yu
571a0551eb
[opus/x265] Fix version in pkgconfig (#26389)
* [opus/x265] Fix version in pkgconfig

* version-string->version

* version

* x265 license

* version

* version
2022-08-18 13:01:55 -07:00
Lanyi
39b46237e4
[detours] Add usage tip for detours package (#26398)
* add detours usage

* detours x-add-version
2022-08-18 12:58:38 -07:00
Alexander Neumann
52bd38fdf0
[civetweb] use newer scripts (#26250)
* [civetweb] use vcpkg-cmake

* v db

* add patch to fix build

* v db
2022-08-18 10:59:28 -07:00
alex-tdrn
a2968fdd92
[tracy] update to 0.8.2 (#26200)
* [tracy] update to 0.8.2

* rever rename of capstone patch

* add back newlines

* update versions

* revert removal of vcxproj patch

* fixup vcxproj vcpkg patch

* update git-tree hash
2022-08-18 10:44:46 -07:00
Mengna Li
99c3325e98
[gmp] Fix usage (#26306)
* Add config.cmake.in

* add port version

* Add new line in the end of the file

* Add license

* update

* add usage file
2022-08-18 10:39:56 -07:00
Hamish Moffatt
f90bbd050f
[quazip] Add license (#26400)
* [quazip] add licence data

* [quazip] update version
2022-08-18 10:37:24 -07:00
Alexander Neumann
dc9d737351
[pixman] add missing include and fix clang-cl build (#26186)
* pixman: add missing include and fix clang-cl builds

* v db

* use correct <> isntead of ""

* v db

* make the patch depend on _MSC_VER

* v db

* fix bug in vcpkg_configure_meson not linking WindowsApp.lib
fix another bug that system=windowsstore which meson doesn recognize

* bump port version

* v db
2022-08-17 12:36:12 -07:00
Nursultan Zarlyk
d00e2cbbec
[X264] Add arm64-windows by disabling asm (#26371)
* Disable asm for x264 to support arm64-windows

* Add version

* Fix vcpkg.json

* Add version

Co-authored-by: Nursultan Zarlyk <nzarlyk@microsoft.com>
2022-08-17 10:42:05 -07:00
Stefano Sinigardi
d3431006f2
[tesseract] fix downstream usage (#26378)
* [tesseract5] fix downstream usage

* fix references
2022-08-17 10:41:39 -07:00
Lily Wang
5fb8f6c24e
[kubazip] update to 0.2.4 (#26368)
* [kubazip] update to 0.2.4

* x-add-version
2022-08-17 09:35:26 -07:00
JonLiu1993
77fe434974
[Sciplot] update to 0.3.1 (#26386)
* [Sciplot] update to 0.3.1

* update version
2022-08-17 09:30:57 -07:00
JonLiu1993
3632576376
[folly] update to <v2022.08.15.00> (#26392)
* [folly] update to <v2022.08.08.00>

* update version
2022-08-17 09:29:56 -07:00
JonLiu1993
b14fb7282f
[raylib] update to 4.2.0 (#26393)
* [raylib] update to 4.2.0

* update version

* Update portfile.cmake

* update version
2022-08-17 09:28:34 -07:00
Jacob Wujciak-Jens
cd5e7946ad
[arrow] Update Arrow to 9.0.0 (#26187)
* update patches

* fix parquet

* format

* add xsimd dep

* update version

* cuda fix

* update version
2022-08-16 13:23:12 -07:00
Evgeny Karpov
a9a23172a7
[gmp] arm64 windows build support (#26300)
* * support gmp:arm64-windows by disabling assembly optimization

* * update version

* * marks some nettle port builds as expected to fail

* Remove x64-osx skip.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-08-16 09:33:28 -07:00
Jack·Boos·Yu
84ba8a5a5c
[libsquish] Fix usage (#26367)
* [libsquish] Fix usage

* version
2022-08-16 09:21:49 -07:00
cnbatch
bd4fb64b3b
[asio] upgrade to version 1.24.0 (#26358)
* [asio] upgrade to version 1.24.0

* [asio] upgrade to version 1.24.0
2022-08-16 09:13:51 -07:00
Craig Edwards
d742b0b489
[dpp] update from 10.0.15 to 10.0.16 (#26356)
* vcpkg dpp port built from our CI

* fix missing dependency

* update

* Update Sun Jul 24 11:26:12 UTC 2022

* exclude uwp for dpp

* Update Sun Jul 24 13:21:45 UTC 2022

* fix supports

* fix supports

* Update Sun Jul 24 14:14:29 UTC 2022

* Update Sun Jul 24 15:36:39 UTC 2022

* Update Mon Jul 25 12:04:56 UTC 2022

* * Add https:// to the homepage so that it is a valid URI.

* Added usage.
* Forced pkgconfig to be required rather than quiet.
* Changed tabs to spaces in portfile.cmake.

* Update Mon Aug 15 12:38:09 UTC 2022

* Update Mon Aug 15 13:08:33 UTC 2022

* Put back missing patches

* Update portfile.cmake

* fix breakage of wrapping

* Update Mon Aug 15 13:59:12 UTC 2022

* fix up version file

* fix newlines where they dont belong

* update version

* updtae version

* update version

Co-authored-by: Billy O'Neal <bion@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-08-16 09:13:14 -07:00
Mengna Li
1941bf8723
update to 2.7.0 (#26350) 2022-08-16 08:59:55 -07:00
Billy O'Neal
acc3bcf76b
[luajit] Fix build failure that resulted in no output. (#26360) 2022-08-15 19:24:49 -07:00
Russell Greene
5f83f03a1c
[szip] add definitions for the try_run call for iOS (#26329) 2022-08-15 12:35:06 -07:00