[libopenmpt] fix resulting lib name (#29134)

This commit is contained in:
autoantwort 2023-01-24 00:50:14 +01:00 committed by GitHub
parent 77a36d89a1
commit 81d0930037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

View File

@ -43,6 +43,7 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
add_library(libopenmpt ${SOURCES})
set_target_properties(libopenmpt PROPERTIES OUTPUT_NAME openmpt)
target_compile_definitions(libopenmpt PRIVATE
-DMPT_WITH_MPG123 -DMPT_WITH_OGG

View File

@ -1,8 +1,10 @@
{
"name": "libopenmpt",
"version": "0.5.12",
"port-version": 1,
"description": "a library to render tracker music",
"homepage": "https://openmpt.org/",
"license": "BSD-3-Clause",
"dependencies": [
"libogg",
"libvorbis",

View File

@ -4138,7 +4138,7 @@
},
"libopenmpt": {
"baseline": "0.5.12",
"port-version": 0
"port-version": 1
},
"libopensp": {
"baseline": "1.5.2",

View File

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