[dav1d] Update to 1.4.3 (#40518)

This commit is contained in:
Clinton Ingram 2024-08-19 09:47:54 -07:00 committed by GitHub
parent 54e701bb6a
commit 1203d7c0eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 deletions

View File

@ -3,7 +3,7 @@ vcpkg_from_gitlab(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO videolan/dav1d REPO videolan/dav1d
REF "${VERSION}" REF "${VERSION}"
SHA512 7f02c1e65fb79352a159cc60346e02d5844c01d1228f860f802c553799ae0213e76ccc81ff427913e89bd3cfcf0185ea063cf3b6f7c4242faa76962ebd661e5e SHA512 1a7ed31a5c56362d7e62a7b96eeb13d636309cef892fab7bedee2421e1c6cea8676abb640318a2eb5c7bb597110c53cac1b4583ba3b844581d96a54cad3dbd9e
) )
if (VCPKG_TARGET_ARCHITECTURE STREQUAL "x86" OR VCPKG_TARGET_ARCHITECTURE STREQUAL "x64") if (VCPKG_TARGET_ARCHITECTURE STREQUAL "x86" OR VCPKG_TARGET_ARCHITECTURE STREQUAL "x64")

View File

@ -1,7 +1,6 @@
{ {
"name": "dav1d", "name": "dav1d",
"version": "1.4.0", "version": "1.4.3",
"port-version": 1,
"description": "dav1d is a new open-source AV1 decoder developed by the VideoLAN and FFmpeg communities and sponsored by the Alliance for Open Media.", "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", "homepage": "https://code.videolan.org/videolan/dav1d",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",

View File

@ -2185,8 +2185,8 @@
"port-version": 0 "port-version": 0
}, },
"dav1d": { "dav1d": {
"baseline": "1.4.0", "baseline": "1.4.3",
"port-version": 1 "port-version": 0
}, },
"daw-header-libraries": { "daw-header-libraries": {
"baseline": "2.106.0", "baseline": "2.106.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "0756d92a7a3a3a98295f8d22dd2f1e0ec6e76e4f",
"version": "1.4.3",
"port-version": 0
},
{ {
"git-tree": "c92b5d1be96a53ccc47eddb738e08111b537513f", "git-tree": "c92b5d1be96a53ccc47eddb738e08111b537513f",
"version": "1.4.0", "version": "1.4.0",