Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[aom] Update to 3.5.0 #27462

Merged
merged 7 commits into from
Oct 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions ports/aom/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ vcpkg_add_to_path(${PERL_PATH})
vcpkg_from_git(
OUT_SOURCE_PATH SOURCE_PATH
URL "https://aomedia.googlesource.com/aom"
REF 6bbe6ae701d65bdf36bb72053db9b71f9739a083
FETCH_REF v3.2.0
REF 9a83c6a5a55c176adbce740e47d3512edfc9ae71 # v3.5.0
PATCHES
aom-rename-static.diff
aom-uninitialized-pointer.diff
# Can be dropped when https://bugs.chromium.org/p/aomedia/issues/detail?id=3029 is merged into the upstream
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's sad that that indicates it was merged almost a year ago but still isn't in this release, but I double checked that it is not here :(.

Thanks for the update!

aom-install.diff
aom-uninitialized-pointer.diff
)

set(aom_target_cpu "")
Expand Down
4 changes: 2 additions & 2 deletions ports/aom/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "aom",
"version-semver": "3.2.0",
"port-version": 3,
"version-semver": "3.5.0",
"description": "AV1 codec library",
"homepage": "https://aomedia.googlesource.com/aom",
"license": "BSD-2-Clause",
"supports": "!(windows & arm & !uwp)",
"dependencies": [
{
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aom.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c6e0216430b4aded29b420b2d9e4b14ef6271620",
"version-semver": "3.5.0",
"port-version": 0
},
{
"git-tree": "f251779a2df24b29eac37690d2692fda395218dd",
"version-semver": "3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
"port-version": 1
},
"aom": {
"baseline": "3.2.0",
"port-version": 3
"baseline": "3.5.0",
"port-version": 0
},
"approval-tests-cpp": {
"baseline": "10.12.2",
Expand Down