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

{
    "name": "libsdl_sound",
    "portdir": "audio/libsdl_sound",
    "version": "1.0.3",
    "license": "LGPL-2.1+",
    "platforms": "macosx",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://icculus.org/SDL_sound/",
    "description": "handles decoding of several popular sound file formats",
    "long_description": "SDL_sound is a library that handles the decoding of several popular sound file formats, such as .WAV and .MP3. It is meant to make the programmer's sound playback tasks simpler.",
    "active": true,
    "categories": [
        "devel",
        "audio"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libmodplug",
                "libvorbis",
                "speex",
                "flac",
                "physfs",
                "libogg",
                "smpeg",
                "libsdl"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "atari800",
                "dosbox",
                "nonpareil"
            ]
        }
    ]
}