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

{
    "name": "libvideogfx",
    "portdir": "multimedia/libvideogfx",
    "version": "1.0.9",
    "license": "LGPL and GPL",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/farindk/libvideogfx",
    "description": "A library for rapid development of video processing, computer vision, and computer graphics algorithms",
    "long_description": "A library for rapid development of video processing, computer vision, and computer graphics algorithms",
    "active": true,
    "categories": [
        "multimedia"
    ],
    "maintainers": [],
    "variants": [
        "x11",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "automake",
                "libtool",
                "pkgconfig",
                "autoconf"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libpng",
                "ffmpeg",
                "libjpeg-turbo"
            ]
        }
    ],
    "depends_on": []
}