diff --git a/ports/fdk-aac/vcpkg.json b/ports/fdk-aac/vcpkg.json index 5b9cb2a023..c8d7762d2b 100644 --- a/ports/fdk-aac/vcpkg.json +++ b/ports/fdk-aac/vcpkg.json @@ -1,7 +1,7 @@ { "name": "fdk-aac", "version-semver": "2.0.2", - "port-version": 2, + "port-version": 3, "description": "A standalone Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android. Uses a fork without HE-AAC, HE-AACv2, or xHE-AAC support to avoid patent licensing and GPL compatibility issues when built without the he-aac option.", "homepage": "https://gitlab.freedesktop.org/wtaymans/fdk-aac-stripped", "license": "FDK-AAC", @@ -17,7 +17,8 @@ ], "features": { "he-aac": { - "description": "Support patent-encumbered HE-AAC, HE-AACv2, and xHE-AAC codec profiles. Do not distribute binaries with this option without the relevant patent licenses if you are in a jurisdiction that recognizes software patents. Might not be compatible with the GPL depending on legal interpretation. Refer to https://bugzilla.redhat.com/show_bug.cgi?id=1501522#c112" + "description": "Support patent-encumbered HE-AAC, HE-AACv2, and xHE-AAC codec profiles. Do not distribute binaries with this option without the relevant patent licenses if you are in a jurisdiction that recognizes software patents. Might not be compatible with the GPL depending on legal interpretation. Refer to https://bugzilla.redhat.com/show_bug.cgi?id=1501522#c112", + "supports": "!android" } } } diff --git a/versions/baseline.json b/versions/baseline.json index ac3323440e..df285840db 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2634,7 +2634,7 @@ }, "fdk-aac": { "baseline": "2.0.2", - "port-version": 2 + "port-version": 3 }, "fdlibm": { "baseline": "5.3", diff --git a/versions/f-/fdk-aac.json b/versions/f-/fdk-aac.json index 6ff3b4e9a8..c070dd6171 100644 --- a/versions/f-/fdk-aac.json +++ b/versions/f-/fdk-aac.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "557cf019e07ef3e1c865204c7509bb7920301a89", + "version-semver": "2.0.2", + "port-version": 3 + }, { "git-tree": "85e6f9518580daf2454d9db89b0e813d0e9d4008", "version-semver": "2.0.2",