blob: 18c3bf100a1ca03cbed4a8f479e865fc95424ed6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "libopenmpt",
"version-string": "2017-01-28-cf2390140",
"port-version": 1,
"description": "a library to render tracker music",
"homepage": "https://github.com/OpenMPT/openmpt",
"supports": "!uwp",
"dependencies": [
"libflac",
"libogg",
"libvorbis",
"mpg123",
"portaudio",
"zlib"
]
}
|