Merge pull request #18334 from groxxda/linphone
linphone: 3.8.5 -> 3.9.1, remove lime support
This commit is contained in:
commit
ae5d7a2257
@ -1,20 +1,22 @@
|
|||||||
{ stdenv, fetchurl, intltool, pkgconfig, readline, openldap, cyrus_sasl, libupnp
|
{ stdenv, fetchurl, intltool, pkgconfig, readline, openldap, cyrus_sasl, libupnp
|
||||||
, zlib, libxml2, gtk2, libnotify, speex, ffmpeg, libX11, polarssl, libsoup, udev
|
, zlib, libxml2, gtk2, libnotify, speex, ffmpeg, libX11, libsoup, udev
|
||||||
, ortp, mediastreamer, sqlite, belle-sip, libosip, libexosip
|
, ortp, mediastreamer, sqlite, belle-sip, libosip, libexosip
|
||||||
, mediastreamer-openh264, makeWrapper
|
, mediastreamer-openh264, makeWrapper
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "linphone-3.8.5";
|
name = "linphone-${version}";
|
||||||
|
major = "3.9";
|
||||||
|
version = "${major}.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://savannah/linphone/3.8.x/sources/${name}.tar.gz";
|
url = "mirror://savannah/linphone/${major}.x/sources/${name}.tar.gz";
|
||||||
sha256 = "10brlbwkk61nhd5v2sim1vfv11xm138l1cqqh3imhs2sigmzzlax";
|
sha256 = "1b14gwq36d0sbn1125if9zydll9kliigk19zchbqiy9n2gjymrl4";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
readline openldap cyrus_sasl libupnp zlib libxml2 gtk2 libnotify speex ffmpeg libX11
|
readline openldap cyrus_sasl libupnp zlib libxml2 gtk2 libnotify speex ffmpeg libX11
|
||||||
polarssl libsoup udev ortp mediastreamer sqlite belle-sip libosip libexosip
|
libsoup udev ortp mediastreamer sqlite belle-sip libosip libexosip
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ intltool pkgconfig makeWrapper ];
|
nativeBuildInputs = [ intltool pkgconfig makeWrapper ];
|
||||||
@ -22,8 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-ldap"
|
"--enable-ldap"
|
||||||
"--with-ffmpeg=${ffmpeg.dev}"
|
"--with-ffmpeg=${ffmpeg.dev}"
|
||||||
"--with-polarssl=${polarssl}"
|
|
||||||
"--enable-lime"
|
|
||||||
"--enable-external-ortp"
|
"--enable-external-ortp"
|
||||||
"--enable-external-mediastreamer"
|
"--enable-external-mediastreamer"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user