- 07 Nov, 2017 1 commit
-
-
Romain Bertozzi authored
This commit adds the support for the iOS platform in the installation instruction. Until now, ./make-ring --install --distribution iOS did not work as expected and triggered a non-working compilation. Tuleap: #1745 Change-Id: Ic181e280dbcf4ea4713d5cef38f4fdf5c710b570
-
- 10 Aug, 2017 1 commit
-
-
Kateryna Kostiuk authored
This allows to install new versions when they are available Change-Id: I7467f941fad1d42bc96bb1d2153b0d15cc827ab2
-
- 09 Aug, 2017 1 commit
-
-
Kateryna Kostiuk authored
We don't need instal opus, since it loaded in contrib. Change-Id: Ic733bd5fe13ef240704d3a493184e84839187366
-
- 07 Aug, 2017 1 commit
-
-
Philippe Gorley authored
Fixes the name of the dependency to match the Arch Linux package name. Change-Id: Ia3d71ef0eac7dde2e5c58836e149a215adf9cb34
-
- 13 Jul, 2017 1 commit
-
-
Missing in all GNU/Linux distributions. Note: added only in officialy supported ones Change-Id: I9ff01b728d8c8a554de4698c13c53e6faeb305fa
-
- 05 Jul, 2017 1 commit
-
-
this commit adds mandatory brew packages to build IOS client Change-Id: I892359492183369978f39f0b403e0754413285ea
-
- 28 Jun, 2017 1 commit
-
-
Changed gettext for gettext-devel into Fedora dependencies list. This fixes the need of autopoint tool during the daemon build on Fedora distributions. Change-Id: I179eb1de2ad645f8bcf1f911af3c8a0c1353d87c Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- 09 Jun, 2017 1 commit
-
-
Guillaume Roguez authored
improve the make-ring.py script to automatically detect all GIT submodule names and use it during --init operation. Change-Id: Ib671569fed4b650c35cf4870eec9a7bfd1a42d1d
-
- 16 May, 2017 1 commit
-
-
Philippe Gorley authored
Adds libvdpau dev package to dependencies for linux distros. Depends on https://gerrit-ring.savoirfairelinux.com/5473/ Change-Id: I1cb33adf5707eb5bdf6efe998ecc6dde5b6ae909
-
- 22 Mar, 2017 1 commit
-
-
Since ring does not compile on Ubuntu 14.04, there is no point in keeping this dependency. This will also prevent the make-ring script from failing on Ubuntu 16.10, where --ignore-missing no longer seems to work to prevent apt from failing when we try to install a non-existant package. Change-Id: I21ae61786aa1019b8b644115ff2c1cab54c566fe Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- 10 Mar, 2017 2 commits
-
-
Alexandre Lision authored
make-ring is not returning the right exit status for any shell script it executes. By fixing its behaviour, this has highlighted an issue with the OSX dependencies not being able to be updated with newer versions This commit returns a fix value of 1 when a shell script returns an error (exit status != 0) and make sure that every OSX dependency is properly installed and updated Reviewed-by:
Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com> Change-Id: Iced6d2eeb0d3028a3935e433c461fd20375e2d0b
-
Alexandre Lision authored
We used qt 5.5.1 since 5.6 was causing errors in the OSX client. Problem is the 5.5.1 compilation is broken on macOS 10.12 Sierra, This patch separates the brew unlink process from the install/link process. It gives the opportunity to be more expressive in the unlink process, in particular we can unlink all the qt5 versions. Tuleap: #1362 Change-Id: Iacfc5de47c2f799391a7cbbb40f38f86c5a4bc32
-
- 10 Jan, 2017 1 commit
-
-
Guillaume Roguez authored
autoconf-archive brings all autoconf m4 macros, such C++11 and later ones. This permits to remove them in our m4/ directory and make easier the maintenance. Change-Id: Idb4c538de4cf2f2f7712f4e097c56f686c1b2934
-
- 07 Dec, 2016 1 commit
-
-
David Côté-Tremblay authored
Debian 8 in /etc/os-release with choose_distribution() now returns "Debian" instead of "Debian GNU/Linux" Change-Id: I1e23a320a71f326a961eb0fe64bc394d763fc656 Reviewed-by:
Alexandre Viau <alexandre.viau@savoirfairelinux.com>
-
- 09 Nov, 2016 1 commit
-
-
Anthony Léonard authored
Some dependencies of Qt weren't present and their importation was failing silently. Change-Id: Id4cb0ea0514909f581e4efa2b996f2b12b904fb6
-
- 02 Nov, 2016 1 commit
-
-
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>
-
- 01 Nov, 2016 1 commit
-
-
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
-
- 31 Oct, 2016 2 commits
-
-
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
-
- 27 Oct, 2016 1 commit
-
-
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>
-
- 18 Oct, 2016 1 commit
-
-
VietKen authored
Reviewed-by:
Alexandre Viau <alexandre.viau@savoirfairelinux.com> Change-Id: I928c0f0aa385661185be935621603f77038af810
-
- 05 Oct, 2016 1 commit
-
-
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
-
- 23 Sep, 2016 1 commit
-
-
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>
-
- 07 Sep, 2016 1 commit
-
-
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
-
- 24 Aug, 2016 1 commit
-
-
Alexandre Lision authored
dring installation path has changed to /lib/ring/dring Change-Id: I640bfeb2c62827892516852ce5d0da6c12812334
-
- 25 Jul, 2016 1 commit
-
-
Stepan Salenikovich authored
Change-Id: Id143071d8f4026c0b93e936f32f0a8921bfbd8f9 Reviewed-by:
Alexandre Viau <alexandre.viau@savoirfairelinux.com>
-
- 06 Jul, 2016 1 commit
-
-
Stepan Salenikovich authored
Fedora: - add jsoncpp - remove libsrtp - add libappindicator-gtk3 - add missing gnome-client dependencies (gtk3, clutter, etc) - add 'patch' as Fedora 24 does not ship with it Ubuntu/Debian: - add jsoncpp - remove libsrtp - add libappindicator-gtk3 - synchronise as both currently have the same dependencies Change-Id: I0002124ebdf8733e7c49a201b9af02c1ef625ed6 Tuleap: #823
-
- 23 Jun, 2016 1 commit
-
-
Change-Id: I5120deb1860c9f6231ebf9935c504390a716abef Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
- 03 May, 2016 2 commits
-
-
Stepan Salenikovich authored
So it doesn't need to be built. Change-Id: I1ccbc905a76ba7f2509c659dd5c8be065ebe8181
-
Edric Milaret authored
Change-Id: Ifc4f3fe8a4477290fb05274253f7e79bbb3dae69
-
- 29 Apr, 2016 1 commit
-
-
Edric Milaret authored
Daemon binary is now installed in /sbin Change-Id: If8ce40e1dcac20b030e257cbf890bdacdc31e37e Tuleap: #350
-
- 15 Apr, 2016 1 commit
-
-
Alexandre Lision authored
Add ability to init all submodules with a proper commit-msg Change-Id: I57efc4364d74587feccd3cf00e3ee5b9ee4f7465 Tuleap: #540
-
- 01 Apr, 2016 1 commit
-
-
Romain Bertozzi authored
This patch forces the installation of the qt55 version. The 5.6+ version makes the compilation fail. See the Tuleap bug for further information. Change-Id: I937dcc47ed93156cb4c6fa71ce043a493f6e66a2 Tuleap: #511
-
- 30 Mar, 2016 1 commit
-
-
Romain Bertozzi authored
This patch allows the user to build an APK from the Ring Project Metaproject. The steps to achieve this are written in the README.me, which has been modified to integrate the Android platform. Change-Id: I3af4637528f3258869011c197dca11600cd8259d Tuleap: #510
-
- 29 Mar, 2016 1 commit
-
-
Romain Bertozzi authored
This patch implements a fix for the installation on the Ubuntu OS. It removes the quotes from the NAME of the os-release file. These quotes are not present in all distros, such as Fedora where they are absent. A typo is fixed, that concatenated the cpu count with the -c argument. Also, this patch fixes a typo in the README file concerning the py script to call to run the dependencies installations. Change-Id: I71c76a29ed1daee2b8ee133a20918d42a0156432 Tuleap: #451
-
- 24 Mar, 2016 5 commits
-
-
Alexandre Lision authored
- contrib does not support more than 2 parallels processors. - let python find out how many processors are usable Tuleap: #449 Change-Id: Ic876a38d567f5b4a3911872b260687b18505a7e1
-
Alexandre Lision authored
Automatize export of CMAKE_PREFIX_PATH environnement variables created from make-ring are not passed to cmake (cmake must fork the top level parent process, which does not have the env var created by python) We need to pass it in the cmake command line Tuleap: #449 Change-Id: I28d57196d2963152d1708c286e96293a4cb005fb
-
if no distro is provided with --distribution, try to guess it Tuleap: #451 Change-Id: Ie8656dcd5a40df6c2c045d0b908b86cd66a10010
-
- add rpm deps - install and run targets are already working Tuleap: #451 Change-Id: Ib3d992d5fdc2c46ee145a01faeeb1e5858bbc43f
-
- update README - add dependencies - install script - run command Tuleap: #449 Change-Id: I43431df02dfa91180d275bcdc0c97e796c6b948b
-