18 stdenv.mkDerivation rec {
22 src = fetchFromGitHub {
26 sha256 = "sha256-GTg0W3D0BRSxsmeVsB4On3MfwncScEGFJGVJK7wflCM=";
40 # The following are recommended in the README, but are seemingly
41 # unnecessary for a successful build. That said, the result of including
42 # these in the build process is possibly required at runtime in some cases,
43 # but I've not the time to test thoroughly for these cases. Should
44 # consider investigating and splitting these into options in the future.
53 description = "X Jack Video Monitor";
55 Xjadeo is a software video player that displays a video-clip in sync with
56 an external time source (MTC, LTC, JACK-transport). Xjadeo is useful in
57 soundtrack composition, video monitoring or any task that requires to
58 synchronizing movie frames with external events.
60 homepage = "https://xjadeo.sourceforge.net";
61 license = licenses.gpl2Plus;
62 platforms = platforms.linux;
63 maintainers = with maintainers; [ mitchmindtree ];