Skip to content

Commit

Permalink
[aom] Update to 3.5.0 (#27462)
Browse files Browse the repository at this point in the history
* [aom] Update to 3.5.0

* [aom] vcpkg x-add-version --all --overwrite-version

* [aom] Added license

* [aom] Added license

* [aom] vcpkg x-add-version --all --overwrite-version

* [aom] Revert UWP target cpu

* [aom] vcpkg x-add-version --all --overwrite-version
  • Loading branch information
HappySeaFox authored Oct 26, 2022
1 parent 362fee9 commit 04a8f42
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
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
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

0 comments on commit 04a8f42

Please sign in to comment.