aboutsummaryrefslogtreecommitdiff
path: root/ports/libvpx
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2020-08-31 22:36:25 -0700
committerGitHub <noreply@github.com>2020-08-31 22:36:25 -0700
commit46e25a10d7295d3bc107d6f51ce0e2851877f393 (patch)
treeeaceaf631ad478dbdc584332a7541cd40bc22449 /ports/libvpx
parentcdd4a988fdf867d3c6dba43fd3924c5188de18bd (diff)
downloadvcpkg-46e25a10d7295d3bc107d6f51ce0e2851877f393.tar.gz
vcpkg-46e25a10d7295d3bc107d6f51ce0e2851877f393.zip
[vcpkg] Replace uses of msys pacman.exe with direct package downloads (#13019)
* wip Apply suggestions from code review Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> * [vcpkg_acquire_msys] Trim list of packages. Introduce defaults. * [behaviortree-cpp] Fix dynamic dependency on ZMQ Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/libvpx')
-rw-r--r--ports/libvpx/CONTROL1
-rw-r--r--ports/libvpx/portfile.cmake1
2 files changed, 1 insertions, 1 deletions
diff --git a/ports/libvpx/CONTROL b/ports/libvpx/CONTROL
index 8d578a2a1..a61d534b5 100644
--- a/ports/libvpx/CONTROL
+++ b/ports/libvpx/CONTROL
@@ -1,5 +1,6 @@
Source: libvpx
Version: 1.9.0
+Port-Version: 1
Homepage: https://github.com/webmproject/libvpx
Description: The reference software implementation for the video coding formats VP8 and VP9.
Supports: !(uwp&arm)
diff --git a/ports/libvpx/portfile.cmake b/ports/libvpx/portfile.cmake
index 390d059c7..1e4ad6d3c 100644
--- a/ports/libvpx/portfile.cmake
+++ b/ports/libvpx/portfile.cmake
@@ -18,7 +18,6 @@ get_filename_component(PERL_EXE_PATH ${PERL} DIRECTORY)
if(CMAKE_HOST_WIN32)
vcpkg_acquire_msys(MSYS_ROOT PACKAGES make)
- vcpkg_acquire_msys(MSYS_ROOT PACKAGES diffutils)
set(BASH ${MSYS_ROOT}/usr/bin/bash.exe)
set(ENV{PATH} "${YASM_EXE_PATH};${MSYS_ROOT}/usr/bin;$ENV{PATH};${PERL_EXE_PATH}")
else()