Skip to content
Snippets Groups Projects
  1. May 11, 2022
  2. May 03, 2022
  3. Apr 27, 2022
  4. Apr 26, 2022
  5. Apr 22, 2022
  6. Apr 12, 2022
  7. Apr 11, 2022
  8. Apr 07, 2022
  9. Apr 06, 2022
  10. Mar 23, 2022
    • Amin Bandali's avatar
      packaging: fix libclient dependency issues of deb packages · 030db788
      Amin Bandali authored
      Since for our deb packages all the binary packages share the same
      source package, and are built in the same environment, depending on
      the distro and dpkg tools versions, dpkg-shlibdeps might incorrectly
      add the wrong libclient package for either clients.  For example,
      have the jami-gnome package depend on both jami-libclient-gnome and
      jami-libclient; which is wrong, since jami-libclient-gnome and
      jami-libclient conflict with each other and cannot be installed
      simultaneously.  So, we instruct dpkg-shlibdeps to exclude the two
      libclient packages from ${shlibs:Depends}, which is fine because
      we already manually add the correct one to each client's Depends.
      
      Also, use the system libarchive-dev package for Ubuntu 18.04 as well;
      since like with Debian 10, building libarchive from daemon's contribs
      fails there too.
      
      GitLab: #1415
      Change-Id: I1c065a7fd3fc58324c7893d5d23039f2a5109931
      Unverified
      030db788
  11. Mar 20, 2022
  12. Mar 17, 2022
    • jenkins's avatar
      New release. · 6b4ad837
      jenkins authored
      6b4ad837
    • Sébastien Blin's avatar
      nightly · 59ac093e
      Sébastien Blin authored
      Change-Id: Ib0bb0985a396a9284229c79acc113a25c79c97bd
      59ac093e
    • jenkins's avatar
      New release. · 5e967f1f
      jenkins authored
      5e967f1f
    • Sébastien Blin's avatar
      nightly · 6a7da80f
      Sébastien Blin authored
      Change-Id: Ib0bb0985a396a9284229c79acc113a25c79c97bd
      6a7da80f
    • Amin Bandali's avatar
      packaging: use system libarchive on Debian 10 · 519e16a3
      Amin Bandali authored
      The bundled one from the daemon contribs does not build on Debian 10
      for some reason.
      
      Change-Id: Id6fbc1e09bdf2912663f78502b255e975aebec1a
      Unverified
      519e16a3
    • Amin Bandali's avatar
      packaging: build bundled ffmpeg for libclient and client-qt · 2f1ebdd4
      Amin Bandali authored
      Recent libclient and client-qt use avframe from ffmpeg's libavutil.
      
      Change-Id: Ia860e374eb2b8d6c22a79ee0f5a22673a292bf19
      2f1ebdd4
    • Amin Bandali's avatar
      build: add separate lrc-gnome submodule for client-gnome · fd10998d
      Amin Bandali authored
      After the recent merge of the video renderer changes into lrc and
      client-qt, the build for client-gnome is currently broken because it
      has not yet been updated to follow the new API, a non-trivial task.
      Thus, we add a separate lrc-gnome submodule for use by client-gnome,
      as a temporary measure until the future vendoring of lrc into the two
      clients.
      
      With this change, the users of the Qt client ('jami' package) would
      continue using 'jami-libclient' as a dependency, whereas for users of
      the GNOME client ('jami-gnome') they would install and use the new
      'jami-libclient-gnome' package.
      
      Change-Id: I6aacb6c495c9a2953c328f2e9bfe6acd2b8cc645
      Unverified
      fd10998d
  13. Mar 15, 2022
  14. Mar 11, 2022
  15. Mar 08, 2022
  16. Feb 11, 2022
  17. Feb 01, 2022
Loading