diff options
Diffstat (limited to 'ports/opus')
| -rw-r--r-- | ports/opus/CONTROL | 3 | ||||
| -rw-r--r-- | ports/opus/portfile.cmake | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ports/opus/CONTROL b/ports/opus/CONTROL index cf2fdfa01..1576fd3c9 100644 --- a/ports/opus/CONTROL +++ b/ports/opus/CONTROL @@ -1,5 +1,6 @@ Source: opus -Version: 1.3.1-3 +Version: 1.3.1 +Port-Version: 4 Homepage: https://github.com/xiph/opus Description: Totally open, royalty-free, highly versatile audio codec diff --git a/ports/opus/portfile.cmake b/ports/opus/portfile.cmake index 24be07b6f..eb7b90cea 100644 --- a/ports/opus/portfile.cmake +++ b/ports/opus/portfile.cmake @@ -21,6 +21,7 @@ vcpkg_configure_cmake( vcpkg_install_cmake() vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/Opus) vcpkg_copy_pdbs() +vcpkg_fixup_pkgconfig() file(INSTALL ${SOURCE_PATH}/COPYING |
