Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ports/libogg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ endif()
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 #https://gitlab.xiph.org/xiph/ogg/-/issues/2304
-DINSTALL_DOCS=OFF
-DINSTALL_PKG_CONFIG_MODULE=ON
-DBUILD_TESTING=OFF
MAYBE_UNUSED_VARIABLES
CMAKE_POLICY_VERSION_MINIMUM
)

vcpkg_cmake_install()
Expand Down
2 changes: 1 addition & 1 deletion ports/libogg/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libogg",
"version": "1.3.5",
"port-version": 1,
"port-version": 2,
"description": "Ogg is a multimedia container format, and the native file and stream format for the Xiph.org multimedia codecs.",
"homepage": "https://www.xiph.org/ogg",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4942,7 +4942,7 @@
},
"libogg": {
"baseline": "1.3.5",
"port-version": 1
"port-version": 2
},
"libopenmpt": {
"baseline": "0.7.13",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libogg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7de72b080f4e8596980840f33de0a62394d99e6b",
"version": "1.3.5",
"port-version": 2
},
{
"git-tree": "98e27727c32704393494d32615c25b7b16eb3067",
"version": "1.3.5",
Expand Down
Loading