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

{
    "name": "grilo",
    "portdir": "gnome/grilo",
    "version": "0.3.14",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://wiki.gnome.org/Projects/Grilo",
    "description": "Framework for discovering and browsing media.",
    "long_description": "Grilo is a framework for browsing and searching media content from various sources using a single API.",
    "active": true,
    "categories": [
        "gnome"
    ],
    "maintainers": [
        {
            "name": "devans",
            "github": "dbevans",
            "ports_count": 2653
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "meson",
                "clang-17",
                "vala",
                "gtk-doc",
                "pkgconfig",
                "ninja"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gobject-introspection",
                "libsoup-2.4",
                "libxml2",
                "liboauth",
                "totem-pl-parser",
                "gtk3"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "grilo-plugins",
                "gnome-online-miners",
                "gnome-photos",
                "gnome3-core",
                "gnome-control-center",
                "totem"
            ]
        },
        {
            "type": "run",
            "ports": [
                "gnome3-core"
            ]
        }
    ]
}