shotcut: Qt 5 infrastructure update

This commit is contained in:
Thomas Tuegel
2015-12-20 07:56:43 -06:00
parent d405316398
commit ccdbc22836
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, SDL, frei0r, gettext, makeWrapper, mlt, pkgconfig, qt5 }:
{ stdenv, fetchurl, SDL, frei0r, gettext, makeWrapper, mlt, pkgconfig, qtbase }:
stdenv.mkDerivation rec {
name = "shotcut-${version}";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "1504ds3ppqmpg84nb2gb74qndqysjwn3xw7n8xv19kd1pppnr10f";
};
buildInputs = [ SDL frei0r gettext makeWrapper mlt pkgconfig qt5.base ];
buildInputs = [ SDL frei0r gettext makeWrapper mlt pkgconfig qtbase ];
configurePhase = "qmake PREFIX=$out";
+1 -1
View File
@@ -12581,7 +12581,7 @@ let
stdenv = stdenv_32bit;
};
shotcut = callPackage ../applications/video/shotcut { mlt = mlt-qt5; };
shotcut = qt5.callPackage ../applications/video/shotcut { };
smplayer = callPackage ../applications/video/smplayer { };