mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:28:59 +08:00
* [podofo] Change to github and update version to 0.10.0 * update version * fix static export * v db * fix export name and add usage * v db * disable build libxml2 features * format * v db Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
This commit is contained in:
parent
a9eb339823
commit
d5d20ed2ee
@ -3,7 +3,7 @@ vcpkg_from_gitlab(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO videolan/dav1d
|
||||
REF "${VERSION}"
|
||||
SHA512 53b3fc0363504d4b9dd29bc88d3c8510ae65ac69b04e97d650e78c9fb5e2b95816d5c29dbc454aa5c2e539401c4be88ae88d7a7a8224007a05183fd249677f31
|
||||
SHA512 b2f39fdc95c851f136cbe2be40a75770e56ff0109ee55bd084861eb23a8c1dece070dde8a88781c5bb95e241e019e5985d88321560746ecbcb7ab2f22106c0b4
|
||||
)
|
||||
|
||||
vcpkg_find_acquire_program(NASM)
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "dav1d",
|
||||
"version": "1.1.0",
|
||||
"port-version": 1,
|
||||
"version": "1.2.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.",
|
||||
"homepage": "https://code.videolan.org/videolan/dav1d",
|
||||
"license": "BSD-2-Clause",
|
||||
|
@ -2005,8 +2005,8 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"dav1d": {
|
||||
"baseline": "1.1.0",
|
||||
"port-version": 1
|
||||
"baseline": "1.2.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"daw-header-libraries": {
|
||||
"baseline": "2.93.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e819aee6d5e62ecd2981c858897773239e66b496",
|
||||
"version": "1.2.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "33290c0ea8117f5ba572eaee0a27c0213ec3fe30",
|
||||
"version": "1.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user