mediastreamer-2.8.0
svn path=/nixpkgs/trunk/; revision=32343
This commit is contained in:
parent
dbf98824a5
commit
572a26b27e
@ -1,19 +1,19 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, alsaLib, ffmpeg, speex, ortp, pulseaudio, xorg,
|
{ stdenv, fetchurl, pkgconfig, alsaLib, ffmpeg, speex, ortp, pulseaudio, xorg,
|
||||||
libv4l, libtheora }:
|
libv4l, libtheora, intltool, libvpx, gsm }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mediastreamer-2.7.2";
|
name = "mediastreamer-2.8.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://savannah/linphone/mediastreamer/${name}.tar.gz";
|
url = "mirror://savannah/linphone/mediastreamer/${name}.tar.gz";
|
||||||
sha256 = "1w5j5shzd5f7q3l2gm4cl82f3vnrdzp78lcyjbjb416c4vzw2nr2";
|
sha256 = "0h1qda2mjc76xirldlvpmzf57vcbgr113a9b0kw1xm5i58s0w34f";
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: make it load plugins from *_PLUGIN_PATH
|
# TODO: make it load plugins from *_PLUGIN_PATH
|
||||||
buildNativeInputs = [pkgconfig];
|
buildNativeInputs = [pkgconfig intltool];
|
||||||
|
|
||||||
propagatedBuildInputs = [alsaLib ffmpeg speex ortp pulseaudio xorg.libX11
|
propagatedBuildInputs = [alsaLib ffmpeg speex ortp pulseaudio xorg.libX11
|
||||||
xorg.libXv xorg.libXext libv4l libtheora];
|
xorg.libXv xorg.libXext libv4l libtheora libvpx gsm ];
|
||||||
|
|
||||||
#patches = [ ./h264.patch ./plugins.patch ];
|
#patches = [ ./h264.patch ./plugins.patch ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user