Skip to content
Snippets Groups Projects
  1. Feb 26, 2021
  2. Feb 25, 2021
  3. Feb 17, 2021
    • Amin Bandali's avatar
      snap: fix build · f5bba58e
      Amin Bandali authored
      Restore required packages, and also add missing -DENABLE_STATIC=true
      for client-qt.
      
      Change-Id: I49997afa01109e1326ec06f06051504311f8471f
      f5bba58e
  4. Feb 16, 2021
    • Amin Bandali's avatar
      snap: change from jami-gnome to jami-qt · ee705245
      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
      ee705245
  5. Feb 05, 2021
  6. Feb 03, 2021
  7. Feb 02, 2021
    • Albert  Babí Oller's avatar
      packaging: client-qt build revision for linux · 8f4390ab
      Albert Babí Oller authored
      - use cmake to build client-qt (client's cmake includes global installation support)
      - copy-runtime-files.py is no longer necessary since it is directly managed by cmake
      - uninstall revision: use make uninstall rule for lrc, client-qt and client-gnome
      - add doxygen and graphviz dependencies for building documentation
      
      Change-Id: I3fb1d56cb80556337b2c10fda1a67f84c290158c
      8f4390ab
  8. Jan 29, 2021
  9. Jan 27, 2021
    • Amin Bandali's avatar
      snap: fix username lookup over https and likely some other tls uses · bd29c75d
      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
      bd29c75d
  10. Jan 08, 2021
  11. Dec 30, 2020
  12. Dec 28, 2020
  13. Dec 24, 2020
  14. Dec 22, 2020
  15. Dec 21, 2020
  16. Dec 17, 2020
  17. Dec 16, 2020
  18. Dec 09, 2020
  19. Nov 18, 2020
  20. Nov 17, 2020
    • Kateryna Kostiuk's avatar
      dependencies: add libtasn for Darwin · d6261445
      Kateryna Kostiuk authored
      Currently libtasn builds as part of gnutls. When building
      with clang 12 asn1_der_coding return an error ASN1_VALUE_NOT_VALID
      when parsing time. This patch add libtasn to dependencies to
      use prebuilt version.
      
      Change-Id: I424ea58a3c89981e8c3a781c9cbd66fc429f919b
      d6261445
  21. Nov 10, 2020
  22. Oct 28, 2020
  23. Oct 24, 2020
  24. Oct 22, 2020
  25. Oct 21, 2020
  26. Oct 19, 2020
  27. Oct 15, 2020
    • Sandra Tobajas's avatar
      packaging: raspbian: remove qemu-user binaries · e6b6c694
      Sandra Tobajas authored
      As the packaging for raspbian platform does use the virtualization with
      qemu in user mode, remove the qemu binaries in the build container.
      
      Change-Id: Id72ca6bad3d47d525c3a7d0213d5fc5eebbaa3d4
      e6b6c694
    • Sandra Tobajas's avatar
      packaging: debian: use cross compilation for armhf platforms · d6dde7ee
      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
      d6dde7ee
  28. Oct 09, 2020
Loading