27 stdenv.mkDerivation (finalAttrs: {
31 src = fetchFromGitHub {
34 rev = finalAttrs.version;
35 fetchSubmodules = true;
36 hash = "sha256-yDymUXuILgT4AFTt302GniPi/WNwrTCOuOfdUiKOIyk=";
67 # Because we think it is better to use only lowercase letters!
68 ln -s $out/bin/QMPlay2 $out/bin/qmplay2
72 homepage = "https://github.com/zaps166/QMPlay2/";
73 description = "Qt-based Multimedia player";
75 QMPlay2 is a video and audio player. It can play all formats supported by
76 FFmpeg, libmodplug (including J2B and SFX). It also supports Audio CD, raw
77 files, Rayman 2 music and chiptunes. It contains YouTube and MyFreeMP3
80 changelog = "https://github.com/zaps166/QMPlay2/releases/tag/${finalAttrs.version}";
81 license = lib.licenses.lgpl3Plus;
82 maintainers = with lib.maintainers; [ AndersonTorres kashw2 ];
83 platforms = lib.platforms.linux;