diff options
| author | Gerald Combs <gerald@zing.org> | 2020-12-30 22:37:04 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-30 22:37:04 -0800 |
| commit | 73cfc659193bf83bd22e400a29a213165aa20b40 (patch) | |
| tree | b0bd43c6a485d01456836b4a2aa63b1f83b0cc0a /ports/libilbc/CONTROL | |
| parent | 6a94f1f8cea7fd9461662dee065757dca3ce33a5 (diff) | |
| download | vcpkg-73cfc659193bf83bd22e400a29a213165aa20b40.tar.gz vcpkg-73cfc659193bf83bd22e400a29a213165aa20b40.zip | |
[libilbc] New port (#15331)
* [libilbc] New port
libilbc is an Internet Low Bit Rate Codec (iLBC) / RFC 3951 codec.
Closes #14836.
* Update ports/libilbc/portfile.cmake
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Update ports/libilbc/portfile.cmake
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* [libilbc] Use vcpkg_copy_tools, update arm-uwp.
* [libilbc] More packaging cleanups.
Add vcpkg_fixup_pkgconfig after vcpkg_install_cmake.
Install docs into $PREFIX/share/libilbc.
Remove ilbc_test after a dynamic build and the bin and debug/bin dirs
after a static build.
Fixup include/ilbc_export.h for static builds.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/libilbc/CONTROL')
| -rw-r--r-- | ports/libilbc/CONTROL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/libilbc/CONTROL b/ports/libilbc/CONTROL new file mode 100644 index 000000000..15503b658 --- /dev/null +++ b/ports/libilbc/CONTROL @@ -0,0 +1,5 @@ +Source: libilbc +Version: 3.0.3 +Description: Open source implementation of the Internet Low Bit Rate Codec (iLBC) / RFC 3951 codec from the WebRTC project. +Homepage: https://github.com/TimothyGu/libilbc +Supports: !(arm&uwp)
\ No newline at end of file |
