diff options
| author | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2021-05-24 19:10:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-24 11:10:23 -0700 |
| commit | 46079cb27a35c614c22b11170d9315dbd76d9607 (patch) | |
| tree | 8108abafe1d1599f94d2397a7881db42cd29e992 /ports | |
| parent | e937cb41eaf70ebf7c8d426f2d246527badc58a1 (diff) | |
| download | vcpkg-46079cb27a35c614c22b11170d9315dbd76d9607.tar.gz vcpkg-46079cb27a35c614c22b11170d9315dbd76d9607.zip | |
[dav1d] fixup the installed pkgconfig files (#18078)
* [dav1d] fixup the installed pkgconfig files
* [dav1d] x-add-version
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/dav1d/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/dav1d/vcpkg.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ports/dav1d/portfile.cmake b/ports/dav1d/portfile.cmake index 2c7e31f79..cc109ff43 100644 --- a/ports/dav1d/portfile.cmake +++ b/ports/dav1d/portfile.cmake @@ -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)
diff --git a/ports/dav1d/vcpkg.json b/ports/dav1d/vcpkg.json index c0cd986e6..aa63b1a8c 100644 --- a/ports/dav1d/vcpkg.json +++ b/ports/dav1d/vcpkg.json @@ -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)", |
