aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorevpobr <evpobr@gmail.com>2019-01-10 03:26:43 +0500
committerCodiferous <44823842+Codiferous@users.noreply.github.com>2019-01-09 14:26:43 -0800
commitbbb68a2ec882df1fa76b21ba30d686f915e668a4 (patch)
treedf0daa3bf70b6034fd9c7abd0808da7cfccbd194
parent0af8b7825aacb3144cec6e557db3356fa5a3e843 (diff)
downloadvcpkg-bbb68a2ec882df1fa76b21ba30d686f915e668a4.tar.gz
vcpkg-bbb68a2ec882df1fa76b21ba30d686f915e668a4.zip
[matroska] Update to 1.4.9 (#5092)
-rw-r--r--ports/matroska/CONTROL2
-rw-r--r--ports/matroska/MatroskaConfig.cmake1
-rw-r--r--ports/matroska/portfile.cmake7
3 files changed, 3 insertions, 7 deletions
diff --git a/ports/matroska/CONTROL b/ports/matroska/CONTROL
index cd688d697..04feb0dd4 100644
--- a/ports/matroska/CONTROL
+++ b/ports/matroska/CONTROL
@@ -1,4 +1,4 @@
Source: matroska
-Version: 1.4.8
+Version: 1.4.9
Description: a C++ libary to parse Matroska files (.mkv and .mka)
Build-Depends: ebml
diff --git a/ports/matroska/MatroskaConfig.cmake b/ports/matroska/MatroskaConfig.cmake
deleted file mode 100644
index e9a88bd49..000000000
--- a/ports/matroska/MatroskaConfig.cmake
+++ /dev/null
@@ -1 +0,0 @@
-include(${CMAKE_CURRENT_LIST_DIR}/MatroskaTargets.cmake)
diff --git a/ports/matroska/portfile.cmake b/ports/matroska/portfile.cmake
index fd3624584..b89a1cb6e 100644
--- a/ports/matroska/portfile.cmake
+++ b/ports/matroska/portfile.cmake
@@ -19,14 +19,11 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Matroska-Org/libmatroska
- REF release-1.4.8
- SHA512 3591508674ff69a185d143b4ce5c34a4c9913ad806ad94c6a96b694752f3e67b029037573564ab3bf5d9303a4b6c5fdd55865f140ab0d26df53b051b71957d0a
+ REF release-1.4.9
+ SHA512 0c2e7324d62e1fc28b00a899f1d2fda88a3de474ea25c51624d716b869db72b4645b64cc434a0bdb7cefdd63b354de59920d4011889554f95a2905020b139fb1
HEAD_REF master
)
-file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
-file(COPY ${CMAKE_CURRENT_LIST_DIR}/MatroskaConfig.cmake DESTINATION ${SOURCE_PATH})
-
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA # Disable this option if project cannot be built with Ninja