mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[dav1d] Update to 1.4.0 (#36935)
Updates to latest release https://code.videolan.org/videolan/dav1d/-/releases/1.4.0 - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] ~~The "supports" clause reflects platforms that may be fixed by this new version.~~ - [ ] ~~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~~ - [ ] ~~Any patches that are no longer applied are deleted from the port's directory.~~ - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file.
This commit is contained in:
parent
775738e3d1
commit
907e7f3251
@ -3,7 +3,7 @@ vcpkg_from_gitlab(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO videolan/dav1d
|
||||
REF "${VERSION}"
|
||||
SHA512 fce702048b876794d176dffe53d21aaf6a2e9521a306a078debc26a230b5042e7888edd63eb17bd17f06f30ce51901ebf37ea504da25eb911c1b926631cde278
|
||||
SHA512 7f02c1e65fb79352a159cc60346e02d5844c01d1228f860f802c553799ae0213e76ccc81ff427913e89bd3cfcf0185ea063cf3b6f7c4242faa76962ebd661e5e
|
||||
)
|
||||
|
||||
vcpkg_find_acquire_program(NASM)
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "dav1d",
|
||||
"version": "1.3.0",
|
||||
"port-version": 1,
|
||||
"version": "1.4.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",
|
||||
|
@ -2137,8 +2137,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"dav1d": {
|
||||
"baseline": "1.3.0",
|
||||
"port-version": 1
|
||||
"baseline": "1.4.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"daw-header-libraries": {
|
||||
"baseline": "2.101.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0349d1196602b2983b1171647b30b5a9379920c6",
|
||||
"version": "1.4.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "68bf154a3ecc55fd1ad71ff6773ed3f0c418fbba",
|
||||
"version": "1.3.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user