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 | |
| 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
| -rw-r--r-- | ports/dav1d/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/dav1d/vcpkg.json | 1 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/d-/dav1d.json | 5 |
4 files changed, 8 insertions, 1 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)", diff --git a/versions/baseline.json b/versions/baseline.json index f8df49eaa..a9b2b8cdd 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1598,7 +1598,7 @@ }, "dav1d": { "baseline": "0.8.2", - "port-version": 0 + "port-version": 1 }, "dbg-macro": { "baseline": "2019-07-11", diff --git a/versions/d-/dav1d.json b/versions/d-/dav1d.json index 31405d325..0871da5a9 100644 --- a/versions/d-/dav1d.json +++ b/versions/d-/dav1d.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "d06178194bfa123b40c146ad161200d3e491f48b", + "version-semver": "0.8.2", + "port-version": 1 + }, + { "git-tree": "5cf96f43b20ddf0af353ccebe6acbbe34ce97b42", "version-semver": "0.8.2", "port-version": 0 |
