From 69d2475c3a76e4dec59e77b96102f8a62bf138d6 Mon Sep 17 00:00:00 2001 From: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Date: Mon, 13 May 2019 23:47:36 +0200 Subject: [PATCH 1/2] remove extra build step. vcpkg_install_cmake should also build the target. --- ports/libtheora/portfile.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/libtheora/portfile.cmake b/ports/libtheora/portfile.cmake index 9312d6685d2359..50e6fc6535239e 100644 --- a/ports/libtheora/portfile.cmake +++ b/ports/libtheora/portfile.cmake @@ -31,7 +31,6 @@ vcpkg_configure_cmake( -DUSE_X86=${THEORA_X86_OPT} ) -vcpkg_build_cmake() vcpkg_install_cmake() vcpkg_copy_pdbs() From 73e480329e2966093389a496c3333a17bb2523da Mon Sep 17 00:00:00 2001 From: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Date: Mon, 13 May 2019 23:48:05 +0200 Subject: [PATCH 2/2] Update CONTROL --- ports/libtheora/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/libtheora/CONTROL b/ports/libtheora/CONTROL index 7324f05264f93e..aa275cc88815d2 100644 --- a/ports/libtheora/CONTROL +++ b/ports/libtheora/CONTROL @@ -1,4 +1,4 @@ Source: libtheora -Version: 1.2.0alpha1-20170719~vcpkg1-1 +Version: 1.2.0alpha1-20170719~vcpkg1-2 Description: Theora is a free and open video compression format from the Xiph.org Foundation. Build-Depends: libogg