8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 sha256 = "sha256-2mNIuyY/ni+zkUc8V/iXUEa7JeBJyOnNod7friMYAm8=";
19 nativeBuildInputs = [ qmake wrapQtAppsHook ];
21 patches = [ ./disable_version_check.patch ];
23 enableParallelBuilding = true;
26 homepage = "https://ient.github.io/YUView";
27 description = "YUV Viewer and Analysis Tool";
29 YUView is a Qt based YUV player with an advanced analytic toolset for
30 Linux, Windows and Mac. At its core, YUView is a powerful YUV player that
31 can open and show almost any YUV format. With its simple interface it is
32 easy to navigate through sequences and inspect details and a side by side
33 and comparison view can help to spot differences between two sequences. A
34 sophisticated statistics renderer can overlay the video with supplemental
35 information. More features include playlists, support for visual tests and
36 presentations, support of compressed formats (through libde265 and
37 FFmpeg), support for raw RGB files as well as image files and image
38 sequences, and many more. Further information can be found in the YUV help
39 in the application itself or in our wiki.
41 license = licenses.gpl3Plus;
42 maintainers = with maintainers; [ leixb ];
43 platforms = platforms.unix;