- 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>
-
- Oct 31, 2016
-
-
aviau authored
Change-Id: If7fc608364f3dc9ea0d08650a4efc34756d61c63 Reviewed-by:
Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
-
- Oct 05, 2016
-
-
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 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
-
-
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 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
-
-
- Jul 28, 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 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
-