Commit graph

65 commits

Author SHA1 Message Date
Erwan Croze
87f3155ddc Fix prepare.py 2017-09-15 09:18:57 +02:00
Simon Morlat
88ef8d863a add no-ui target to prepare.py, in order to run a native build without QT. 2017-09-14 20:49:44 +02:00
Ghislain MARY
f21dfc35e7 Add --package-source option to prepare.py. 2017-07-19 17:41:16 +02:00
Sylvain Berfini
b9f46d8d62 Removed code to remove old oRTP submodules as it removes the right one on MacOSX because it's not case sensitive 2017-07-11 13:17:20 +02:00
Sylvain Berfini
7d049ab1f9 Fixed removal of submodules/oRTP directory 2017-07-11 09:43:21 +02:00
Sylvain Berfini
df07f11361 Remove old submodules/oRTP if found + updated linphone 2017-07-11 09:39:25 +02:00
Ghislain MARY
afceb67cf0 Add check for six Python module in prepare.py. 2017-06-23 11:39:04 +02:00
Ronan Abhamon
64e90528a3 fix build dependencies checking (python modules) 2017-06-14 16:33:34 +02:00
Jehan Monnier
a7bfae9c9f Merge remote-tracking branch 'public/master' into dev_linphone_qt 2017-06-14 10:16:23 +02:00
Ghislain MARY
15b3239eea Fix packaging on Mac OS X. 2017-02-17 11:28:56 +01:00
Ghislain MARY
843a845c95 Give the current Python version to the CMake builder when building the Linphone Python module. 2017-02-13 17:49:36 +01:00
Ghislain MARY
f0a90ded71 chore(app): integrate build of linphone-qt with prepare.py 2017-01-25 15:19:53 +01:00
Ghislain MARY
ed9f88facc Remove useless option in prepare.py. 2016-12-16 10:40:01 +01:00
Gautier Pelloux-Prayer
a02c559e21 prepare.py help 2016-08-03 11:53:42 +02:00
Gautier Pelloux-Prayer
1e6913ad50 license: update FSF address 2016-07-27 12:10:46 +02:00
Ghislain MARY
7ff1e75c69 Correctly package desktop for raspberry. 2016-07-07 16:01:29 +02:00
Ghislain MARY
fe46fb69df Correctly set rpath for linphone desktop on raspberry. 2016-07-07 14:01:31 +02:00
Ghislain MARY
9074241e7a Add desktop-raspberry target. 2016-07-07 12:06:18 +02:00
Ghislain MARY
f8873b86f4 Show options from configuration files in make help. 2016-06-27 16:34:16 +02:00
Ghislain MARY
645f470c9d Improve prepare.py. 2016-06-21 17:32:55 +02:00
Ghislain MARY
4f433fb87d Fix in Makefile generation with the Xcode generator. 2016-06-21 17:16:05 +02:00
Ghislain MARY
18b24e5de0 Check for python module dependencies when building the Linphone Python module. 2016-06-20 18:04:36 +02:00
Ghislain MARY
2aa0d0d515 Add some check of tools in prepare.py. 2016-06-13 14:26:38 +02:00
Ghislain MARY
52b54976a9 No longer force generator on Windows. 2016-06-02 16:49:21 +02:00
Ghislain MARY
5ade9b9232 Fix typo in python-raspberry target name. 2016-05-31 09:23:21 +02:00
Ghislain MARY
2382b57913 Update cmake-builder submodule + show missing dependencies. 2016-05-31 09:09:29 +02:00
Ghislain MARY
641c03f745 Some more cleaning in prepare.py. 2016-05-30 18:36:00 +02:00
Ghislain MARY
09a2996acc Simplify prepare.py by using the reworked prepare.py from cmake-builder. 2016-05-30 16:54:10 +02:00
Gautier Pelloux-Prayer
0a07eb2c5e prepare.py: use grouped builder for packages 2016-04-28 14:58:30 +02:00
Gautier Pelloux-Prayer
f2ce090520 prepare.py do not use grouped builders in case of makefile / ninja generators
This feature is only relevant in case of IDE where you want to have a single project handling all libraries at once. In any other case, it's easier to deal with project one by one.
2016-04-26 11:29:14 +02:00
Ghislain MARY
f43fcdf62c Replace -os option of prepare.py by -sys option to build using the dependencies from the system. 2016-04-22 15:59:46 +02:00
Gautier Pelloux-Prayer
7badb814e1 prepare.py: remove generated 'build' target in Makefile which is irrelevant 2016-04-12 11:01:18 +02:00
François Grisez
e4fd836942 Fixes indentation error in prepare.py 2016-04-12 09:29:58 +02:00
François Grisez
8dcbbc4a92 Enable CMAKE_SKIP_INSTALL_PREFIX instead of CMAKE_SKIP_RPATH when prepare.py is run in packaging mode 2016-04-11 12:10:31 +02:00
Ghislain MARY
35e67c3017 Skip rpath when creating package. 2016-03-15 16:48:51 +01:00
Ghislain MARY
6a0661498b Skip install rpath when creating a package. 2016-03-15 12:22:07 +01:00
Ghislain MARY
440c35cba0 Deactivate x264 for all codecs build. 2016-02-26 11:05:03 +01:00
Ghislain MARY
608ed449f1 Improve definition of all codecs option. 2016-02-25 14:46:59 +01:00
Ghislain MARY
c9412d35fb Default to "Unix Makefiles" generator if none is set. 2016-01-13 10:10:09 +01:00
Ghislain MARY
354b175a6b Fix prepare.py error related to generator. 2016-01-12 16:11:26 +01:00
Ghislain MARY
490ceb07dc Really fix handling of generator. 2016-01-12 11:10:23 +01:00
Ghislain MARY
4937f87b1c Prevent overwriting target generator with default argument value. 2016-01-12 11:02:10 +01:00
Ghislain MARY
dc1a6d76b7 Specify Visual Studio 2013 as the default generator on Windows. 2016-01-12 10:53:41 +01:00
Ghislain MARY
9324fc31aa Prevent giving useless ENABLE_RELATIVE_PREFIX option to CMake on Windows. 2016-01-05 11:35:35 +01:00
Simon Morlat
7e996a610d no reason to link mkv with all codecs. MKV is on by default now. 2015-12-23 11:06:51 +01:00
Simon Morlat
9a84a0779f update linphone and fix missing comas in prepare.py 2015-12-22 15:17:18 +01:00
Gautier Pelloux-Prayer
2c8d8ad412 prepare.py: implement check_tools 2015-11-05 15:40:23 +01:00
Ghislain MARY
65de220c37 Clean the prepare.py script a little bit. 2015-11-05 13:48:57 +01:00
Ghislain MARY
c9bbc7f0a7 Simplify prepare.py. 2015-10-20 18:30:54 +02:00
Ghislain MARY
c98303a193 Fix previous commit. 2015-10-19 10:12:07 +02:00