Skip to content

Commit

Permalink
[dav1d] update to 0.9.2 (#24336)
Browse files Browse the repository at this point in the history
* [dav1d] update to 0.9.2

* update version

* use version

* update version

* update ref

* update version
  • Loading branch information
JonLiu1993 authored Apr 25, 2022
1 parent d4a5161 commit c4844de
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ports/dav1d/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ vcpkg_from_gitlab(
GITLAB_URL https://code.videolan.org
OUT_SOURCE_PATH SOURCE_PATH
REPO videolan/dav1d
REF 0.8.2
SHA512 2f48c88fdbe627f089eb378f43b8f18e1c5cff4645148ee7e14b8f3f8e9d690b28e58fc9cb466e7a9a4c147f06b0d34c47c132070acefbd01abe23cd3c6047d8
REF 7b433e077298d0f4faf8da6d6eb5774e29bffa54 #v0.9.2
SHA512 f889f969f6d612770132cbd2faf8685b1613661b5fbb9e7efe86e9cd074cbd99d5d0cd23894ffc3743fb34301b387df3a81bf067d2c7102358e3fdacf5959782
PATCHES
"patch_underscore_prefix.patch"
patch_underscore_prefix.patch
)

vcpkg_find_acquire_program(NASM)
Expand All @@ -18,7 +18,7 @@ if (LIBRARY_TYPE STREQUAL "dynamic")
endif(LIBRARY_TYPE STREQUAL "dynamic")

vcpkg_configure_meson(
SOURCE_PATH ${SOURCE_PATH}
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
--default-library=${LIBRARY_TYPE}
-Denable_tests=false
Expand Down
4 changes: 2 additions & 2 deletions ports/dav1d/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "dav1d",
"version-semver": "0.8.2",
"port-version": 3,
"version": "0.9.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",
"license": "BSD-2-Clause",
"supports": "!(uwp | arm | x86)",
"dependencies": [
{
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1793,8 +1793,8 @@
"port-version": 2
},
"dav1d": {
"baseline": "0.8.2",
"port-version": 3
"baseline": "0.9.2",
"port-version": 0
},
"daw-header-libraries": {
"baseline": "1.29.7",
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": "0c06788e881e79f8c6a169f0f666baf2dc04faa6",
"version": "0.9.2",
"port-version": 0
},
{
"git-tree": "d92dfe48dbd557d90d9c216bc5a5a4b9435939c1",
"version-semver": "0.8.2",
Expand Down

0 comments on commit c4844de

Please sign in to comment.