Skip to content
Snippets Groups Projects
  1. Jun 28, 2021
    • Maxim Cournoyer's avatar
      daemon: Use the PROGSHAREDIR macro to refer to the custom datadir. · f0fb8148
      Maxim Cournoyer authored and Adrien Béraud's avatar Adrien Béraud committed
      The sources previously hard-coded the location of the default Jami
      ringtone as "/usr/share/ring/ringtones/default.opus".  It should
      instead be computed from the already existing PROGSHAREDIR macro,
      which is built from Autoconf's configurable datadir.
      
      * globals.mk (-DPROGSHAREDIR): Rename the 'ring' subdirectory to
      'jami'.
      * meson.build (conf): Likewise.
      * ringtones/Makefile.am (dist_jamiringtones_DATA): s/ring/jami/g
      * ringtones/meson.build: Likewise.
      * src/account.cpp (DEFAULT_RINGTONE_PATH): Define in terms of
      PROGSHAREDIR.
      * bin/dbus/Makefile.am (libclient_dbus_la_CXXFLAGS): Remove extraneous
      flags, already propagated via AM_CPPFLAGS.  Honor AM_CXXFLAGS.
      * src/client/Makefile.am (libclient_la_CXXFLAGS): Remove.
      * src/plugin/Makefile.am (libplugin_la_CXXFLAGS): Likewise.
      
      Change-Id: Icaa0a92e896f86b0bb07f82e4079570db08fafbd
      f0fb8148
  2. May 21, 2020
  3. Sep 06, 2019
  4. Aug 16, 2018
  5. Oct 31, 2016
    • Aline Bonnet's avatar
      ringtones : compress default.wav · d739bb77
      Aline Bonnet authored
      The default ringtone was too big (2.4MB) and calls was not work on Android.
      This commit compresses the quality (44100Hz to 8000Hz) and reduces the time (13s to 1s).
      
      Change-Id: Iceb8b00968a8b326fde5c516a219245d316f7928
      Tuleap: #1145
      d739bb77
  6. Jul 25, 2016
  7. Feb 04, 2016
  8. Mar 20, 2015
  9. Apr 21, 2009
  10. Dec 19, 2005
  11. Dec 18, 2005
  12. Nov 11, 2005
    • yanmorin's avatar
      · 827cfe63
      yanmorin authored
      Change to compile
      827cfe63
  13. Oct 05, 2005
    • yanmorin's avatar
      · 1e1ea796
      yanmorin authored
      Need to add theses files too
      1e1ea796
Loading