Commit Graph

24 Commits

Author SHA1 Message Date
Lorenz Brun
ae8f0d7b1e liblinphone: add back QR support
liblinphone was broken by 1769609dc0 as
zxing-cpp 2.0 and later require C++ 17 [1]. The version of liblinphone
in nixpkgs does however only build with C++ 14. This was then fixed in
c42909d342 by disabling QR code support.
Its master branch does however build with C++ 17, so backport that
commit. Due to upstream running formatters on their code in the
meantime, the backport had to be done manually and the commit cannot be
picked.

[1] https://github.com/zxing-cpp/zxing-cpp/releases/tag/v2.0.0
2023-10-08 21:58:31 +02:00
Weijia Wang
c42909d342 liblinphone: fix build 2023-10-02 23:17:27 +02:00
Weijia Wang
135c253bf5 liblinphone: 5.2.17 -> 5.2.98 2023-09-01 14:57:05 +02:00
Lorenz Brun
c39d76e24d liblinphone: disable -Werror
Nixpkgs is not developing this application, so we are in no position to
fix -Werror warnings, they just break things when compilers get updated.
Thus, disable it. This unbreaks Linphone on master.
2023-06-10 14:43:53 +02:00
Weijia Wang
6308d4b6f6 linphone: 4.4.10 -> 5.0.8 2023-01-30 01:27:05 +01:00
Thibault Lemaire
fe8f77c2c0 linphone: Cleanup dependencies
A lot of bloat had been accumulated through updates (e.g. with linphone
migrating from Gtk to Qt, or linphone being split to liblinphone &
linphone-desktop).

Method: Through trial and error. Delete all dependencies, try to build, try to
run, reintroduce missing dependencies.

I have tested everything I could, but it is possible that some optional
features have been silently disabled with dependencies not being found now.
(Codecs, encryption schemes, etc...)
2022-05-03 10:26:29 +02:00
Lorenz Brun
bafc9b9ff8 linphone: 4.2.5 -> 4.4.1
Co-authored-by: Thibault Lemaire <thibault.lemaire@protonmail.com>
Co-authored-by: Austin Butler <abutler@riotgames.com>
2022-04-26 21:43:56 +02:00
Artturin
5763d8c2f4 liblinphone: add boost to buildinputs to fix build after
soci is built with boost
2021-10-13 22:17:07 +03:00
R. RyanTM
bd441a1339 liblinphone: 4.5.15 -> 4.5.17 2021-05-22 16:37:13 -07:00
Robert Schütz
da4a86ac3d
Merge pull request #123366 from dotlambda/linphone-ffmpeg
linphone: use ffmpeg instead of ffmpeg_3
2021-05-21 20:44:36 +02:00
R. RyanTM
29b92903ae liblinphone: 4.5.1 -> 4.5.15 2021-05-20 08:26:33 -07:00
Robert Schütz
305bad4fcf liblibphone: use ffmpeg instead of ffmpeg_3 2021-05-17 14:34:47 +02:00
Frederik Rietdijk
bba77d5b43 liblinphone: use python3 2021-04-03 17:06:22 +02:00
Jaakko Luttinen
fc9d179526
liblinphone: clean input arguments 2021-04-02 14:36:49 +03:00
Jaakko Luttinen
1f8dc49541
liblinphone: 4.4.35 -> 4.5.1 2021-04-02 11:08:34 +03:00
Jaakko Luttinen
5c1e77bdf9
liblinphone: 4.4.21 -> 4.4.35 2021-03-18 20:17:04 +02:00
R. RyanTM
b7910c1d93 liblinphone: 4.4.15 -> 4.4.21 2021-02-11 07:05:23 +01:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Trolli Schmittlauch
bf2a93e507 linphone: 4.2.4 -> 4.2.5
fixes a crash on incoming calls

part of updating linphone and its major dependencies
2020-12-28 17:33:54 +01:00
Gabriel Ebner
64c7999f76 liblinphone: unstable-2020-03-20 -> 4.4.15 2020-12-07 19:43:57 +01:00
Doron Behar
01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Jaakko Luttinen
93ea5b0d0d
liblinphone: fix missing vcard_grammar
Fixes #84488
2020-04-11 15:32:39 +03:00
Jaakko Luttinen
1e51592037
liblinphone: init at unstable-2020-03-20 2020-03-28 12:49:49 +02:00