1 { lib, stdenv, fetchurl, pkg-config, fltk13, portaudio, lame, libvorbis, libogg
2 , flac, libopus, libsamplerate, fdk_aac, dbus, openssl, curl, portmidi }:
4 stdenv.mkDerivation (finalAttrs: {
9 url = "https://danielnoethen.de/butt/release/${finalAttrs.version}/butt-${finalAttrs.version}.tar.gz";
10 hash = "sha256-wTypjqd2PpmDSA8vScMLkAL44xE/WAccm747PS9ClVA=";
15 substituteInPlace src/FLTK/flgui.cpp \
16 --replace 'idata_radio_co_badge, 124, 61, 4,' 'nullptr, 0, 0, 0,'
19 nativeBuildInputs = [ pkg-config ];
42 changelog = "https://danielnoethen.de/butt/Changelog.html";
44 "butt (broadcast using this tool) is an easy to use, multi OS streaming tool";
45 homepage = "https://danielnoethen.de/butt/";
46 license = lib.licenses.gpl2;
47 maintainers = with lib.maintainers; [ ehmry ];
49 platforms = lib.platforms.linux;