freeswitch: 1.10.5 > 1.10.6
(cherry picked from commit a7b56e41d4c69604e13272ace374025ca0d31b64)
This commit is contained in:
parent
3b1789322f
commit
9a7d06d4ab
|
@ -1,4 +1,4 @@
|
||||||
{ fetchFromGitHub, fetchpatch, stdenv, lib, pkg-config, autoreconfHook
|
{ fetchFromGitHub, stdenv, lib, pkg-config, autoreconfHook
|
||||||
, ncurses, gnutls, readline
|
, ncurses, gnutls, readline
|
||||||
, openssl, perl, sqlite, libjpeg, speex, pcre, libuuid
|
, openssl, perl, sqlite, libjpeg, speex, pcre, libuuid
|
||||||
, ldns, libedit, yasm, which, libsndfile, libtiff
|
, ldns, libedit, yasm, which, libsndfile, libtiff
|
||||||
|
@ -88,21 +88,14 @@ in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "freeswitch";
|
pname = "freeswitch";
|
||||||
version = "1.10.5";
|
version = "1.10.6";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "signalwire";
|
owner = "signalwire";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "18dhyb19k28dcm1i8mhqvvgm2phsrmrwyjmfn79glk8pdlalvcha";
|
sha256 = "1i5n06pds3kvzhhzfwvhwxnvcb2p2fcr8k52157aplm2i7prl4q2";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# https://github.com/signalwire/freeswitch/pull/812 fix mod_spandsp, mod_gsmopen build, drop when updating from 1.10.5
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/signalwire/freeswitch/commit/51fba83ed3ed2d9753d8e6b13e13001aca50b493.patch";
|
|
||||||
sha256 = "0h2bmifsyyasxjka3pczbmqym1chvz91fmb589njrdbwpkjyvqh3";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs libs/libvpx/build/make/rtcd.pl
|
patchShebangs libs/libvpx/build/make/rtcd.pl
|
||||||
substituteInPlace libs/libvpx/build/make/configure.sh \
|
substituteInPlace libs/libvpx/build/make/configure.sh \
|
||||||
|
|
Loading…
Reference in New Issue