1 { stdenv, lib, fetchurl, cmake, phonon, pkg-config, libvlc
2 , extra-cmake-modules, qttools, qtbase, qtx11extras
8 stdenv.mkDerivation rec {
9 pname = "phonon-backend-vlc";
13 homepage = "https://phonon.kde.org/";
14 description = "GStreamer backend for Phonon";
15 platforms = platforms.linux;
16 license = with licenses; [ bsd3 lgpl2Plus ];
20 url = "mirror://kde/stable/phonon/${pname}/${version}/${pname}-${version}.tar.xz";
21 sha256 = "1vp52i5996khpxs233an7mlrzdji50gcs58ig8nrwfwlgyb1xnfc";
38 dontWrapQtApps = true;
41 "-DCMAKE_BUILD_TYPE=${if debug then "Debug" else "Release"}"