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

{
    "name": "gpac",
    "portdir": "multimedia/gpac",
    "version": "2.2.1",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://gpac.wp.imt.fr",
    "description": "multimedia framework for research and academic purposes",
    "long_description": "GPAC is an Open Source multimedia framework for research and academic purposes. The project covers different aspects of multimedia, with a focus on presentation technologies (graphics, animation and interactivity). Includes MP4Box and Osmo4.",
    "active": true,
    "categories": [
        "multimedia"
    ],
    "maintainers": [
        {
            "name": "mohd.akram",
            "github": "mohd-akram",
            "ports_count": 35
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "zlib",
                "pkgconfig",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libvorbis",
                "libsdl2",
                "openssl",
                "libjpeg-turbo",
                "libpng",
                "openjpeg",
                "a52dec",
                "aom",
                "ffmpeg",
                "libogg",
                "libtheora",
                "x264",
                "freetype",
                "XviD",
                "faad2",
                "libmad"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "MP4Joiner"
            ]
        }
    ]
}