Skip to content

Commit

Permalink
[libogg] Update to 1.3.4-1 (microsoft#8094)
Browse files Browse the repository at this point in the history
* [libogg] Update to 1.3.4-1

* Remove revision number

* Handle new cmake output dir

Cmake is now output to .../Ogg/... instead of .../ogg/...
  • Loading branch information
past-due authored and cbezault committed Sep 11, 2019
1 parent fa66acb commit b6bc3f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
2 changes: 1 addition & 1 deletion ports/libogg/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: libogg
Version: 1.3.3-4
Version: 1.3.4
Description: Ogg is a multimedia container format, and the native file and stream format for the Xiph.org multimedia codecs.
Homepage: https://github.com/xiph/ogg
12 changes: 0 additions & 12 deletions ports/libogg/missing_usize64.patch

This file was deleted.

8 changes: 3 additions & 5 deletions ports/libogg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO xiph/ogg
REF 6ccfcc2dce48c0d430b45064d0e13c962a64c42f
SHA512 441950d541f626a2e668efab4ed429c453534ef0334aad410013f07870a4a99e347f7a7eed335d77af41f02ce3dd600564d982e4c976a0c4cb76c19b1231d39e
REF c8fca6b4a02d695b1ceea39b330d4406001c03ed
SHA512 52980fcca3c1dbb5fbfa4032f179679a5c4000f1fea88e7ed8b2522d80d27513be96d94933daeb9e36f4ac8556e7e4e8ec7e91101e2ba456e0fce51c484eee9e
HEAD_REF master
PATCHES
missing_usize64.patch
)

vcpkg_configure_cmake(
Expand All @@ -18,7 +16,7 @@ vcpkg_configure_cmake(

vcpkg_install_cmake()

vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/ogg TARGET_PATH share/ogg)
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/Ogg TARGET_PATH share/ogg)

file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)

Expand Down

0 comments on commit b6bc3f3

Please sign in to comment.