about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/linphone
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-12-11linphone: fix install with cmakeWeijia Wang2-29/+35
2023-12-11linphone: 5.0.16 -> 5.1.2Weijia Wang2-41/+60
2023-08-15treewide: clean up all qttranslations workaroundsK9001-2/+2
There are two kinds of changes here: - removing explicit qttranslations path hardcoding from applications that were patched to do it - replacing qttranslations in buildInputs with qttools for packages that really depend on the latter After this, qttranslation is never used outside Qt itself, as it should.
2023-05-25linphone: 5.0.15 -> 5.0.16R. Ryantm1-2/+2
2023-04-20linphone: 5.0.8 -> 5.0.15R. Ryantm1-2/+2
2023-01-30linphone: 4.4.10 -> 5.0.8Weijia Wang1-3/+3
2022-12-29linphone-desktop: minizip2 -> minizip-ngNicolas Benes1-3/+3
2022-09-25linphone: 4.4.9 -> 4.4.10R. Ryantm1-2/+2
2022-09-01linphone: 4.4.8 -> 4.4.9R. Ryantm1-2/+2
2022-07-31linphone: 4.4.1 -> 4.4.8R. Ryantm1-2/+2
2022-07-17treewide: more cmake rpath fixupsK9001-0/+3
2022-05-03linphone: Cleanup dependenciesThibault Lemaire1-69/+1
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-04-28Merge branch 'master' into staging-next-2022-04-23Vladimír Čunát4-48/+129
2022-04-26linphone: 4.2.5 -> 4.4.1Lorenz Brun4-48/+129
Co-authored-by: Thibault Lemaire <thibault.lemaire@protonmail.com> Co-authored-by: Austin Butler <abutler@riotgames.com>
2022-04-16treewide: remove nativeBuildInputs that are in stdenvBen Siraphob1-2/+0
2021-07-27linphone: remove unused python parameterFrederik Rietdijk1-1/+0
2021-05-17linphone: use ffmpeg instead of ffmpeg_3Robert Schütz1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2020-12-28linphone: 4.2.4 -> 4.2.5Trolli Schmittlauch1-3/+2
fixes a crash on incoming calls part of updating linphone and its major dependencies
2020-12-07linphone: unstable-2020-03-06 -> 4.2.4Gabriel Ebner4-75/+204
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar1-2/+2
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-04-12Merge pull request #84991 from jluttine/liblinphone-fix-vcardMichael Raskin1-1/+0
liblinphone: fix missing vcard_grammar
2020-04-11liblinphone: fix missing vcard_grammarJaakko Luttinen1-1/+0
Fixes #84488
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-28linphone: 3.12.0 -> unstable-2020-03-06Jaakko Luttinen2-36/+227
2019-11-24linphone: polarssl -> mbedtlsc0bw3b1-16/+19
+ add bcg729 input + move bcunit to nativeBuildInputs
2019-09-08treewide: remove redundant quotesvolth1-2/+2
2019-07-22gdk-pixbuf: rename from gdk_pixbufworldofpeace1-2/+2
2018-09-11linphone: add withGui optionStefan Siegl1-1/+2
2018-09-11linphone: fix build of gtk uiStefan Siegl1-0/+6
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-02-10linphone: 3.10.2 -> 3.12.0adisbladis1-5/+9
2016-09-06linphone: 3.8.5 -> 3.10.2Michael Raskin1-15/+19
2016-09-06linphone: remove lime supportAlexander Ried1-4/+2
linphone stil uses polarssl, which was replaced by mbedTLS and is no more available on NixOS. Until this is fixed upstream we disable LIME (IM encryption).
2016-09-06linphone: 3.8.5 -> 3.9.1Alexander Ried1-3/+5
3.10.2 is available from github but there is no autoconfigured tarball and they added a dependency that's not packaged for nix (bctoolbox)
2016-05-19treewide: Make explicit that 'dev' output of ffmpeg is usedTuomas Tynkkynen1-1/+1
2015-08-26linphone: wrap to find pluginsThomas Strobel1-1/+8
2015-08-26linphone: 3.8.1 -> 3.8.5Thomas Strobel2-37/+2
2015-04-06linphone: 3.6.0 -> 3.8.1William A. Kennington III1-19/+22
2014-08-22linphone: mark as broken for ZHFLuca Bruno1-0/+1
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-06-29Linphone 3.6.1Lluís Batlle i Rossell1-8/+10
Lots of updates and new/old libs to get the latest linphone It segfaults on running.
2013-04-18linphone: fix build via ignoring deprecationsVladimír Čunát1-0/+2
2013-02-17Merge remote-tracking branch 'upstream/master' into stdenv-updatesShea Levy2-5/+44
2013-02-16linphone: minor update and fixVladimír Čunát2-5/+44
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-03-14Move some IM clients to instant-messengers/Yury G. Kudryashov1-0/+24
svn path=/nixpkgs/trunk/; revision=33065