Skip to content

Commit

Permalink
[dav1d] fixup the installed pkgconfig files (microsoft#18078)
Browse files Browse the repository at this point in the history
* [dav1d] fixup the installed pkgconfig files

* [dav1d] x-add-version
  • Loading branch information
mcmtroffaes authored May 24, 2021
1 parent e937cb4 commit 46079cb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions ports/dav1d/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ vcpkg_configure_meson(

vcpkg_install_meson()
vcpkg_copy_pdbs()
vcpkg_fixup_pkgconfig()

configure_file("${SOURCE_PATH}/COPYING" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY)
1 change: 1 addition & 0 deletions ports/dav1d/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "dav1d",
"version-semver": "0.8.2",
"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.",
"homepage": "https://code.videolan.org/videolan/dav1d",
"supports": "!(uwp | arm | x86)",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,7 @@
},
"dav1d": {
"baseline": "0.8.2",
"port-version": 0
"port-version": 1
},
"dbg-macro": {
"baseline": "2019-07-11",
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": "d06178194bfa123b40c146ad161200d3e491f48b",
"version-semver": "0.8.2",
"port-version": 1
},
{
"git-tree": "5cf96f43b20ddf0af353ccebe6acbbe34ce97b42",
"version-semver": "0.8.2",
Expand Down

0 comments on commit 46079cb

Please sign in to comment.