22 stdenv.mkDerivation rec {
26 src = fetchFromGitHub {
30 sha256 = "0546rl5sm7xmgl54cqps3a7bhfs7xdvz98jgdcf4sgiz1k2vh9xq";
49 gst_all_1.gst-plugins-bad
50 gst_all_1.gst-plugins-base
51 gst_all_1.gst-plugins-good
52 gst_all_1.gst-plugins-ugly
61 substituteInPlace data/meson_post_install.py \
62 --replace-fail 'gtk-update-icon-cache' 'gtk4-update-icon-cache'
63 patchShebangs data/meson_post_install.py
64 patchShebangs libparlatype/tests/data/generate_config_data
70 description = "GNOME audio player for transcription";
71 mainProgram = "parlatype";
73 Parlatype is a minimal audio player for manual speech transcription,
74 written for the GNOME desktop environment. It plays audio sources to
75 transcribe them in your favourite text application. It’s intended to be
76 useful for journalists, students, scientists and whoever needs to
77 transcribe audio files.
79 # maintainer lost control of parlatype.org
80 homepage = "https://github.com/gkarsay/parlatype";
81 license = licenses.gpl3Plus;
82 maintainers = with maintainers; [ alexshpilkin melchips ];
83 platforms = platforms.linux;