GET /api/v1/ports/aubio/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "aubio",
    "portdir": "audio/aubio",
    "version": "0.4.9",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://aubio.org/",
    "description": "audio labeling library",
    "long_description": "aubio is a library for audio labeling. Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing MIDI streams from live audio.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [],
    "variants": [
        "jack",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "pkgconfig",
                "txt2man",
                "python310"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libsamplerate",
                "libsndfile",
                "fftw-3-single",
                "ffmpeg"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "denemo"
            ]
        }
    ]
}