- Feb 26, 2021
-
-
Maxim Cournoyer authored
Debian 9 packaging is removed as well, not because it is EOL, but because it doesn't have the runtime required to run Jami (the daemon requires C++17 but GCC 6 in Debian stretch doesn't support it). A 'list-package-targets' Make target is also added; it'll be used by the CI. Change-Id: I87a26b14ea48bd17ebccb536f23a5f2637f28743
-
Maxim Cournoyer authored
Change-Id: Ibfe20a56db762a844ed458d4bea1331051e0f0b5
-
- Feb 17, 2021
-
-
Amin Bandali authored
Restore required packages, and also add missing -DENABLE_STATIC=true for client-qt. Change-Id: I49997afa01109e1326ec06f06051504311f8471f
-
- Feb 16, 2021
-
-
Amin Bandali authored
Adapt the main jami snapcraft.yaml file for client-qt, and move a copy of the previous client-gnome snap to a new jami-gnome/ subdir. Change-Id: If1e014c7af9d89c1fe3d13b5d365d74c0ecf368d
-
- Jan 29, 2021
-
-
Amin Bandali authored
Change-Id: I9df8043ec2da9c2a0c4ba3a2e09e5feadb71e585
-
- Jan 27, 2021
-
-
Amin Bandali authored
Without libssl-dev available in build time, we would fall back on building our own from a locally-built libressl, which would have incorrect paths for location of certificates: the resulting snap would incorrectly try to look for certificates under parts/jami/build/daemon/contrib/x86_64-linux-gnu/etc/ssl, which is not available after build, instead of a more sensible /etc/ssl. Change-Id: I76cb847d18561e29250d4b9d39d1993dabc9a864
-
- Dec 30, 2020
-
-
Change-Id: I309f31ba1d23a9cbc48e2936b7591ae4fba40a76
-
- Dec 24, 2020
-
-
Amin Bandali authored
Change-Id: I9e8e666f09949d56c3c14c43b834f1d39c10c9db
-
- Dec 09, 2020
-
-
Amin Bandali authored
Change-Id: I5b24b809cec3763c44808fe9f056cba862336531
-
- Nov 18, 2020
-
-
Sébastien Blin authored
Change-Id: I56de10fdfb39d14405cb0e502c472b4dbc112dc0
-
- Oct 19, 2020
-
-
Sébastien Blin authored
Change-Id: I6fe7da475e0004278382c4d5a996568557829bf4
-
- Oct 15, 2020
-
-
Sandra Tobajas authored
Using qemu in user mode to build jami package for raspbian platforms adds a lot of overhead. Remove the virtualization using the Debian 10 cross-compiling toolchain. The target platform (i.e. the platform on which the package will be installed) has to be set and some compilation options has to be added in the debian/rules file. Also add the armhf architecture in the Docker container in order to install the package dependencies for this platform. Change-Id: Ic2282ad9377d52482bca4a4f0ef017fbcc1f8eb7
-
- Oct 09, 2020
-
-
Change-Id: I81a06a2f9a603ee40259c063cfec3cb4f1ab92c7
-
Change-Id: If0c992706e270ce647eeb4644f9004a595774811
-
- Aug 28, 2020
-
-
Correct the dockerfile for opensuse 15 replacing zypper --non-interactive --gpg-auto-import-key refresh by zypper --non-interactive --gpg-auto-import-keys refresh keyS must be in plural, otherwise the command fails Update the spec files for opensuse 15 leap by compiling GnuTLS make -j4 V=1 .ffmpeg .gnutls because when using the distro's GnuTLS 3.6.7 connections fail with [TLS] handshake failed: An error has been detected in the library and cannot continue operations. Change-Id: I40a726e429b9f68447199f336ebe4a68ddfccf30
-
- Aug 26, 2020
-
-
add BuildRequires jsoncpp-devel to the spec files, otherwise buliding RPM packages for RHEL 8 fails with this message contrib/x86_64-redhat-linux checking for Jsoncpp... yes checking for ZLIB... yes checking for PJPROJECT... no configure: error: Missing pjproject files error: Bad exit status ... Add '.gnutls' after 'make -j4 V=1 .ffmpeg' in the spec file if we don't compile GnuTLS Jami is unable to establish p2p communication Error message in dring when using RHEL8's GnuTLS version 3.6.8 [TLS] handshake failed: An error has been detected in the library and cannot continue operations. Change-Id: Ic8c500eaa286d66f251588f8052267d0bfc3240f
-
- Aug 12, 2020
-
-
Replaces the ring-client-windows submodule with jami-client-qt and adjusts make-ring.py and helper scripts to support both the gtk and qt client builds for GNU/Linux. Gitlab: #581 Change-Id: I55c0272cb354c9fa96f3541b6e5a8b7b271f14ba
-
- May 21, 2020
-
-
Change-Id: I5e55f6042e38d102a8bac7fb03c04e3195fc6a28
-
- Apr 28, 2020
-
-
Sébastien Blin authored
Change-Id: Ida94131950baf124354b4cb5a521271aaeddee73
-
- Apr 17, 2020
-
-
Sébastien Blin authored
Change-Id: Ic5619dec5e68a18519e7bf64d43a82150c91f73e
-
- Mar 11, 2020
-
-
Change-Id: I37e40102fab0ae42199b0550039a235266faefe9
-
- Jan 28, 2020
-
-
Change-Id: If0402bab4fb8f942203b2375331726e897cb47e9
-
- Jan 20, 2020
-
-
Igor Stegarescu authored
Change-Id: Ifebc562291c87a78a597ad93323a4693d8d4127b
-
- Jan 13, 2020
-
-
Adds: * Debian 9 armhf * Debian 9 arm64 * Debian 10 armhf * Debian 10 arm64 * Raspbian 10 armhf * The One Click Install (oci) version for all this items This commit also fix the --generate option in the generated makefile by scripts/make-packaging-target.py and remove the --architecture option there because was not used at any part of the script. Because our builder docker can not docker build with ARM we implemented a workaround called dirty qemu-static is documented and we have a issue to sovle it. The pipeline for packaging-deploy-gnulinux-generic got changed to add the support for the ARM architecture but the OCI build is not enabled because the build including the oci takes long (5 hours or plus). Warning: require companion changes in daemon (topic debian-arm) to ensure the right compilation flags Change-Id: I905bbd4660824670d7de836129886f3d7f1dc83b
-
- Dec 30, 2019
-
-
Fredy Pulido authored
Because we forgot it on b06f51d3 Change-Id: Id05b71f4e2aa70d1105202a67194d8bae2c61f3e
-
- Nov 26, 2019
-
-
Adds trisquel 8 to ensure it gets updates from ubuntu 16.04 repository Change-Id: Icb4e31e1dcb1110cca6374810521cf54a4007be0
-
- Nov 15, 2019
-
-
Change-Id: Iabb7c6a9e77949978ae2cad842440ab658ffbb4b
-
Sébastien Blin authored
Change-Id: I311cab0134ae98481ec0f93ad6737ba4d3d6a28a
-
- Nov 14, 2019
-
-
Sébastien Blin authored
Change-Id: I1a4c53ac6a4ee6c16d755e52742eb098b8221a8d
-
- Nov 13, 2019
-
-
Sébastien Blin authored
This reverts commit 0c1951cc. Reason for revert: <INSERT REASONING HERE> Change-Id: I5e166d19f3b02e36b441dbd49d4b9f9ba2131d73
-
Sébastien Blin authored
Change-Id: If1edf81faac730c2de27245eb88bd96c7a157e7c
-
This commit rename the forgotten jami-all.triggers file for the one click install debian package. Change-Id: Ic49b4890c2661478d6c88ec997d6fbfc5d823e21
-
Sébastien Blin authored
This reverts commit 19034ec6. Reason for revert: test ABI Change-Id: I8e2a0ac910f3aa1f9b3060bdb989bd4439169036
-
Sébastien Blin authored
This reverts commit 4ddaa819. Reason for revert: <INSERT REASONING HERE> Change-Id: I0073af7b97834b2f95de2b0d1238c7d1da1c7b4a
-
- Nov 12, 2019
-
-
Change-Id: Ib4f4cee7a3a4d1782001c12b53bd9324d6953b6a
-
Sébastien Blin authored
Change-Id: I5ac52f9e47a02cbfa23b4d90563af0133e15977a
-
- Nov 11, 2019
-
-
Fredy Pulido authored
This commit rename the tarball, debian, ubuntu and fedora packages. This commit also modify the debian post install script to add support our repositories for Debian 10 and Ubuntu 18.10 and 19.04 and create transition packages to ensure a proper nama transition in debian based distributions. Warning: when using reprepo to add the ring transition deb package this get into pool/main/j/jami. for now we think is a reprepo error because reads the Source: instead of Package: field. Change-Id: I47449a79c1a8bfd6ee0f3ffed618886f1dc1645a
-
- Apr 19, 2019
-
-
Sébastien Blin authored
Change-Id: I4953f10bce3bbecd960dbaa8edd8928992af7d2f Gitlab: #598
-
- Apr 15, 2019
-
-
Sébastien Blin authored
Change-Id: I5b89c33b6fb8b85df3307d517c0d55e35c5f02e2
-
- Apr 11, 2019
-
-
Sébastien Blin authored
Change-Id: Ic55ca53e0602ef578e4dafe6d86a67de0b171b48
-