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

{
    "name": "x264",
    "portdir": "multimedia/x264",
    "version": "20191217",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.videolan.org/x264.html",
    "description": "x264 - a free h264/avc encoder",
    "long_description": "x264 is a free library for encoding H264/AVC video streams. The code is written by Laurent Aimar, Eric Petit(OS X), Min Chen (vfw/nasm), Justin Clay(vfw), Måns Rullgård and Loren Merritt from scratch. It is released under the terms of the GPL license.",
    "active": true,
    "categories": [
        "multimedia"
    ],
    "maintainers": [
        {
            "name": "devans",
            "github": "dbevans",
            "ports_count": 2473
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "nasm",
                "clang-14"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "gpac",
                "gstreamer1-gst-plugins-ugly",
                "libquicktime",
                "libquicktime-devel",
                "transcode",
                "baresip",
                "ffmpeg",
                "ffmpeg-devel",
                "ffmpeg6",
                "avidemux",
                "VLC2",
                "libVLC2",
                "mythtv-core.27",
                "mythtv-core.28",
                "gstreamer010-gst-plugins-ugly"
            ]
        },
        {
            "type": "run",
            "ports": [
                "av1an"
            ]
        }
    ]
}