mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:53:03 +08:00
[dav1d] Update to 0.8.2 (#16916)
* [dav1d] Update to 0.8.2 Update dav1d from 0.8.1 to 0.8.2 * versions: Update dav1d to 0.8.2 * Update version schemes * Update the baseline version Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
This commit is contained in:
parent
23c1c65fc7
commit
b0e099f0fc
@ -4,8 +4,8 @@ vcpkg_from_gitlab(
|
||||
GITLAB_URL https://code.videolan.org
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO videolan/dav1d
|
||||
REF 0.8.1
|
||||
SHA512 dd40b82b65e4be37a27ab11e7116f7a244b0da4469915ead3922ac31724fb6da3910a78629a32a669031fe08d4323ab135174afb7462f6ea4adf96c111841c1c
|
||||
REF 0.8.2
|
||||
SHA512 2f48c88fdbe627f089eb378f43b8f18e1c5cff4645148ee7e14b8f3f8e9d690b28e58fc9cb466e7a9a4c147f06b0d34c47c132070acefbd01abe23cd3c6047d8
|
||||
PATCHES
|
||||
"patch_underscore_prefix.patch"
|
||||
)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dav1d",
|
||||
"version-string": "0.8.1",
|
||||
"version-semver": "0.8.2",
|
||||
"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",
|
||||
"supports": "!(uwp | arm | x86)",
|
||||
|
@ -1573,7 +1573,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"dav1d": {
|
||||
"baseline": "0.8.1",
|
||||
"baseline": "0.8.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"dbg-macro": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5cf96f43b20ddf0af353ccebe6acbbe34ce97b42",
|
||||
"version-semver": "0.8.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "1c30fb68cde7004f37eb289c95fb9823331fe571",
|
||||
"version-string": "0.8.1",
|
||||
|
Loading…
Reference in New Issue
Block a user