mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:24:47 +08:00
[vcpkg baseline] Clean up baseline, use Keyword Supports (#14246)
This commit is contained in:
parent
11ded36658
commit
2018406edb
@ -3,3 +3,4 @@ Version: 2.24.0-5
|
||||
Homepage: https://developer.gnome.org/atk/
|
||||
Description: GNOME Accessibility Toolkit
|
||||
Build-Depends: glib, gettext
|
||||
Supports: !(osx|arm)
|
@ -1,3 +1,4 @@
|
||||
Source: atlmfc
|
||||
Version: 0
|
||||
Description: a stub package that ensures VS has ATL/MFC installed.
|
||||
Supports: windows
|
@ -4,3 +4,4 @@ Port-Version: 3
|
||||
Homepage: https://github.com/aubio/aubio
|
||||
Description: Aubio is a tool designed for the extraction of annotations from audio signals. Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio.
|
||||
Build-Depends: ffmpeg, libsndfile, libogg, libflac, libvorbis, bzip2, liblzma
|
||||
Supports: windows
|
@ -3,6 +3,7 @@ Version: 1.9.2
|
||||
Homepage: https://github.com/apache/avro
|
||||
Description: Apache Avro is a data serialization system
|
||||
Build-Depends: boost-format, boost-thread, boost-filesystem, boost-iostreams, boost-program-options, boost-random, boost-crc, boost-test, libzip, bzip2, liblzma, zlib, zstd
|
||||
Supports: !(windows&static)
|
||||
|
||||
Feature: snappy
|
||||
Build-Depends: snappy
|
||||
|
@ -2,3 +2,4 @@ Source: aws-c-common
|
||||
Version: 0.4.56
|
||||
Homepage: https://github.com/awslabs/aws-c-common
|
||||
Description: AWS common library for C
|
||||
Supports: !(arm|uwp)
|
@ -1,4 +1,5 @@
|
||||
Source: aws-checksums
|
||||
Version: 0.1.9
|
||||
Description: Cross-Platform HW accelerated CRC32c and CRC32 with fallback to efficient SW implementations.
|
||||
Build-Depends: aws-c-common
|
||||
Build-Depends: aws-c-common
|
||||
Supports: !(arm&windows)
|
@ -2,3 +2,4 @@ Source: aws-lambda-cpp
|
||||
Version: 0.2.6
|
||||
Build-Depends: curl
|
||||
Description: C++ Runtime for AWS Lambda.
|
||||
Supports: linux
|
@ -4,6 +4,7 @@ Port-Version: 6
|
||||
Homepage: https://github.com/microsoft/Azure-Kinect-Sensor-SDK
|
||||
Description: Azure Kinect SDK is a cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
|
||||
Build-Depends: azure-c-shared-utility, glfw3, gtest, imgui, libusb, spdlog, cjson, ebml, libjpeg-turbo, matroska, libsoundio, libyuv
|
||||
Supports: windows
|
||||
|
||||
Feature: docs
|
||||
Description: Build K4A doxygen documentation.
|
||||
|
@ -2,3 +2,4 @@ Source: bde
|
||||
Version: 3.2.0.0
|
||||
Port-Version: 2
|
||||
Description: Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.
|
||||
Supports: !windows
|
@ -2,4 +2,4 @@ Source: benchmark
|
||||
Version: 1.5.2
|
||||
Homepage: https://github.com/google/benchmark
|
||||
Description: A library to support the benchmarking of functions, similar to unit-tests.
|
||||
Supports: !uwp
|
||||
Supports: !(arm|uwp)
|
||||
|
@ -3,6 +3,7 @@ Version: 0.10
|
||||
Description: Core part of C++ 17 library for serialization to JSON, XML, YAML
|
||||
Homepage: https://bitbucket.org/Pavel_Kisliak/bitserializer
|
||||
Default-Features: cpprestjson-archive, rapidjson-archive, pugixml-archive
|
||||
Supports: !(arm|osx)
|
||||
|
||||
Feature: cpprestjson-archive
|
||||
Build-Depends: cpprestsdk
|
||||
|
@ -30,53 +30,9 @@
|
||||
# Add new items alphabetically
|
||||
# Cross compiling CI machine cannot run gen_test_char to generate apr_escape_test_char.h
|
||||
apr:arm64-windows=fail
|
||||
|
||||
atk:x64-osx=fail
|
||||
atk:arm64-windows=fail
|
||||
atlmfc:x64-linux=fail
|
||||
atlmfc:x64-osx=fail
|
||||
aubio:x64-linux=fail
|
||||
aubio:x64-osx=fail
|
||||
avro-c:arm-uwp=fail
|
||||
avro-c:x64-osx=fail
|
||||
avro-c:x64-uwp=fail
|
||||
avro-cpp:x64-windows-static=fail
|
||||
aws-c-common:arm64-windows=fail
|
||||
aws-c-common:arm-uwp=fail
|
||||
aws-c-common:x64-uwp=fail
|
||||
aws-checksums:arm64-windows=fail
|
||||
aws-lambda-cpp:arm64-windows=fail
|
||||
aws-lambda-cpp:arm-uwp=fail
|
||||
aws-lambda-cpp:x64-uwp=fail
|
||||
aws-lambda-cpp:x64-windows=fail
|
||||
aws-lambda-cpp:x64-windows-static=fail
|
||||
aws-lambda-cpp:x86-windows=fail
|
||||
aws-lambda-cpp:x64-osx=fail
|
||||
azure-c-shared-utility:arm-uwp=fail
|
||||
azure-c-shared-utility:x64-uwp=fail
|
||||
azure-kinect-sensor-sdk:x64-linux=fail
|
||||
azure-kinect-sensor-sdk:x64-osx=fail
|
||||
# Requires ATL for ARM64 to be installed in CI
|
||||
azure-storage-cpp:arm64-windows=fail
|
||||
bde:arm64-windows=fail
|
||||
bde:arm-uwp=fail
|
||||
bde:x64-uwp=fail
|
||||
bde:x64-windows=fail
|
||||
bde:x64-windows-static=fail
|
||||
bde:x86-windows=fail
|
||||
benchmark:arm64-windows=fail
|
||||
benchmark:arm-uwp=fail
|
||||
benchmark:x64-uwp=fail
|
||||
berkeleydb:arm-uwp=fail
|
||||
berkeleydb:x64-linux=fail
|
||||
berkeleydb:x64-osx=fail
|
||||
berkeleydb:x64-uwp=fail
|
||||
bitserializer-rapidyaml:arm-uwp=skip
|
||||
bitserializer-rapidyaml:arm64-windows=skip
|
||||
bitserializer-rapidyaml:x64-osx=skip
|
||||
bitserializer:arm-uwp=skip
|
||||
bitserializer:arm64-windows=skip
|
||||
bitserializer:x64-osx=skip
|
||||
|
||||
blend2d:arm64-windows=fail
|
||||
blend2d:arm-uwp=fail
|
||||
blend2d:x64-uwp=fail
|
||||
|
Loading…
Reference in New Issue
Block a user