From 73cfc659193bf83bd22e400a29a213165aa20b40 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 30 Dec 2020 22:37:04 -0800 Subject: [libilbc] New port (#15331) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [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> --- ports/libilbc/CONTROL | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ports/libilbc/CONTROL (limited to 'ports/libilbc/CONTROL') 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 -- cgit v1.2.3