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

{
    "name": "faac",
    "portdir": "audio/faac",
    "version": "1.31.1",
    "license": "Restrictive",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/knik0/faac",
    "description": "ISO AAC audio encoder",
    "long_description": "FAAC is an AAC audio encoder. FAAC currently supports MPEG-4 LTP, MAIN and LOW COMPLEXITY object types and MAIN and LOW MPEG-2 object types. It also supports multichannel and gapless encoding.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "avidemux",
                "libquicktime",
                "libquicktime-devel",
                "mythtv-core.27",
                "mythtv-core.28",
                "transcode"
            ]
        }
    ]
}