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

{
    "name": "audacious-core",
    "portdir": "audio/audacious-core",
    "version": "4.4.2",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.audacious-media-player.org/",
    "description": "Audacious is an advanced audio player.",
    "long_description": "Audacious is an advanced audio player. It is free, lightweight, based on GTK3, runs on Linux and many other *nix platforms. The player focuses on audio quality and supports a wide range of audio codecs. Its advanced audio playback engine is considerably more powerful than GStreamer. Audacious is a fork of Beep Media Player (BMP), which itself forked from XMMS.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [
        {
            "name": "ionic",
            "github": "Ionic",
            "ports_count": 24
        },
        {
            "name": "makr",
            "github": "mohd-akram",
            "ports_count": 64
        }
    ],
    "variants": [
        "qt5",
        "qt6",
        "gtk2",
        "gtk3"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "meson",
                "ninja",
                "pkgconfig",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "glib2",
                "qt5-qtbase",
                "libiconv",
                "qt5-qtsvg",
                "dbus",
                "gettext"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "audacious",
                "audacious-plugins"
            ]
        }
    ]
}