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

{
    "name": "gst-plugins-math",
    "portdir": "science/gst-plugins-math",
    "version": "1.0.1",
    "license": "LGPL",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/lpsinger/gst-plugins-math",
    "description": "Mathematical operations plugins for GStreamer",
    "long_description": "Perform simple arithmetic operations on audio streams in GStreamer pipelines.",
    "active": true,
    "categories": [
        "science",
        "gnome"
    ],
    "maintainers": [
        {
            "name": "aronnax",
            "github": "lpsinger",
            "ports_count": 401
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "automake",
                "pkgconfig",
                "clang-17",
                "autoconf",
                "libtool"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gstreamer1-gst-plugins-base",
                "gstreamer1"
            ]
        }
    ],
    "depends_on": []
}