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

{
    "name": "libebur128",
    "portdir": "audio/libebur128",
    "version": "1.2.6",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/jiixyj/libebur128",
    "description": "loudness measure according to EBU R128",
    "long_description": "libebur128 is a library that implements the EBU R 128 standard for loudness normalisation and true-peak measure.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "mlt-legacy",
                "mlt-qt5",
                "mlt",
                "rsgain"
            ]
        }
    ]
}