Commit Graph

9 Commits

Author SHA1 Message Date
834e835dee audio: remove sndfile dependency
Removes unused/deprecated audiorecord/audiorecorder
Allows any file to be used as a ringtone (mp3, ogg, etc)

Change-Id: I9ce33ec3d5f083caf098266befa597e78a95d7d6
2018-08-02 17:20:50 -04:00
2cbbaf7983 configure: remove ilbc and gsm
FFmpeg's RTP muxer does not support GSM, while Ubuntu does not package
iLBC. Removes the old configure switches.

Removes package detection from contrib. Keeps contrib rules in case GSM
is later readded.

Change-Id: I705a521e2baf34c757c22a72e04cdf27233b5a7b
2018-07-30 13:15:51 -04:00
451efc7647 docker: Add libcanberra-gtk3-dev dependency.
Change-Id: I5f92b0477817ed085b4a6073880d7872d53b460e
Reviewed-by: Nicolas Jäger <nicolas.jager@savoirfairelinux.com>
2018-01-11 17:11:32 -05:00
53b5469773 win32: add rsync install in Dockerfile
This tool is needed during build when using make-ring.py script from
ring-project repo. It was included as base tool in previous Fedora 25
docker image but not anymore in Fedora 27.

Change-Id: I11833a5eb3cd3b7a0bcb705d4a136f349035dd45
Reviewed-by: Olivier Soldano <olivier.soldano@savoirfairelinux.com>
2017-11-29 10:47:06 -04:00
f961c32203 win32: update Fedora version for mingw build
Version is changed from 25 to 27 as the former one is entering EOL
soon.

Change-Id: I38eb0c687101a45ecd24531694e41118295c5fd1
Reviewed-by: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
2017-11-28 14:30:12 -05:00
9f8a096814 docker: add tests framework into Ubuntu16.04
"make check" command use cppunit and "sipp" for our tests framework.
Add them to our current validation docker file.
Also fix Acquire::Retries option (typo).

Change-Id: I92a1ad0b5aa3a8066c48445261ff38e4e5a01061
Reviewed-by: Olivier Soldano <olivier.soldano@savoirfairelinux.com>
2017-07-21 13:16:30 -04:00
9739c053b0 docker: add ubuntu:16.04 docker file
needed for our CI system.

Change-Id: Ia4e0f94d7ab2b282edf8307f6364835d70a0cd73
2017-07-11 12:50:54 -04:00
e874328a53 docker: fix mingw Dockerfile
* remove HOST/CROSS_COMPILE env. var (was only 32-bits)
* install "Minimal Install" group for basic commands

Change-Id: If905b361a12e77976502eee4064bfd0b27fba9f6
2017-07-03 12:55:25 -04:00
8ceeb8b4d7 add docker config files
These Dockerfiles are preset docker configuration
to give an easy way to setup build environment.

This patch starts with Windows MingW configuration.
More to come...

Change-Id: Idf923038622ef2ac2e76b2407e969ad83b4eb83b
2017-02-01 14:39:12 -05:00