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

{
    "name": "kdenlive",
    "portdir": "multimedia/kdenlive",
    "version": "0.9.10",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://kdenlive.org",
    "description": "A non-linear video editing suite.",
    "long_description": "Kdenlive is a non-linear video editing suite, which supports DV, HDV and much more formats. Kdenlive relies on the MLT video engine and FFmpeg for video formats, thus offering a comprehensive solution.",
    "active": true,
    "categories": [
        "multimedia"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "docs"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "pkgconfig",
                "automoc",
                "cmake"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "mlt",
                "qt4-mac",
                "phonon",
                "kde4-runtime",
                "kdelibs4"
            ]
        },
        {
            "type": "run",
            "ports": [
                "cdrtools",
                "dvdauthor"
            ]
        }
    ],
    "depends_on": []
}