GET /api/v1/ports/?format=api&ordering=-created_at&page=1020
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 51957,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=1021",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=1019",
    "results": [
        {
            "name": "pulseaudio",
            "portdir": "audio/pulseaudio",
            "version": "17.0",
            "license": "(BSD or LGPL-2.1+ or MIT)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freedesktop.org/wiki/Software/PulseAudio/",
            "description": "A sound server for POSIX OSes",
            "long_description": "PulseAudio is a sound server for POSIX OSes, meaning that it is a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "ionic",
                    "github": "Ionic",
                    "ports_count": 24
                }
            ],
            "variants": [
                "x11",
                "jack",
                "valgrind",
                "tests",
                "minimal",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "gettext",
                        "m4",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "p5.34-xml-parser"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "orc",
                        "fftw-3-single",
                        "avahi",
                        "libiconv",
                        "xorg-libX11",
                        "libsndfile",
                        "xorg-libice",
                        "xorg-libsm",
                        "xorg-libxcb",
                        "gettext-runtime",
                        "xorg-libXtst",
                        "soxr",
                        "speexDSP",
                        "gdbm",
                        "dbus",
                        "glib2",
                        "libtool",
                        "openssl"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "cdrtools",
                        "qt513-qtwebengine",
                        "qt6-qtmultimedia",
                        "qt610-qtmultimedia",
                        "qt64-qtmultimedia",
                        "qt67-qtmultimedia",
                        "qt68-qtmultimedia",
                        "qt69-qtmultimedia",
                        "minimodem",
                        "qt5-qtwebengine",
                        "cava",
                        "hydrogen",
                        "libcanberra",
                        "pavucontrol",
                        "pcaudiolib",
                        "empathy",
                        "gnome-control-center",
                        "gnome-settings-daemon",
                        "gstreamer010-gst-plugins-good",
                        "gstreamer1-gst-plugins-good",
                        "gtk-vnc",
                        "kmix",
                        "gpac",
                        "musikcube"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "x2goclient",
                        "unixcw"
                    ]
                }
            ]
        },
        {
            "name": "proxy-audio-device",
            "portdir": "audio/proxy-audio-device",
            "version": "1.0.7",
            "license": "public-domain",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/briankendall/proxy-audio-device",
            "description": "A HAL virtual audio driver for macOS that sends all output to another audio device.",
            "long_description": "A HAL virtual audio driver for macOS that sends all output to another audio device. It's main purpose is to make it possible to use macOS's system volume controls such as the volume menu bar icon or volume keyboard keys to change the volume of external audio interfaces that don't allow it. It might be useful for something else too.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "portmidi",
            "portdir": "audio/portmidi",
            "version": "2.0.8",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/PortMidi/portmidi",
            "description": "Free, cross platform, open-source, real-time MIDI I/O library.",
            "long_description": "Free, cross platform, open-source, real-time MIDI I/O library.",
            "active": true,
            "categories": [
                "devel",
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "pure-midi",
                        "orca",
                        "darktable-devel",
                        "denemo",
                        "audacity",
                        "hatari",
                        "mame",
                        "darktable"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "frescobaldi",
                        "frescobaldi-devel",
                        "frescobaldi2"
                    ]
                }
            ]
        },
        {
            "name": "portaudio",
            "portdir": "audio/portaudio",
            "version": "20240308-88ab584e",
            "license": "MIT",
            "platforms": "darwin macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.portaudio.com",
            "description": "PortAudio is a free, cross platform, open-source, audio I/O library.",
            "long_description": "PortAudio is a free, cross platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' or C++ that will compile and run on many platforms including Windows, Macintosh OS X, and Unix (OSS/ALSA). It is intended to promote the exchange of audio software between developers on different platforms. Many applications use PortAudio for Audio I/O.",
            "active": true,
            "categories": [
                "devel",
                "audio"
            ],
            "maintainers": [
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 151
                }
            ],
            "variants": [
                "jack",
                "tools",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "xournalpp",
                        "pure-audio",
                        "py310-pyaudio",
                        "PothosAudio",
                        "RigCtldGUI",
                        "SDRPlusPlus",
                        "direwolf",
                        "dsd",
                        "fldigi",
                        "freedv-gui",
                        "gqrx",
                        "linrad",
                        "pihpsdr",
                        "quisk",
                        "lirc",
                        "audacity",
                        "QMPlay2",
                        "libopenmpt",
                        "py27-pyaudio",
                        "py35-pyaudio",
                        "py36-pyaudio",
                        "py37-pyaudio",
                        "py38-pyaudio",
                        "py39-pyaudio",
                        "cava",
                        "espeak",
                        "julius",
                        "tenacity",
                        "hatari",
                        "mame",
                        "scummvm",
                        "scummvm-devel",
                        "glob2",
                        "octave",
                        "fluidsynth",
                        "lmms",
                        "musikcube",
                        "wireshark2",
                        "wireshark22",
                        "denemo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py35-sounddevice",
                        "py36-sounddevice",
                        "py38-sounddevice",
                        "py310-sounddevice",
                        "py311-sounddevice",
                        "py312-sounddevice",
                        "py313-sounddevice",
                        "py314-sounddevice",
                        "rb33-ffi-portaudio",
                        "py37-sounddevice",
                        "py39-sounddevice",
                        "rb32-ffi-portaudio",
                        "rb31-ffi-portaudio",
                        "py27-sounddevice"
                    ]
                }
            ]
        },
        {
            "name": "pocketsphinx",
            "portdir": "audio/pocketsphinx",
            "version": "5.0.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cmusphinx/pocketsphinx",
            "description": "Speech recognition package",
            "long_description": "PocketSphinx is CMU’s fastest speech recognition system. It is a library written in pure C which is optimal for development of your C applications as well as for development of language bindings. At real time speed it’s the most accurate engine, and therefore it is a good choice for live applications.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sphinxbase",
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pianod",
            "portdir": "audio/pianod",
            "version": "343",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://deviousfish.com/Pianod",
            "description": "Music playing daemon with Pandora support",
            "long_description": "Client/server Pandora & local music daemon controllable via telnet or WebSocket. Includes web client and a shell script for command-line control. Supports multiple listeners with adjustable privileges, automatic station selection, script to run programmed station sequences.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "perette",
                    "github": "perette",
                    "ports_count": 1
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "taglib",
                        "curl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "libpiano",
            "portdir": "audio/pianobar",
            "version": "2024.12.21",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/PromyLOPh/pianobar",
            "description": "Console-based pandora.com player",
            "long_description": "pianobar is a console client for the personalized web radio pandora (http://www.pandora.com) Play and manage stations, rate songs and see why they were selected, show upcoming configure keybindings, last.fm scrobbling, proxy support for listening outside of USA.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcrypt",
                        "curl",
                        "libao",
                        "ffmpeg7",
                        "json-c",
                        "gnutls"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "pianobar"
                    ]
                }
            ]
        },
        {
            "name": "pianobar",
            "portdir": "audio/pianobar",
            "version": "2024.12.21",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/PromyLOPh/pianobar",
            "description": "Console-based pandora.com player",
            "long_description": "pianobar is a console client for the personalized web radio pandora (http://www.pandora.com) Play and manage stations, rate songs and see why they were selected, show upcoming configure keybindings, last.fm scrobbling, proxy support for listening outside of USA.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcrypt",
                        "curl",
                        "libao",
                        "ffmpeg7",
                        "json-c",
                        "libpiano"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "phonon-backend-vlc-qt5",
            "portdir": "audio/phonon-backend-vlc",
            "version": "0.11.1.7",
            "license": "(LGPL-2.1 or LGPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://projects.kde.org/projects/kdesupport/phonon/phonon-vlc",
            "description": "VLC backend for Phonon",
            "long_description": "A VLC backend for the Phonon4Qt5 multimedia library.",
            "active": true,
            "categories": [
                "audio",
                "kde",
                "kf5"
            ],
            "maintainers": [
                {
                    "name": "rjvbertin",
                    "github": "RJVB",
                    "ports_count": 55
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18",
                        "kde-extra-cmake-modules",
                        "cmake"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "VLC",
                        "phonon-qt5",
                        "qt5-qtbase"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "phonon-backend-vlc",
            "portdir": "audio/phonon-backend-vlc",
            "version": "0.10.2.23",
            "license": "(LGPL-2.1 or LGPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://projects.kde.org/projects/kdesupport/phonon/phonon-vlc",
            "description": "VLC backend for Phonon",
            "long_description": "A VLC backend for the Phonon multimedia library.",
            "active": true,
            "categories": [
                "audio",
                "kde",
                "kde4"
            ],
            "maintainers": [
                {
                    "name": "rjvbertin",
                    "github": "RJVB",
                    "ports_count": 55
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "VLC",
                        "automoc",
                        "phonon",
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "phonon-backend-gstreamer-qt5",
            "portdir": "audio/phonon-backend-gstreamer",
            "version": "4.9.0",
            "license": "(LGPL-2.1 or LGPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://phonon.kde.org",
            "description": "GStreamer backend for Phonon",
            "long_description": "A GStreamer backend for the Phonon4Qt5 multimedia library.",
            "active": true,
            "categories": [
                "audio",
                "kde",
                "kf5"
            ],
            "maintainers": [
                {
                    "name": "rjvbertin",
                    "github": "RJVB",
                    "ports_count": 55
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "cmake",
                        "pkgconfig",
                        "kde-extra-cmake-modules"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qtbase",
                        "phonon-qt5",
                        "gstreamer1-gst-plugins-good"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "phonon-backend-gstreamer",
            "portdir": "audio/phonon-backend-gstreamer",
            "version": "4.9.0",
            "license": "(LGPL-2.1 or LGPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://phonon.kde.org",
            "description": "GStreamer backend for Phonon",
            "long_description": "A GStreamer backend for the Phonon multimedia library.",
            "active": true,
            "categories": [
                "audio",
                "kde",
                "kde4"
            ],
            "maintainers": [
                {
                    "name": "rjvbertin",
                    "github": "RJVB",
                    "ports_count": 55
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac",
                        "gstreamer1-gst-plugins-good",
                        "automoc",
                        "phonon"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "phonon-qt5",
            "portdir": "audio/phonon",
            "version": "4.11.1",
            "license": "(LGPL-2.1 or LGPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://phonon.kde.org",
            "description": "Cross Platform Multimedia API used by Qt applications",
            "long_description": "Phonon is a multimedia, multi-platform sound framework for the application developer. This is the Phonon 4 transitional library for Qt5 (API compatible with regular Phonon4)",
            "active": true,
            "categories": [
                "audio",
                "kde",
                "kf5"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 462
                }
            ],
            "variants": [
                "demos",
                "debug",
                "pulseaudio"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "kde-extra-cmake-modules",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt5-qttools",
                        "qt5-qtbase"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "phonon-backend-gstreamer-qt5",
                        "phonon-backend-vlc-qt5"
                    ]
                }
            ]
        },
        {
            "name": "phonon",
            "portdir": "audio/phonon",
            "version": "4.10.3",
            "license": "(LGPL-2.1 or LGPL-3)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://phonon.kde.org",
            "description": "Cross Platform Multimedia API used by Qt applications",
            "long_description": "Phonon is a multimedia, multi-platform sound framework for the application developer.",
            "active": true,
            "categories": [
                "audio",
                "kde",
                "kde4"
            ],
            "maintainers": [
                {
                    "name": "michaelld",
                    "github": "michaelld",
                    "ports_count": 462
                }
            ],
            "variants": [
                "demos",
                "pulseaudio",
                "debug",
                "compversion440",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "strigi",
                        "attica",
                        "soprano",
                        "phonon-backend-gstreamer",
                        "phonon-backend-vlc",
                        "taglib-extras",
                        "akonadi",
                        "dbusmenu-qt",
                        "grantlee",
                        "qtscriptgenerator",
                        "photoqt-qt4",
                        "qimageblitz",
                        "analitza",
                        "amarok",
                        "ark",
                        "baloo-widgets",
                        "baloo",
                        "bomber",
                        "blinken",
                        "bovo",
                        "cantor",
                        "cervisia",
                        "choqok",
                        "digikam",
                        "dolphin-plugins",
                        "dragon",
                        "ffmpegthumbs",
                        "granatier",
                        "gwenview",
                        "juk",
                        "kactivities",
                        "kalgebra",
                        "kalzium",
                        "kamera",
                        "kanagram",
                        "kapman",
                        "kapptemplate",
                        "kate",
                        "katomic",
                        "kblackbox",
                        "kblocks",
                        "kbounce",
                        "kbreakout",
                        "kbruch",
                        "kcachegrind4",
                        "kcalc",
                        "kcharselect",
                        "kcm-baloo-advanced",
                        "kcolorchooser",
                        "kcron",
                        "kde",
                        "kde-dev-scripts",
                        "kde-dev-utils",
                        "kde-l10n-ar",
                        "kde-l10n-bg",
                        "kde-l10n-bs",
                        "kde-l10n-ca",
                        "kde-l10n-ca-valencia",
                        "kde-l10n-cs",
                        "kde-l10n-da",
                        "kde-l10n-de",
                        "kde-l10n-el",
                        "kde-l10n-en_GB",
                        "kde-l10n-es",
                        "kde-l10n-et",
                        "kde-l10n-eu",
                        "kde-l10n-fa",
                        "kde-l10n-fi",
                        "kde-l10n-fr",
                        "kde-l10n-ga",
                        "kde-l10n-gl",
                        "kde-l10n-he",
                        "kde-l10n-hi",
                        "kde-l10n-hr",
                        "kde-l10n-hu",
                        "kde-l10n-ia",
                        "kde-l10n-id",
                        "kde-l10n-is",
                        "kde-l10n-it",
                        "kde-l10n-ja",
                        "kde-l10n-kk",
                        "kde-l10n-km",
                        "kde-l10n-ko",
                        "kde-l10n-lt",
                        "kde-l10n-lv",
                        "kde-l10n-mr",
                        "kde-l10n-nb",
                        "kde-l10n-nds",
                        "kde-l10n-nl",
                        "kde-l10n-nn",
                        "kde-l10n-pa",
                        "kde-l10n-pl",
                        "kde-l10n-pt",
                        "kde-l10n-pt_BR",
                        "kde-l10n-ro",
                        "kde-l10n-ru",
                        "kde-l10n-si",
                        "kde-l10n-sk",
                        "kde-l10n-sl",
                        "kde-l10n-sr",
                        "kde-l10n-sv",
                        "kde-l10n-tg",
                        "kde-l10n-th",
                        "kde-l10n-tr",
                        "kde-l10n-ug",
                        "kde-l10n-uk",
                        "kde-l10n-vi",
                        "kde-l10n-wa",
                        "kde-l10n-zh_CN",
                        "kde-l10n-zh_TW",
                        "kde-wallpapers",
                        "kde4-baseapps",
                        "kde4-filelight",
                        "kde4-runtime",
                        "kde4-workspace",
                        "kdeadmin",
                        "kdeartwork",
                        "kdebindings4",
                        "kdeedu4",
                        "kdegames4",
                        "kdegraphics-strigi-analyzer",
                        "kdegraphics-thumbnailers",
                        "kdegraphics4",
                        "kdelibs4",
                        "kdemultimedia4",
                        "kdenetwork-filesharing",
                        "kdenetwork-strigi-analyzers",
                        "kdenetwork4",
                        "kdepim4",
                        "kdepim4-runtime",
                        "kdepimlibs4",
                        "kdesdk-kioslaves",
                        "kdepimlibs4-kioslaves",
                        "kdesdk-strigi-analyzers",
                        "kdesdk-thumbnailers",
                        "kdesdk4",
                        "kdesvn",
                        "kdetoys4",
                        "kdeutils4",
                        "kdevelop",
                        "kdevplatform",
                        "kdewebdev",
                        "kdiamond",
                        "kdiskfree",
                        "kdnssd",
                        "kfilemetadata",
                        "kfloppy",
                        "kfourinline",
                        "kgeography",
                        "kget",
                        "kgoldrunner",
                        "kgpg",
                        "kgraphviewer",
                        "khangman",
                        "kig",
                        "kigo",
                        "killbots",
                        "kimono",
                        "kiriki",
                        "kiten",
                        "kjumpingcube",
                        "klettres",
                        "klickety",
                        "klines",
                        "kmahjongg",
                        "kmines",
                        "kmix",
                        "kmplot",
                        "kmymoney4",
                        "knavalbattle",
                        "knetwalk",
                        "koffice2-devel",
                        "kolf",
                        "kollision",
                        "kolourpaint",
                        "kompare",
                        "konquest",
                        "konsole",
                        "konversation",
                        "kopete",
                        "korundum",
                        "kpat",
                        "kqtquickcharts",
                        "krdc",
                        "kreversi",
                        "kross-interpreters",
                        "kruler",
                        "krusader",
                        "ksaneplugin",
                        "kscd",
                        "kshisen",
                        "ksirk",
                        "ksnakeduel",
                        "kspaceduel",
                        "ksquares",
                        "kstars",
                        "ksudoku",
                        "ksystemlog",
                        "ktimer",
                        "ktorrent4",
                        "ktouch",
                        "ktuberling",
                        "kturtle",
                        "kubrick",
                        "kuser",
                        "kwallet",
                        "kwordquiz",
                        "libalkimia",
                        "libkcddb",
                        "libkcompactdisc",
                        "libkdcraw",
                        "libkdeedu",
                        "libkdegames",
                        "libkexiv2",
                        "libkipi",
                        "libkgapi",
                        "libkmahjongg",
                        "libkomparediff2",
                        "libksane",
                        "libktorrent",
                        "lokalize",
                        "lskat",
                        "marble",
                        "massif-visualizer",
                        "mobipocket",
                        "mplayerthumbs",
                        "nepomuk-core",
                        "nepomuk-widgets",
                        "okteta",
                        "okular",
                        "pairs",
                        "palapeli",
                        "parley",
                        "perlkde",
                        "perlqt",
                        "picmi",
                        "poxml",
                        "prison",
                        "py-pykde4",
                        "QtCurve",
                        "py27-pykde4",
                        "py-pykde4-docs",
                        "qtruby",
                        "qyoto",
                        "rkward",
                        "rocs",
                        "shared-desktop-ontologies",
                        "skrooge",
                        "smokegen",
                        "smokekde",
                        "smokeqt",
                        "step",
                        "svgpart",
                        "sweeper",
                        "tellico",
                        "umbrello",
                        "kdenlive",
                        "libklustersshared",
                        "ndmanager2",
                        "stellarium-qt4",
                        "kde4-kile"
                    ]
                }
            ]
        },
        {
            "name": "pcaudiolib",
            "portdir": "audio/pcaudiolib",
            "version": "1.2",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/espeak-ng/pcaudiolib",
            "description": "Portable C Audio Library",
            "long_description": "The Portable C Audio Library (pcaudiolib) provides a C API to different audio devices.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pulseaudio"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "espeak-ng"
                    ]
                }
            ]
        },
        {
            "name": "pavucontrol",
            "portdir": "audio/pavucontrol",
            "version": "6.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.freedesktop.org/software/pulseaudio/pavucontrol/",
            "description": "PulseAudio Volume Control",
            "long_description": "PulseAudio Volume Control is a GTK+ volume control tool for PulseAudio.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "quentin",
                    "github": "quentinmit",
                    "ports_count": 8
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "gettext",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "intltool",
                        "lynx"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pulseaudio",
                        "json-glib",
                        "libcanberra",
                        "gettext-runtime",
                        "gtkmm4",
                        "libsigcxx3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "palmkit",
            "portdir": "audio/palmkit",
            "version": "1.0.32",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://palmkit.sourceforge.net/",
            "description": "Publicly Available Language Modeling toolKIT",
            "long_description": "Publicly Available Language Modeling toolKIT",
            "active": true,
            "categories": [
                "textproc",
                "audio",
                "japanese"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "nkf",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "osc2midi",
            "portdir": "audio/osc2midi",
            "version": "0.2.5",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ssj71/OSC2MIDI",
            "description": "OSC to JACK MIDI bridge",
            "long_description": "This is a flexible OSC to JACK MIDI (and back) Bridge written in C for Linux. It was designed to be configurable so that any combination of MIDI and OSC client or host can work perfectly with it.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                },
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "jack",
                        "liblo"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "opusfile",
            "portdir": "audio/opusfile",
            "version": "0.12",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://opus-codec.org/",
            "description": "A library for decoding .opus files, including seeking support.",
            "long_description": "A library for decoding .opus files, including seeking support.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "devans",
                    "github": "dbevans",
                    "ports_count": 2646
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libopus",
                        "openssl",
                        "libogg"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "lagrange",
                        "audacity",
                        "SDL3_mixer",
                        "libsdl2_mixer",
                        "godot-3.2",
                        "audacious-plugins",
                        "easytag",
                        "easytag-devel",
                        "opus-tools",
                        "sox",
                        "vorbis-tools",
                        "xmms2",
                        "allegro5",
                        "dosbox-staging",
                        "taisei"
                    ]
                }
            ]
        },
        {
            "name": "opus-tools",
            "portdir": "audio/opus-tools",
            "version": "0.2",
            "license": "BSD and GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://opus-codec.org/",
            "description": "The Opus Audio Codec (IETF RFC 6716), refrence implementation tools",
            "long_description": "Opus is the first state-of-the-art, fully Free and Open audio codec ratified by a major standards organization. It is reportedly better than all pre-existing codecs across the spectrum for voice, audio, archival, and real-time uses.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libopusenc",
                        "flac",
                        "libogg",
                        "opusfile",
                        "libopus"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "opensmile",
            "portdir": "audio/opensmile",
            "version": "3.0.2",
            "license": "Restrictive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/audeering/opensmile",
            "description": "Open-source audio processing toolkit",
            "long_description": "openSMILE (open-source Speech and Music Interpretation by Large-space Extraction) is a complete and open-source toolkit for audio analysis, processing and classification especially targeted at speech and music applications, e.g. automatic speech recognition, speaker identification, emotion recognition, or beat tracking and chord detection.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "portaudio",
                "ffmpeg",
                "no_static",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "openal-soft-native-tools",
            "portdir": "audio/openal-soft",
            "version": "1.21.1",
            "license": "LGPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": "openal-soft",
            "homepage": "https://openal-soft.org",
            "description": "Obsolete port, replaced by openal-soft",
            "long_description": "This port has been replaced by openal-soft.",
            "active": false,
            "categories": [
                "devel",
                "audio"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        null
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "openal-soft",
            "portdir": "audio/openal-soft",
            "version": "1.25.1",
            "license": "LGPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://openal-soft.org",
            "description": "cross-platform software implementation of the OpenAL 3D audio API",
            "long_description": "OpenAL Soft is a cross-platform software implementation of the OpenAL 3D audio API. It's forked from the open-sourced Windows version available originally from the SVN repository at openal.org. OpenAL provides capabilities for playing audio in a virtual 3D environment. Distance attenuation, doppler shift, and directional sound emitters are among the features handled by the API. More advanced effects, including air absorption, occlusion, and environmental reverb, are available through the EFX extension. It also facilitates streaming audio, multi-channel buffers, and audio capture.",
            "active": true,
            "categories": [
                "devel",
                "audio"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "debug",
                "gui",
                "jack",
                "portaudio",
                "pulseaudio",
                "sdl2",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-22"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libmysofa"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "freealut",
                        "love-0.10",
                        "love-0.7",
                        "love-0.8",
                        "love-0.9",
                        "love-11",
                        "alienarena",
                        "supertuxkart",
                        "ufo-ai",
                        "warzone2100",
                        "gstreamer010-gst-plugins-bad",
                        "gstreamer1-gst-plugins-bad",
                        "blender",
                        "sfml",
                        "toxic"
                    ]
                }
            ]
        },
        {
            "name": "openal",
            "portdir": "audio/openal",
            "version": "1.3",
            "license": "LGPL-2",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.openal.org/",
            "description": "OpenAL is a cross-platform 3D audio API",
            "long_description": "OpenAL is a cross-platform 3D audio API appropriate for use with gaming applications and many other types of audio applications.",
            "active": true,
            "categories": [
                "devel",
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "SimGear"
                    ]
                }
            ]
        },
        {
            "name": "open_jtalk",
            "portdir": "audio/open_jtalk",
            "version": "1.10",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://open-jtalk.sourceforge.net/",
            "description": "Japanese text-to-speech synthesis system",
            "long_description": "Open JTalk is a Japanese text-to-speech synthesis system.",
            "active": true,
            "categories": [
                "audio",
                "japanese"
            ],
            "maintainers": [],
            "variants": [
                "voice",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "hts_engine_API",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "oggsplit",
            "portdir": "audio/oggsplit",
            "version": "0.1.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.freshports.org/audio/oggsplit/",
            "description": "Split multiplexed (grouped or chained) Ogg files into separate streams",
            "long_description": "oggsplit is a simple tool for splitting multiplexed (grouped or chained) Ogg files into separate streams. It can thus be used to take apart two concatenated streams (i.e. it undoes the process of cat file1.ogg file2.ogg > file3.ogg) or to split two streams which are grouped, for example the video and audio streams in a theora+vorbis file",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libogg"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "normalize",
            "portdir": "audio/normalize",
            "version": "0.7.7",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://normalize.nongnu.org/",
            "description": "A tool to normalize WAV and MP3 audio",
            "long_description": "Normalize is an overly complicated tool for adjusting the volume of wave files to a standard volume level. This is useful for things like creating mp3 mixes, where different recording levels on different albums can cause the volume to vary greatly from song to song.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "mad",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "expat",
                        "libiconv",
                        "audiofile"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "lame",
                        "vorbis-tools",
                        "flac"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "abcde",
                        "tovid"
                    ]
                }
            ]
        },
        {
            "name": "ncmpcpp",
            "portdir": "audio/ncmpcpp",
            "version": "0.10.1",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rybczak.net/ncmpcpp/",
            "description": "an ncurses mpd client inspired by ncmpc",
            "long_description": "Ncmpcpp has UI very similar to ncmpc's one, but it provides new useful features such as support for regular expressions in search engine, extended song format, items filtering, last.fm support, ability to sort playlist, local filesystem browser and other minor functions.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "visualizer",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-22"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl",
                        "libmpdclient",
                        "boost181",
                        "taglib",
                        "icu",
                        "ncurses",
                        "readline"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ncmpc",
            "portdir": "audio/ncmpc",
            "version": "0.51",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.musicpd.org/clients/ncmpc/",
            "description": "curses Music Player Daemon (MPD) client",
            "long_description": "ncmpc is a client for MPD, the Music Player Daemon.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gettext",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "clang-22"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libmpdclient",
                        "libfmt11",
                        "glib2",
                        "ncurses",
                        "pcre2",
                        "gettext-runtime",
                        "boost181"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "munt-mt32emu",
            "portdir": "audio/munt-mt32emu",
            "version": "2.5.3",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://munt.sourceforge.net",
            "description": "Munt library",
            "long_description": "mt32emu is a C/C++ library which allows to emulate (approximately) the Roland MT-32, CM-32L and LAPC-I synthesiser modules.",
            "active": true,
            "categories": [
                "audio",
                "emulators"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "dosbox-staging"
                    ]
                }
            ]
        },
        {
            "name": "mt-daapd",
            "portdir": "audio/mt-daapd",
            "version": "0.2.4.2",
            "license": "GPL-2+ and APSL-2 and APSL-1.2 and Restrictive",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://web.archive.org/web/20101214025948/http://fireflymediaserver.org/",
            "description": "A multi-threaded DAAP server emulating an iTunes server.",
            "long_description": "A multi-threaded DAAP server emulating an iTunes server.",
            "active": true,
            "categories": [
                "net",
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libid3tag",
                        "libvorbis",
                        "gdbm",
                        "libogg"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mpg123",
            "portdir": "audio/mpg123",
            "version": "1.33.4",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.mpg123.de/",
            "description": "fast mp3 player",
            "long_description": "Mpg123 is a fast, free and portable MPEG audio player for Unix. It supports MPEG 1.0/2.0 layers 1, 2 and 3. For full CD quality playback (44 kHz, 16 bit, stereo) a Pentium, SPARCstation10, DEC Alpha or similar CPU is required. Mono and/or reduced quality playback (22 kHz or 11 kHz) is even possible on 486 CPUs.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libtool"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "welle.io-devel",
                        "audacity",
                        "libopenmpt",
                        "pHash",
                        "SDL3_mixer",
                        "audacious-plugins",
                        "audiowmark",
                        "lagrange",
                        "libsdl_mixer",
                        "libsndfile",
                        "xmms2",
                        "love-0.10",
                        "love-0.7",
                        "love-0.8",
                        "love-0.9",
                        "love-11",
                        "qtads",
                        "gstreamer1-gst-plugins-good",
                        "musikcube",
                        "welle.io"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "freac"
                    ]
                }
            ]
        },
        {
            "name": "mpeg4ip",
            "portdir": "audio/mpeg4ip",
            "version": "1.5.0.1",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20140923132542/http://sourceforge.net/projects/mpeg4ip/",
            "description": "Mpeg4 library and tools from mpeg4ip",
            "long_description": "The MPEG4IP project provides a standards-based system for encoding, streaming, and playing encoded audio, video and text.",
            "active": true,
            "categories": [
                "multimedia",
                "audio"
            ],
            "maintainers": [
                {
                    "name": "reid",
                    "github": "",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "mp4v2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mpd",
            "portdir": "audio/mpd",
            "version": "0.24",
            "license": "GPL-2+ and LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.musicpd.org/",
            "description": "Music Player Daemon",
            "long_description": "Music Player Daemon (MPD) allows remote access for playing music (MP3, Ogg Vorbis, FLAC, AAC, Mod, and wave files) and managing playlists. MPD is designed for integrating a computer into a stereo system that provides control for music playback over a local network. It also makes a great desktop music player, especially if you are a console junkie, like frontend options, or restart X often.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "ffmpeg",
                "stickers",
                "libmpdclient",
                "lame",
                "twolame",
                "mpcdec",
                "mod",
                "modplug",
                "fluidsynth",
                "jack",
                "shout",
                "sidplay",
                "chromaprint",
                "mpg123",
                "mad",
                "webdav",
                "upnp",
                "mms",
                "avahi",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "meson",
                        "ninja",
                        "clang-22",
                        "py313-sphinx_rtd_theme",
                        "py313-sphinx"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libcdio-paranoia",
                        "libid3tag",
                        "libmad",
                        "libopus",
                        "libvorbis",
                        "wavpack",
                        "bzip2",
                        "icu",
                        "pcre2",
                        "libogg",
                        "curl",
                        "libiconv",
                        "libfmt11",
                        "glib2",
                        "libzzip",
                        "zlib",
                        "audiofile",
                        "faad2",
                        "flac",
                        "libao"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mpc",
            "portdir": "audio/mpc",
            "version": "0.34",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.musicpd.org/clients/mpc/",
            "description": "a command line tool for MPD",
            "long_description": "mpc is a simple command line client for MPD. Music Player Daemon (MPD) allows remote access for playing music (MP3, Ogg Vorbis, FLAC, AAC, Mod, and wave files) and managing playlists. MPD is designed for integrating a computer into a stereo system that provides control for music playback over a local network. It also makes a great desktop music player, especially if you are a console junkie, like frontend options, or restart X often.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "ninja",
                        "pkgconfig",
                        "py310-sphinx",
                        "meson"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "libmpdclient"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mp3wrap",
            "portdir": "audio/mp3wrap",
            "version": "0.5",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://mp3wrap.sourceforge.net/",
            "description": "Utility for mp3 wrapping",
            "long_description": "Mp3Wrap is a free command-line utility, which wraps two or more mp3 files in one large playable file, without losing filename and ID3 informations. It's useful to make large files easy to download on internet and then easy to split again in few seconds.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mp3unicode",
            "portdir": "audio/mp3unicode",
            "version": "1.2.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/alonbl/mp3unicode",
            "description": "A command line utility to convert ID3 tags in mp3 files between different encodings",
            "long_description": "A command line utility to convert ID3 tags in mp3 files between different encodings",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "taglib",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mp3splt-gtk",
            "portdir": "audio/mp3splt-gtk",
            "version": "0.9.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://mp3splt.sourceforge.net/",
            "description": "Utility for mp3 and ogg splitting without decoding",
            "long_description": "mp3splt is a free command-line utility that allows you to split mp3 and ogg files from a begin time to an end time, without need of decoding and reencoding. It is useful to split large mp3/ogg to make smaller files or to split entire albums to obtain original tracks.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libmp3splt",
                        "gnome-doc-utils",
                        "gstreamer1",
                        "gtk3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mp3splt",
            "portdir": "audio/mp3splt",
            "version": "2.6.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://mp3splt.sourceforge.net/",
            "description": "Utility for mp3 and ogg splitting without decoding",
            "long_description": "mp3splt is a free command-line utility that allows you to split mp3 and ogg files from a begin time to an end time, without need of decoding and reencoding. It's useful to split large mp3/ogg to make smaller files or to split entire albums to obtain original tracks.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libmp3splt",
                        "gettext"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mp3info",
            "portdir": "audio/mp3info",
            "version": "0.8.5a",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ibiblio.org/mp3info/",
            "description": "MP3 information tool",
            "long_description": "A small utility to read and write TAG info, as well as retrieve the MP3 Header info. Included is a command-line interface and a gtk-UI.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mp3cue",
            "portdir": "audio/mp3cue",
            "version": "0.4.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.bl0rg.net/software/poc",
            "description": "MP3 cue file parser",
            "long_description": "mp3cue is a program that parses an input CUE file describing a multitrack MP3 and cuts the input MP3 into multiple MP3 tracks according to the description in the CUE file.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "libid3tag",
                        "bison",
                        "flex",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mp3cat",
            "portdir": "audio/mp3cat",
            "version": "0.5",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://tomclegg.ca/mp3cat",
            "description": "Read and write MP3 files",
            "long_description": "Read and write MP3 files.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mp3blaster",
            "portdir": "audio/mp3blaster",
            "version": "3.2.6",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.mp3blaster.org/",
            "description": "Full-screen console mp3 and Ogg Vorbis player",
            "long_description": "mp3blaster is an interactive text-based mp3 and Ogg Vorbis player with a number of unique features. It supports multiple playlists allowing you to divide tracks into albums allowing great flexibility with the play order. Also included are nmixer, a simple mixer utility based on the same code as the mixer used in mp3blaster and mp3tag, an id3 tag manipulation tool. Starting with version 3.0pre8, mp3blaster supports the playback of Ogg Vorbis encoded audio as well.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libvorbis",
                        "libsdl",
                        "ncurses"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mp3_check",
            "portdir": "audio/mp3_check",
            "version": "1.98",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://mp3check.sourceforge.net/",
            "description": "mp3 format validator",
            "long_description": "mp3_check helps to identify in explicit detail MP3s that do not correctly follow the MP3 format. It also looks for invalid frame headers, missing frames, etc., and generates useful statistics. This can be useful when building a high-quality mp3 archive...",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mikmod",
            "portdir": "audio/mikmod",
            "version": "3.2.8",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://mikmod.sourceforge.net",
            "description": "audio player using libmikmod",
            "long_description": "Mikmod is a module player and library supporting many formats, including mod, s3m, it, and xm",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ncurses",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libmikmod"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "midi_patchbay",
            "portdir": "audio/midi_patchbay",
            "version": "1.0.3",
            "license": "MIT",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://notahat.com/midi_patchbay",
            "description": "Pass MIDI data between inputs/outputs and apply filters.",
            "long_description": "MIDI patchbay lets you hook up your various pieces of MIDI software and hardware and pass MIDI data between them, applying assorted filters on the way. Things like key splits, MIDI channel remapping, transposition, etc. are simple.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "subversion",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mbelib",
            "portdir": "audio/mbelib",
            "version": "1.3.0",
            "license": "ISC",
            "platforms": "darwin macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/szechyjs/mbelib",
            "description": "P25 Phase 1 and ProVoice vocoder",
            "long_description": "P25 Phase 1 and ProVoice vocoder",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 151
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "dsdcc",
                        "dsd"
                    ]
                }
            ]
        },
        {
            "name": "madplay",
            "portdir": "audio/madplay",
            "version": "0.15.2b",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.mars.org/home/rob/proj/mpeg/",
            "description": "MPEG Audio Decoder",
            "long_description": "MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 as well as the MPEG-2 extension to Lower Sampling Frequencies. All three audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are fully implemented.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "esound",
                        "libid3tag",
                        "zlib",
                        "gettext",
                        "libmad",
                        "audiofile"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "lv2",
            "portdir": "audio/lv2",
            "version": "1.18.4",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://lv2plug.in",
            "description": "header files needed for LV2 plugin development",
            "long_description": "lv2 provides the header files needed for LV2 plugin development. LV2 is an extensible standard for audio plugins, similar in scope to ​LADSPA, VST, AU, and others.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "aggraef",
                    "github": "agraef",
                    "ports_count": 44
                }
            ],
            "variants": [
                "plugins"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "python27",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "lilv",
                        "sratom",
                        "pure-lilv",
                        "pure-lv2"
                    ]
                }
            ]
        },
        {
            "name": "lpcnetfreedv",
            "portdir": "audio/lpcnetfreedv",
            "version": "0.5",
            "license": "BSD",
            "platforms": "darwin macosx",
            "epoch": 2,
            "replaced_by": null,
            "homepage": "https://github.com/drowe67/LPCNet",
            "description": "Experimental Neural Net speech coding for FreeDV",
            "long_description": "Experimental version of LPCNet being developed for over the air Digital Voice experiments with FreeDV.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 151
                }
            ],
            "variants": [
                "debug",
                "native",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "codec2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "codec2",
                        "freedv-gui"
                    ]
                }
            ]
        }
    ]
}