liblinphone: unstable-2020-03-20 -> 4.4.15

This commit is contained in:
Gabriel Ebner 2020-12-07 19:11:14 +01:00
parent 64f42418a6
commit 64c7999f76

View File

@ -46,43 +46,18 @@
, xsd , xsd
, zlib , zlib
}: }:
let
# Got the following error when building:
#
# Your version of Doxygen (1.8.17) is known to malfunction with some of our
# macro definitions, which causes errors while wrapprers generation. Please
# install an older version of Doxygen (< 1.8.17) or disable documentation
# and wrapper generation.
#
# So, let's then use 1.8.16 version of doxygen in this derivation. Hopefully
# this workaround can be removed with some newer release of liblinphone.
doxygen_1_8_16 = doxygen.overrideAttrs (
oldAttrs: rec {
name = "doxygen-1.8.16";
src = fetchurl {
urls = [
"mirror://sourceforge/doxygen/${name}.src.tar.gz" # faster, with https, etc.
"http://doxygen.nl/files/${name}.src.tar.gz"
];
sha256 = "10iwv8bcz5b5cd85gg8pgn0bmyg04n9hs36xn7ggjjnvynv1z67z";
};
buildInputs = oldAttrs.buildInputs ++ [ git ];
}
);
in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "liblinphone"; pname = "liblinphone";
# Using master branch for linphone-desktop caused a chain reaction that many version = "4.4.15";
# of its dependencies needed to use master branch too.
version = "unstable-2020-03-20";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.linphone.org"; domain = "gitlab.linphone.org";
owner = "public"; owner = "public";
group = "BC"; group = "BC";
repo = pname; repo = pname;
rev = "1d762a3e0e304aa579798aed4400d2cee2c1ffa0"; rev = version;
sha256 = "0ja38payyqbd8z6q5l5w6hi7xarmfj5021gh0qdk0j832br4c6c3"; sha256 = "16a31c0n5lix4r5xk7p447xlxbrhdlmj11kb4y1krb5fx8hf65cl";
}; };
# Do not build static libraries # Do not build static libraries
@ -103,7 +78,6 @@ stdenv.mkDerivation rec {
cyrus_sasl cyrus_sasl
ffmpeg_3 ffmpeg_3
gdk-pixbuf gdk-pixbuf
git
glib glib
gtk2 gtk2
libX11 libX11
@ -133,7 +107,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
bcunit bcunit
cmake cmake
doxygen_1_8_16 doxygen
graphviz graphviz
intltool intltool
makeWrapper makeWrapper