Commit Graph

50 Commits

Author SHA1 Message Date
7234f4c7cf [#3180] Version number up-to-date 2010-04-09 13:43:52 -04:00
b466e5d109 Merge branch 'master' into m_savard 2010-03-25 16:08:48 -04:00
36a2c5a244 [#3052] Required version for Celt updated to 0.7.1 configure.ac 2010-03-25 16:08:33 -04:00
7754c2fffb [#3076] Getting ready for beta release 2010-03-25 12:07:19 -04:00
0b377a4b26 [#2521] Integrating dbus api documentation generation in the build system + Clean up doc directory 2010-03-24 12:58:53 -04:00
0d3395887a [#2615] Clean up build system 2010-02-24 16:13:53 -05:00
d22fa079f2 [#1722] Link to libpcre 2010-01-12 10:29:08 -05:00
b0fcdcbf55 [#1722] Make sure pcre is available 2010-01-11 18:22:08 -05:00
05741be611 Merge branch 'release' 2009-12-08 13:53:00 -05:00
26ce7dfd12 Remove undefined SFL_CXX_WITH_DEBUG macro
It was originally defined in the toplevel m4/sfl-internal.m4 file and
later inlined in the configure.ac. While the definition removed, the
reference was not and causes the configure script to print an error
message.
2009-12-08 13:20:09 -05:00
d3f044321b [#1671] Added compilation flag for network-manager support 2009-11-19 12:40:10 -05:00
3d54c70aaf [#1671] Added command line switches for daemon 2009-11-13 14:38:29 -05:00
7522c47dc9 [#2181] Install libdbus-c++ in $pkglib instead of $lib
ie in /usr/lib/sflphone for instance, instead of /usr/lib
2009-11-09 15:41:51 -05:00
57910b71bf [#2284] Add silent build rule + client clean warnings 2009-10-09 14:56:25 -04:00
71007b4fb5 [#2174] remove stund makefile generation 2009-09-18 11:01:21 -04:00
74cc8b8930 [#929] Link against uuid if installed 2009-09-15 14:31:06 -04:00
8586cd309f [#929] Remove uuid-dev dependency in the core 2009-09-15 13:01:47 -04:00
d5b0ffeaf6 Remove pjproject version number 2009-09-03 11:07:45 -04:00
30d13f1946 [#2121] Update version 2009-08-26 10:40:44 -04:00
bb62c3f241 Merge branch 'master' of git+ssh://repos-sflphone-git@git.sflphone.org/var/repos/sflphone/git/sflphone 2009-08-24 14:06:08 -04:00
9c6ec431c2 [#1797] Make pjproject-1.4 compile 2009-08-24 14:05:50 -04:00
5917951dac [#812] TLS integration within sipvoiplink and pjsip. Also, configure.ac
was changed in order to be able to compile against pjsip with TLS enabled.
2009-08-17 17:47:02 -04:00
5509e52e28 [#1994] Better organize the source directory structure. New subdirectories
created under src/audio. Also, sip/ and iax/ were added under src/.
2009-08-05 18:02:04 -04:00
3d54b92ff4 [#811] First commit toward re-integration and refactoring of ZRTP
support from the 0.9.5beta version into the 0.9.7 branch. The ZRTP session
object can be instanciated but nothing else was re-implemented so far
in the GUI or over dbus.
2009-08-05 13:35:22 -04:00
073a1fe1a1 [#1855] Remove po subdir in Makefile.am 2009-07-16 15:37:41 -04:00
91ed4c1bef [#1855] Do not generate Makefile in sflphone-common/po 2009-07-16 15:32:48 -04:00
d4354b7dcb Update some version number 2009-07-10 15:39:28 -04:00
1ee0dba0e8 [#1797] Main build system now uses pjproject-1.0.3 2009-07-06 16:55:13 -04:00
b902bf120b [#1759] ./autogen.sh --prefix=/usr --with-debug to use optimization level 0 2009-07-03 16:40:46 -04:00
62f6fd78bb [#1759] Use optimization level 0 for repository, 2 for packages 2009-07-03 16:26:07 -04:00
74a2f3d622 [#1753] Remove ilbc Makefile generation 2009-06-30 14:06:13 -04:00
71af210003 [#1502] Update version number where applicable 2009-06-22 10:02:26 -04:00
62337be875 [#1224] Upgrade to pjsip 1.0.2 2009-06-17 11:36:58 -04:00
96bdb691ae Merge branch 'history_back' 2009-06-05 19:12:25 -04:00
2975e8bbd7 [#1211] Remove C like inline function in g722 codec 2009-06-04 16:39:23 -04:00
a874d31b26 Merge branch 'master' into history
Conflicts:
	sflphone-common/src/managerimpl.cpp
2009-06-04 12:30:23 -04:00
66a59e770d [1430] Fix dbus debug 2009-06-02 14:13:55 -04:00
73f4cc71ad [#1214] History integration in build system; unit test squeleton 2009-05-29 14:19:01 -04:00
e095cc42c2 [#1469] Remove configure stuff in dbus-c++ 2009-05-29 12:27:57 -04:00
4d8a03d1e3 [#1317] Remove spec files from configure 2009-05-27 15:00:32 -04:00
1cdb612698 [#1317] Updated pjsip inclusion in build system 2009-05-26 10:52:18 -04:00
a9808df9a0 [#1317] Fixed compilation issues on opensuse 11 2009-05-25 17:44:00 -04:00
f66a467469 [#1454] Make cppunit optional; remove from build deps in control files 2009-05-19 12:45:46 -04:00
22d0135a84 [#1402] Add info message after configure 2009-05-07 16:01:02 -04:00
6e334f3351 [#1402] Build the daemon with the local pjsip library (vs the installed one) 2009-05-07 15:52:59 -04:00
894e2b1e51 [#1143] Build celt codec only if version >= 0.5.1 is detected 2009-04-29 17:04:03 -04:00
32d4e0e98b [#1143] add configure and make stuffs 2009-04-28 12:50:59 -04:00
2656feccea Remove celt stuff 2009-04-23 14:48:45 -04:00
64ff9e2aa4 Merge branch 'master' into m_savard 2009-04-22 13:41:28 -04:00
d61c109609 [#1212] Create sflphone-common at the root of the repository 2009-04-21 17:56:33 -04:00