- Nov 04, 2016
-
-
aviau authored
Change-Id: I31de9b38a0433e4cd3e524624871da157a5a9a09 Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
Change-Id: I385bbd34f33604e7012cb4d794f0d48646663bef Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> Verify-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Nov 02, 2016
-
-
Romain Bertozzi authored
This patch adds a missing comma in Ubuntu dependencies. Before that the --dependencies command does not work properly and there are missing dependencies preventing the client to compile. Change-Id: Iaf73a42576c815aaa100a5f601480ca471a4da3c Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
- Nov 01, 2016
-
-
This patch adds client-ios to the projects that support commit-msg. With it we will be able to add a change-id in commit messages automatically. See 53048b26 for the initial implementation. Reviewed-by:
Alexandre Viau <alexandre@alexandreviau.net> Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> Change-Id: I82bd874aa9d53aaed33330f836e7dc64e51ab827
-
- Oct 31, 2016
-
-
Stepan Salenikovich authored
libnm-glib was added as an optional dependency to allow the gnome client to respond to changes in the network connectivity. Reviewed-by:
Alexandre Viau <alexandre@alexandreviau.net> Change-Id: Iaeb918fb7b28706e3d1a6f2db3c95daf982c4537
-
Stepan Salenikovich authored
We also run apt-get with --ignore-missing option so that it doesn't fail in case a dependency is missing. We use this to require both libwebkit2gtk-4.0-dev and libwebkit2gtk-3.0-dev for ubuntu since 14.04 only has the latter. Reviewed-by:
Alexandre Viau <alexandre@alexandreviau.net> Change-Id: I0b7428cd4ad2c7e2a10634aff14fe14e6fccc253
-
aviau authored
Change-Id: If7fc608364f3dc9ea0d08650a4efc34756d61c63 Reviewed-by:
Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
-
- Oct 27, 2016
-
-
David Côté-Tremblay authored
In Debian and Ubuntu dependencies specify libgnutls28-dev as libgnutls-dev doesn't exist in official repositories. Change-Id: Ib151d56cca6541b3f5eac797d30d808dc54a4604 [stepan.salenikovich@savoirfairelinux.com: updated commit message; made same change for ubuntu] Signed-off-by:
Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com> Reviewed-by:
Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
-
- Oct 18, 2016
-
-
VietKen authored
Reviewed-by:
Alexandre Viau <alexandre.viau@savoirfairelinux.com> Change-Id: I928c0f0aa385661185be935621603f77038af810
-
- Oct 12, 2016
-
-
Change-Id: I632b1bbd683d6301e12544d90f30d2bc55d169ea Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
Change-Id: I77756fbe09b3ffd3f89573a472736df9e95db57c Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Oct 06, 2016
-
-
Anthony Léonard authored
This command was removing translations files at the end of the build which are required by the client. Change-Id: I8e665315570c9e5c3dd468ef2418aa551809f739
-
Loïc Siret authored
OSX need Shared Library to compile the daemon. This patch ensure that we didn't disable them on compilation. Change-Id: Iedc37da7980599f2011e9501df0e4b087a0d7d0f
-
- Oct 05, 2016
-
-
Guillaume Roguez authored
This is needed to build video HW acceleration code. Dockers changed by this patch. Change-Id: I9d8157a7e37f89531cf83e317230c11ea5c9a45b
-
The previously maintained list of tarballs didn't make sense because we allowed downloads anyways. Instead, we allow all tarballs in the orig.tar.gz and disable downloads from inside the container. Change-Id: I949001e4e3d5f81f23b68d0aa41abd3fa801065a
-
Guillaume Roguez authored
This is needed to build video HW acceleration code. Dockers, packaging deps and make-ring.py changed by this patch. Change-Id: Ia6c50aacc8a0f36db36b05c66bcd2db75291bce9
-
- Sep 23, 2016
-
-
The script is modified so we can compile Ring for Windows by using '--distribution=mingw[32|64]'. At the moment, it can only be used on Fedora (>=23). Modifications: * script/win_compile.sh do the actual job * make-ring.py call this script when needed Change-Id: I964b2bb9fb174bebd8e6b8746f3721066c278251 Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Sep 08, 2016
-
-
Stepan Salenikovich authored
Use the same make -j argument when building lrc and client as when building the daemon. lrc builds much faster this way. Change-Id: Ifaecdaeb86e4bc9862004ca880eddaaa8d91dc98
-
Stepan Salenikovich authored
There are occasionally issues building a shared libring object on some systems. Its also easier to run dring in gdb when it is linked statically. Change-Id: Iec79cfc4c0134664697404b3abeb411bf992e5a4
-
- Sep 07, 2016
-
-
Stepan Salenikovich authored
When launching with the --debug option, the path for dring was wrong, it was the old path before the location of the binary was changed. Reviewed-by:
Alexandre Viau <alexandre.viau@savoirfairelinux.com> Change-Id: I5d319cd069bf4c9a95ffaa6b52470f612653679c
-
Stepan Salenikovich authored
Making contrib with the -j option changes the order of the linker flags in some cases and causes the build of the daemon to fail during linking. Reviewed-by:
Alexandre Viau <alexandre.viau@savoirfairelinux.com> Change-Id: I79648cbb676e977679498c3078caeec4aaf1330e
-
- Sep 06, 2016
-
-
aviau authored
This changed was aleady shipped in Debian. Backporting it to our packaging system. Debian bug: #833926 Change-Id: Iaa63456db91e1e13abfd3b01e5885a98174749d2 Reviewed-by:
Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
-
- Sep 01, 2016
-
-
Guillaume Roguez authored
Add 'make list' to daemon contribs making rules for easy debuging. Change-Id: Ib12c26230dff6b862aaa2600b20f975055efdc8b Reviewed-by:
Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
-
Stepan Salenikovich authored
libsrtp is used by pjproject, but it is built as part of pjproject Reviewed-by:
Alexandre Viau <alexandre.viau@savoirfairelinux.com> Change-Id: I809b028cc07e4f8d43273087f1a263e5ae02e72b
-
- Aug 30, 2016
-
-
Stepan Salenikovich authored
Starting f24 and later, the gsettings schema compilation is automatically triggered when needed, but we need to explicitly do it for earlier versions [0]. This patch also disables the gsettings schema local compilation so that this is not done during 'make install' since the schema will be compiled post install and it is also not needed locally. [0] - https://fedoraproject.org/wiki/Packaging:Scriptlets?rd=Packaging:ScriptletSnippets#GSettings_Schema Change-Id: I8b78c4d50e2208c29200f89d3947aa3117fbb6ab Tuleap: #975
-
- Aug 24, 2016
-
-
Alexandre Lision authored
dring installation path has changed to /lib/ring/dring Change-Id: I640bfeb2c62827892516852ce5d0da6c12812334
-
- Aug 18, 2016
-
-
Stepan Salenikovich authored
configure.ac in the daemon was patched to properly generate a .so which is the default in auto tools; however we don't want to ship a .so and we also want to link to libring statically, so we run configure with --disable-shared Change-Id: I49d581c9176049385e0f42dad27a25ffcd172d8a Tuleap: #699
-
- Aug 16, 2016
-
-
Stepan Salenikovich authored
The natpmp lib doesn't provide a pkg-config file, so contrib does not detect that it is already installed on the system. Change-Id: Iea603b39773f8805183c50f06b61e07a7d791425 Tuleap: #805
- Aug 04, 2016
-
-
- Aug 02, 2016
-
-
- Jul 31, 2016
-
-
- Jul 29, 2016
-
-
aviau authored
When adding the same deb twice to the repository, deploy-packages fails. This is due to reprepro complaining about adding two times the same deb to the same architecture. This happens because we generate arch all packages on both i386 and amd64. This patch tries to remove the package before adding it. This is safer than ignoring the error as there is no option to only ignore this type of error. Change-Id: I397148f9e8efe6ca1a089644abbd86395fa5eaf4 Tuleap: #872
-
- Jul 28, 2016
-
-
aviau authored
On the first try of fetching contrib packages, all downloads will start at the same time. This should speed up the builds significantly. If it fails, we will try again but not all at the same time. So the errors should still be legible. Change-Id: I2b45e1913eb2563350382c0ef1ed6fddf9f2ca05 Tuleap: #872
-
-
- Jul 27, 2016
-
-