Merge pull request #13019 from tg-x/qtox

qtox: 20151221 -> 1.2.4, libtoxcore-dev: 20160105 -> 20160131
This commit is contained in:
zimbatm
2016-02-23 22:52:09 +00:00
5 changed files with 20 additions and 62 deletions

View File

@@ -1,24 +0,0 @@
{ stdenv, fetchFromGitHub, utillinux }:
stdenv.mkDerivation rec {
name = "filter_audio-${version}";
version = "76428a6cda43ae77f3936f4527c5f86eb3a5e211";
src = fetchFromGitHub {
owner = "irungentoo";
repo = "filter_audio";
rev = "${version}";
sha256 = "0c4wp9a7dzbj9ykfkbsxrkkyy0nz7vyr5map3z7q8bmv9pjylbk9";
};
buildInputs = [ utillinux ];
makeFlags = "PREFIX=$(out)";
meta = with stdenv.lib; {
description = "An easy to use audio filtering library made from webrtc code";
homepage = https://github.com/irungentoo/filter_audio;
license = licenses.bsd3;
maintainers = with maintainers; [ np ];
platforms = platforms.unix;
};
}

View File

@@ -2,13 +2,13 @@
, libvpx, check, libconfig, pkgconfig }:
stdenv.mkDerivation rec {
name = "tox-core-dev-20160105";
name = "tox-core-dev-20160131";
src = fetchFromGitHub {
owner = "irungentoo";
repo = "toxcore";
rev = "b9ef24875ce1d9bf5f04f0164ae95f729330a295";
sha256 = "0hxwp4nk5an3a2pmha6x2729mxm57j52vnrsq47gir31c0hk6x2x";
rev = "94cc8b11ff473064526737936f64b6f9a19c239d";
sha256 = "0njara08p5vmhs6kp04b7gxw8l6xrlmwnlb76n2g96v0rn0i9k2w";
};
NIX_LDFLAGS = "-lgcc_s";
@@ -52,4 +52,3 @@ stdenv.mkDerivation rec {
platforms = platforms.all;
};
}