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

{
    "name": "live555",
    "portdir": "multimedia/live555",
    "version": "2024.03.08",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.live555.com/liveMedia/",
    "description": "LIVE555 Streaming Media",
    "long_description": "This code forms a set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP). These libraries - which can be compiled for UNIX (including Linux and macOS), Windows, and QNX (and other POSIX-compliant systems) - can be used to build streaming applications.",
    "active": true,
    "categories": [
        "multimedia"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cctools",
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openssl3"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "VLC2",
                "libVLC2"
            ]
        }
    ]
}