Pass qt_gstreamer to ktp-call-ui
svn path=/nixpkgs/trunk/; revision=33080
This commit is contained in:
parent
c9da6ff736
commit
044361ec18
@ -1,4 +1,5 @@
|
|||||||
{ stdenv, fetchurl, fetchgit, telepathy_qt, kdelibs, gettext, pkgconfig }:
|
{ stdenv, fetchurl, fetchgit, telepathy_qt, kdelibs, gettext, pkgconfig
|
||||||
|
, qt_gstreamer }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.3.0";
|
version = "0.3.0";
|
||||||
@ -38,7 +39,7 @@ let
|
|||||||
sha256 = "0yv386rqy4vkwmd38wvvsrbam59sbv5k2lwimv96kf93xgkp5g0l";
|
sha256 = "0yv386rqy4vkwmd38wvvsrbam59sbv5k2lwimv96kf93xgkp5g0l";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ kdelibs telepathy_qt common_internals ];
|
buildInputs = [ kdelibs telepathy_qt common_internals qt_gstreamer ];
|
||||||
buildNativeInputs = [ gettext pkgconfig ];
|
buildNativeInputs = [ gettext pkgconfig ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0g377jlzlwgywgk7nbv9fd0aimv8wpzrymwzdiaffczxv5xvip5h";
|
sha256 = "0g377jlzlwgywgk7nbv9fd0aimv8wpzrymwzdiaffczxv5xvip5h";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gstreamer gst_plugins_base boost glib qt4 ];
|
buildInputs = [ gstreamer gst_plugins_base glib qt4 ];
|
||||||
|
propagatedBuildInputs = [ boost ];
|
||||||
buildNativeInputs = [ cmake automoc4 flex bison pkgconfig ];
|
buildNativeInputs = [ cmake automoc4 flex bison pkgconfig ];
|
||||||
|
|
||||||
patches = [ ./boost1.48.patch ];
|
patches = [ ./boost1.48.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user