Skip to content

Commit 5d2a0a9

Browse files
authored
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
1 parent 1f47615 commit 5d2a0a9

255 files changed

Lines changed: 1018 additions & 264 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ports/7zip/vcpkg.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "7zip",
33
"version-string": "22.01",
4+
"port-version": 1,
45
"description": "Library for archiving file with a high compression ratio.",
56
"homepage": "https://www.7-zip.org",
67
"license": "LGPL-2.1-or-later",
7-
"supports": "!uwp",
8+
"supports": "!uwp & !xbox",
89
"dependencies": [
910
{
1011
"name": "vcpkg-cmake",

ports/arb/vcpkg.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "arb",
33
"version": "2.21.1",
4-
"port-version": 1,
4+
"port-version": 2,
55
"description": "a C library for arbitrary-precision interval arithmetic",
66
"homepage": "https://github.com/fredrik-johansson/arb",
77
"license": "LGPL-2.1",
8+
"supports": "!xbox",
89
"dependencies": [
910
"flint",
1011
{

ports/atk/vcpkg.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "atk",
33
"version": "2.38.0",
4-
"port-version": 5,
4+
"port-version": 6,
55
"description": "GNOME Accessibility Toolkit",
66
"homepage": "https://developer.gnome.org/atk/",
77
"license": "GPL-2.0-only",
8+
"supports": "!xbox",
89
"dependencies": [
910
"gettext",
1011
{

ports/atkmm/vcpkg.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "atkmm",
33
"version": "2.36.1",
4-
"port-version": 1,
4+
"port-version": 2,
55
"description": "atkmm is the official C++ interface for the ATK accessibility toolkit library. It may be used, for instance, by user interfaces implemented with gtkmm.",
66
"homepage": "https://www.gtkmm.org",
77
"license": "LGPL-2.1-or-later",
8+
"supports": "!xbox",
89
"dependencies": [
910
"atk",
1011
"gettext",

ports/aubio/vcpkg.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "aubio",
33
"version-date": "2022-01-26",
4+
"port-version": 1,
45
"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.",
56
"homepage": "https://github.com/aubio/aubio",
67
"license": "GPL-3.0-or-later",
8+
"supports": "!xbox",
79
"dependencies": [
810
{
911
"name": "vcpkg-cmake",

ports/avisynthplus/vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "avisynthplus",
33
"version": "3.7.2",
4-
"port-version": 1,
4+
"port-version": 2,
55
"description": "An improved version of the AviSynth frameserver, with improved features and developer friendliness",
66
"homepage": "https://avs-plus.net/",
77
"license": "GPL-2.0",
8-
"supports": "!arm & !uwp",
8+
"supports": "!arm & !uwp & !xbox",
99
"dependencies": [
1010
{
1111
"name": "vcpkg-cmake",

ports/boinc/vcpkg.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "boinc",
33
"version": "7.22.2",
4+
"port-version": 1,
45
"description": "Open-source software for volunteer computing and grid computing.",
56
"homepage": "https://boinc.berkeley.edu/",
67
"license": "LGPL-3.0-or-later",
7-
"supports": "!(windows & arm) & !uwp",
8+
"supports": "!(windows & arm) & !uwp & !xbox",
89
"dependencies": [
910
"openssl",
1011
{

ports/bxzstr/vcpkg.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "bxzstr",
33
"version": "1.2.0",
4+
"port-version": 1,
45
"description": "A C++ header-only ZLib/libBZ2/libLZMA/Zstandard wrapper.",
56
"homepage": "https://github.com/tmaklin/bxzstr",
67
"license": "MPL-2.0",
8+
"supports": "!xbox",
79
"dependencies": [
810
"bzip2",
911
"liblzma",

ports/cairo/vcpkg.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "cairo",
33
"version": "1.17.8",
4+
"port-version": 1,
45
"description": "Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System (via both Xlib and XCB), Quartz, Win32, image buffers, PostScript, PDF, and SVG file output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.",
56
"homepage": "https://cairographics.org",
67
"license": "MPL-1.1",
8+
"supports": "!xbox",
79
"dependencies": [
810
"dirent",
911
"expat",

ports/cairomm/vcpkg.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "cairomm",
33
"version": "1.16.2",
4-
"port-version": 3,
4+
"port-version": 4,
55
"description": "A C++ wrapper for the cairo graphics library",
66
"homepage": "https://www.cairographics.org",
77
"license": "LGPL-2.0-only",
8+
"supports": "!xbox",
89
"dependencies": [
910
"cairo",
1011
"libsigcpp",

0 commit comments

Comments
 (0)