[libopenmpt] Update to 0.6.7 (#28931)

* [libopenmpt] Update to 0.6.7

Closes #28930

* Add vcpkg x-add-version

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
Andrzej Lichnerowicz 2023-01-24 00:56:59 +01:00 committed by GitHub
parent 81d0930037
commit ea860c7fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 8 deletions

View File

@ -13,11 +13,12 @@ find_package(ZLIB REQUIRED)
find_package(mpg123 CONFIG REQUIRED)
find_package(Vorbis REQUIRED)
file(GLOB HEADERS libopenmpt/*.h libopenmpt/*.hpp)
file(GLOB HEADERS libopenmpt/*.h libopenmpt/*.hpp src/openmpt/all/*.hpp)
list(FILTER HEADERS EXCLUDE REGEX "_impl\\.hpp$|_internal\\.h$")
include_directories(
.
src
build/svn_version
libopenmpt
common

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO OpenMPT/openmpt
REF 7da598b28acdb8ee8ea0ed93bcb57d680424f5cc # libopenmpt-0.5.12
SHA512 0f5441518dbbbbae194c724c47238a3cad876d8eb81e6a89fed3801724a6ae023d6d8806f792dc2f44082f3849cd4e1130081db3668f9974170171227f70e879
REF 6860d1dec9bd31ed450a44148e789c4054925ed0 # libopenmpt-0.6.7
SHA512 04c9d6e2d604dc412574f20ec2ef055dc721530ea1b6ea276f93071be4e6f451a78cc66c30470e361c95995f27759c69534f70419856f1ba6cfe69478b9207db
HEAD_REF master
)

View File

@ -1,8 +1,7 @@
{
"name": "libopenmpt",
"version": "0.5.12",
"port-version": 1,
"description": "a library to render tracker music",
"version": "0.6.7",
"description": "a cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream.",
"homepage": "https://openmpt.org/",
"license": "BSD-3-Clause",
"dependencies": [

View File

@ -4137,8 +4137,8 @@
"port-version": 1
},
"libopenmpt": {
"baseline": "0.5.12",
"port-version": 1
"baseline": "0.6.7",
"port-version": 0
},
"libopensp": {
"baseline": "1.5.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5d66142c7858d9ac23b31a1ab5d596e2370ef7c2",
"version": "0.6.7",
"port-version": 0
},
{
"git-tree": "77855e30f0796a3254ce7c87449c8098854f85a5",
"version": "0.5.12",