mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
mediastreamer-2.8.0
svn path=/nixpkgs/trunk/; revision=32343
This commit is contained in:
parent
dbf98824a5
commit
572a26b27e
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
|||
{ stdenv, fetchurl, pkgconfig, alsaLib, ffmpeg, speex, ortp, pulseaudio, xorg,
|
||||
libv4l, libtheora }:
|
||||
libv4l, libtheora, intltool, libvpx, gsm }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mediastreamer-2.7.2";
|
||||
name = "mediastreamer-2.8.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://savannah/linphone/mediastreamer/${name}.tar.gz";
|
||||
sha256 = "1w5j5shzd5f7q3l2gm4cl82f3vnrdzp78lcyjbjb416c4vzw2nr2";
|
||||
sha256 = "0h1qda2mjc76xirldlvpmzf57vcbgr113a9b0kw1xm5i58s0w34f";
|
||||
};
|
||||
|
||||
# TODO: make it load plugins from *_PLUGIN_PATH
|
||||
buildNativeInputs = [pkgconfig];
|
||||
buildNativeInputs = [pkgconfig intltool];
|
||||
|
||||
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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue