Skip to content

Commit

Permalink
[dav1d] Update to 1.3.0 (#34423)
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Oct 13, 2023
1 parent 48d59de commit 6797410
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/dav1d/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ vcpkg_from_gitlab(
OUT_SOURCE_PATH SOURCE_PATH
REPO videolan/dav1d
REF "${VERSION}"
SHA512 b2f39fdc95c851f136cbe2be40a75770e56ff0109ee55bd084861eb23a8c1dece070dde8a88781c5bb95e241e019e5985d88321560746ecbcb7ab2f22106c0b4
SHA512 fce702048b876794d176dffe53d21aaf6a2e9521a306a078debc26a230b5042e7888edd63eb17bd17f06f30ce51901ebf37ea504da25eb911c1b926631cde278
)

vcpkg_find_acquire_program(NASM)
Expand Down
2 changes: 1 addition & 1 deletion ports/dav1d/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dav1d",
"version": "1.2.1",
"version": "1.3.0",
"description": "dav1d is a new open-source AV1 decoder developed by the VideoLAN and FFmpeg communities and sponsored by the Alliance for Open Media.",
"homepage": "https://code.videolan.org/videolan/dav1d",
"license": "BSD-2-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@
"port-version": 5
},
"dav1d": {
"baseline": "1.2.1",
"baseline": "1.3.0",
"port-version": 0
},
"daw-header-libraries": {
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/dav1d.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "99fc7f3cc963cb7a3e567d13f313e5f0dbf46c72",
"version": "1.3.0",
"port-version": 0
},
{
"git-tree": "e819aee6d5e62ecd2981c858897773239e66b496",
"version": "1.2.1",
Expand Down

0 comments on commit 6797410

Please sign in to comment.