- Jan 15, 2020
-
-
This commit also replaces some tabs with spaces for homogeneity Change-Id: I4f04c0f9864a8e9b256691a9d4f40934865f419d
-
- Sep 19, 2019
-
-
Eden Abitbol authored
The libupnp available for system download (v1.8.2) causes intermittent crashes. The one compiled locally is a newer version (v1.8.4) that doesn't crash. Change-Id: I5ae02553a845488cba0c0617ec1816e2d81cd4f3
-
- Apr 19, 2019
-
-
Sébastien Blin authored
Change-Id: I4953f10bce3bbecd960dbaa8edd8928992af7d2f Gitlab: #598
-
- Apr 12, 2019
-
-
Sébastien Blin authored
Change-Id: I3bddb37d22d43b1b08bfa5394e9555283ac1e53a
-
- Mar 26, 2019
-
-
Change-Id: Ic1e57ae2ab31d84b378be05cfb3344ad98e62080 Reviewed-by:
Sébastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Nov 21, 2018
-
-
Sébastien Blin authored
Change-Id: I8da650f1458234392907c33b3035fe01bf85d953
-
- Aug 06, 2018
-
-
Philippe Gorley authored
Change-Id: Icaeb11be9dd76c815150ec29ebad9cf0534a2144
-
Philippe Gorley authored
Change-Id: Ica9cd2730d01da54d39b2be62f327876bff14f3e
-
- Apr 25, 2018
-
-
Remove deprecated distros and update Debian dependencies in make-ring.py and in the new Ubuntu 18.04 Dockerfile. Change-Id: Ia30948f8406a10ba269f3245c2428d42b8ac7d71 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Apr 06, 2018
-
-
Sébastien Blin authored
Change-Id: I77063f047e28fe4298d93649660d9dacb9f9e8a2
-
- Jan 12, 2018
-
-
Maxim Cournoyer authored
This dependency was added as a result of adding sound notifications to the gnome-client. Change-Id: I6ce113d46709976119afa151c1f2268ab81df545 Reviewed-by:
Nicolas Jäger <nicolas.jager@savoirfairelinux.com>
-
- Dec 19, 2017
-
-
libnm-glib has been deprecated for three years and is eventually going to disappear. [GR: update Debian/Ubuntu deps as well and all docker files] Change-Id: I60a9b1a37098715ac55d5fee6718883d2a55fe3c Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> Signed-off-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Jun 07, 2017
-
-
git is needed to fetch some 3rd parties sources. Change-Id: If7a8b9b6e35d4bcfa02556b0e9af07f4d4f1b997
-
- May 16, 2017
-
-
Philippe Gorley authored
Adds libvdpau dev package to dependencies for linux distros. Depends on https://gerrit-ring.savoirfairelinux.com/5473/ Change-Id: I1cb33adf5707eb5bdf6efe998ecc6dde5b6ae909
-
- Nov 04, 2016
-
-
aviau authored
Change-Id: I31de9b38a0433e4cd3e524624871da157a5a9a09 Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Oct 31, 2016
-
-
aviau authored
Change-Id: If7fc608364f3dc9ea0d08650a4efc34756d61c63 Reviewed-by:
Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
-
- Oct 05, 2016
-
-
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 01, 2016
-
-
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 02, 2016
-
-
- Jul 31, 2016
-
-
- Jul 26, 2016
-
-
Stepan Salenikovich authored
Added as client build dependency and to docker images. Change-Id: I169e039446b7688bc52ec3619c93e1ce65089cee Tuleap: #845 Reviewed-by:
Alexandre Viau <alexandre.viau@savoirfairelinux.com>
-
- Jul 25, 2016
-
-
aviau authored
Running apt-get clean before an update/install should help to prevent failures during installation. This will help to improve the build stability. Source: - https://stackoverflow.com/questions/35923576/debian-httpredir-mirror-system-unreliable-unusable-in-docker Change-Id: Id7d6ee95cfec28af59311b4d9e6852ae5e5e4c8c Tuleap: #873
-
- Jul 22, 2016
-
-
aviau authored
This imports some of the changes made in the official Debian packaging repository: https://anonscm.debian.org/cgit/pkg-voip/ring.git - Don't run containers in interactive mode, which would require a TTY - Build LRC with Debug symbols - Build with V=1 to allow parsing logs - Reorganize dependencies - Try fetch-all three times before giving up - Removed ubuntu15.04 references Tuleap: #858 Change-Id: If0a81b15230a31d120982e113e695443262568e3
-
- Jul 20, 2016
-
-
aviau authored
This moves the official Debian packaging into ring-project. Jenkins should now be able to run packaging jobs and publish packages. It should also make it easy to add a `verify` check on Jenkins to test packaging patches. This will make it much easier to work on packaging issues because the build environment is now reproductible on any machine. The patch adds Makefile targets to create packages such as: - package-all - package-<DISTRO> Builds are all done inside Docker containers and it is possible to build many at a time with the `package-all` target. To debug a build, use `package-<DISTRO>-interactive` to obtain a shell inside a container, ready to launch a build. Tuleap: #781 Change-Id: Id87a74a6c412ffc5bf82b9562639ce5a9424b06a
-