Skip to content
Snippets Groups Projects
Commit b7a3ff08 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Merge branch 'master' into sdp

parents b529963b 1a11cb27
No related branches found
No related tags found
No related merge requests found
Showing with 983 additions and 1041 deletions
...@@ -107,7 +107,50 @@ sflphone-gtk/pixmaps/Makefile ...@@ -107,7 +107,50 @@ sflphone-gtk/pixmaps/Makefile
/libs/libiax2/ltmain.sh /libs/libiax2/ltmain.sh
/libs/libiax2/iax-config /libs/libiax2/iax-config
/libs/libiax2/configure /libs/libiax2/configure
/libs/libiax2/Makefile
/libs/libiax2/iax2-config
/libs/libiax2/src/Makefile
## dbus-c++
libs/dbus-c++/Makefile
libs/dbus-c++/autom4te.cache/requests
libs/dbus-c++/config.log
libs/dbus-c++/Makefile
libs/dbus-c++/autom4te.cache/requests
libs/dbus-c++/config.log
libs/dbus-c++/config.status
libs/dbus-c++/configure
libs/dbus-c++/data/Makefile
libs/dbus-c++/dbus-c++-1-uninstalled.pc
libs/dbus-c++/dbus-c++-1.pc
libs/dbus-c++/doc/Doxyfile
libs/dbus-c++/doc/Makefile
libs/dbus-c++/examples/Makefile
libs/dbus-c++/examples/echo/.libs/
libs/dbus-c++/examples/echo/Makefile
libs/dbus-c++/examples/echo/echo-client-glue.h
libs/dbus-c++/examples/echo/echo-client-mt
libs/dbus-c++/examples/echo/echo-server
libs/dbus-c++/examples/echo/echo-server-glue.h
libs/dbus-c++/examples/glib/Makefile
libs/dbus-c++/examples/glib/dbus-glue.h
libs/dbus-c++/examples/hal/.libs/
libs/dbus-c++/examples/hal/Makefile
libs/dbus-c++/examples/hal/hal-listen
libs/dbus-c++/examples/properties/.libs/
libs/dbus-c++/examples/properties/Makefile
libs/dbus-c++/examples/properties/propsgs-client
libs/dbus-c++/examples/properties/propsgs-glue-adaptor.h
libs/dbus-c++/examples/properties/propsgs-glue-proxy.h
libs/dbus-c++/examples/properties/propsgs-server
libs/dbus-c++/include/dbus-c++/config.h
libs/dbus-c++/include/dbus-c++/stamp-h1
libs/dbus-c++/src/.libs/
libs/dbus-c++/src/Makefile
libs/dbus-c++/tools/.libs/
libs/dbus-c++/tools/Makefile
libs/dbus-c++/tools/dbusxx-introspect
libs/dbus-c++/tools/dbusxx-xml2cpp
# Ignore temp files # Ignore temp files
*~ *~
......
This is SFLphone, release 0.9.x This is SFLphone, release 0.9.3
Copyright (c) Savoir-faire Linux, Inc 2004-2008 Copyright (c) Savoir-faire Linux, Inc 2004-2009
<sflphoneteam@savoirfairelinux.com> <sflphoneteam@savoirfairelinux.com>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or the Free Software Foundation; either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
...@@ -18,7 +18,6 @@ along with this program; if not, write to the Free Software ...@@ -18,7 +18,6 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Introduction Introduction
------------ ------------
...@@ -39,151 +38,6 @@ More information is available on the project homepage: ...@@ -39,151 +38,6 @@ More information is available on the project homepage:
http://www.sflphone.org/ http://www.sflphone.org/
Getting the dependencies
------------------------
Required libraries and tools:
- ccRTP >= 1.3.4 (tested with ccrtp 1.4.1)
and Common C++ 2 >= 1.3.20 (tested with commoncpp2 1.4.1)
http://sourceforge.net/projects/gnutelephony/
- libeXosip2 >= 2.2.2 (tested with eXosip2 2.2.3)
and libosip2 >= 2.2.1 (tested with libosip2-2.2.2)
http://savannah.gnu.org/projects/exosip/
http://savannah.gnu.org/projects/osip/
- libxml2, libxml2-devel, pkgconfig
usually available in distribution repositories
- autoconf
Optional libraries:
- zeroconf: (tested with mDNSResponder87)
http://developer.apple.com/darwin/projects/bonjour/
- speex: codec for sound
Some of the required libraries may be downloaded from
http://www.sflphone.org/#downloads
or
http://www.sflphone.org/dev/
See tools/config.sh for details
So in debian, you need:
apt-get install autoconf automake1.9 libtool libosip2-dev libexosip2-dev libccrtp-dev libcommoncpp2-dev pkg-config libsamplerate-dev libasound2-dev
Building the dependencies
-------------------------
If you do not use either the development packages of your distribution or the source packages made by the upstream authors of dependencies, you may want to try our custom dependencies building script in tools/ directory:
Note that commoncpp, ccrtp, libosip and libexosip, samplerate are in debian and fedora.
You can also compile each dependency, one by one:
1/ For commoncpp2
./configure [option]
make
make install
2/ For ccrtp
./configure [option]
make
make install
3/ For libosip2
./configure [option]
make
make install
Note: if you install any package in /usr/local, don't forget to set pkg-config path with:
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
Building SFLPhone
-----------------
./configure
make
make install (as root)
Using SFLPhone
--------------
If you have the sflphone 0.3 or 0.4 release, copy the file sflphonerc
to sflphonedrc:
cp ~/.sflphone/sflphonerc ~/.sflphone/sflphonedrc
If you have an older version, remove your sflphonerc file located in
$HOME/.sflphone
1. Install the GTK GUI
2. Lauch sflphone interface, a setup window appears.
3. If you do have a SIP account, fill the SIP stuff where related. You can
use STUN too.
4. Save your settings, restart it. You're done.
A user's guide will be available on:
http://www.sflphone.org/doc/
What if it does not build?
--------------------------
- Try using the same versions of the libraries as we do.
See http://www.sflphone.org in section Downloads.
- Try using the same compilers as ours: gcc 4.1.0 on Fedora Linux Core 5
is known to work.
- If you have dependencies installed in unusual directories, try setting
the environment variable CXXFLAGS before building, for example:
export CXXFLAGS="-I/opt/include"
How to enable IAX support?
--------------------------
Go inside libs directory and execute ./libiax2.sh script.
Then, run ./configure with --enable-iax2 option.
Debugging SFLPhone
------------------
You can use the --with-debug option with configure
./configure --with-debug
make
Run-time troubleshooting
------------------------
- If errors occured when trying to load shared libraries, check that the
value of the environment variable LD_LIBRARY_PATH include the
directories containing the required libraries, eg:
export LD_LIBRARY_PATH=/path/to/my/lib:${LD_LIBRARY_PATH}
- Portaudio don't detect your sound card because :
* artsd is running
* jackd is running
On 2005/11/22, jack wasn't working with these settings:
jackd -d alsa -r 8000
* you use alsa with sflphone and another application, but dmixer isn't
configurated correctly inside ~/.asoundrc or /etc/alsa/alsa.conf
- sflphone refuse to start because it's running
You could have something like: "Exception: could not bind socket"
Try to close sflphone before
echo "stop sflphone" | nc localhost 3999
or
killall sflphone
Short description of content of source tree Short description of content of source tree
------------------------------------------- -------------------------------------------
...@@ -197,58 +51,7 @@ Short description of content of source tree ...@@ -197,58 +51,7 @@ Short description of content of source tree
The ManagerImpl class is the intermediaire between all the layer in the tree. The ManagerImpl class is the intermediaire between all the layer in the tree.
- src/audio/ is the audio layer. It contains all about tones, dtmf, - src/audio/ is the audio layer. It contains all about tones, dtmf,
audiodriver, rtp layer, audio codec ulaw, alaw and gsm. audiodriver, rtp layer, audio codec ulaw, alaw and gsm.
- src/audio/gsm/ contains the implementation of gsm audiocodec library. - src/dbus, the dbus xml interfaces, and c++ bindings
- src/audio/pacpp/ implements PortAudioCpp, a native C++ binding of
PortAudio V19. (remove in sflphone 0.7)
- src/gui/ is the old directory that contains all about different user
interface.
- src/gui/server is the directory that talk (tcp socket on port 3999) to
sflphone client. The slfphone client can be a console program or a graphical
interface.
How is structured SFLphone (>=0.5)
----------------------------------
+------------+
|TCPSessionIO|
+------------+
|
+------------+
| SessionIO |
+------------+
|
+------------+
| GUI Server |
+------------+
|
+---------------------------+
| GUI Framework |
+---------------------------+
|
+---------------------------+
| ManagerImpl |
+---------------------------+
|
+---------------------------+
| Account |
+---------------------------+
|
+---------------------------+
| VoIPLink |
+---------------------------+
| |
+-----------+ +-------+
| SIP | | IAX |
| RTP | +-------+
| STUN |
+-----------+
It's in ManagerImpl where we declared Call vector and VoIPLink vector.
VoIPLink vector contains all different VoIP link like SIP, IAX, ...
Call vector contains all the calls according to the kind of VoIP link.
About Savoir-Faire Linux About Savoir-Faire Linux
...@@ -258,15 +61,35 @@ Savoir-Faire Linux is a consulting company based in Montreal, Quebec. ...@@ -258,15 +61,35 @@ Savoir-Faire Linux is a consulting company based in Montreal, Quebec.
For more information, please check out our website: For more information, please check out our website:
http://www.savoirfairelinux.com/ http://www.savoirfairelinux.com/
How to compile
--------------
# First compile the SIP library
cd libs/pjproject-1.0.1
./configure
make dep && make
sudo make install
# Then the daemon
cd ../..
./autogen.sh --prefix=/usr --with-debug
make
sudo make install
# And the GTK client
cd sflphone-gtk
./autogen.sh --prefix=/usr --with-debug
make
sudo make install
Done !
Contributing to SFLPhone Contributing to SFLPhone
------------------------ ------------------------
Of course we love patches. And contributions. And spring rolls. Of course we love patches. And contributions. And spring rolls.
The project infrastructure (CVS, bugtracker, MLs) is maintained on: Development website: http://dev.savoirfairelinux.net/sflphone
http://forge.novell.com/modules/xfmod/project/?sflphone
Do not hesitate to join us and post comments, suggestions, questions Do not hesitate to join us and post comments, suggestions, questions
and general feedback on the forge.novell mailing-list. and general feedback on the forge.novell mailing-list.
......
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
aclocal -I m4 aclocal -I m4
libtoolize --force libtoolize --force
autoheader autoheader
autoconf -v -f autoconf -f
automake -a automake -a
./configure $@ ./configure $@
...@@ -2,7 +2,7 @@ dnl SFLPhone - configure.ac for automake 1.9 and autoconf 2.59 ...@@ -2,7 +2,7 @@ dnl SFLPhone - configure.ac for automake 1.9 and autoconf 2.59
dnl dnl
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT([SFLPhone],[0.9.3],[sflphoneteam@savoirfairelinux.com],[sflphone]) AC_INIT([SFLphone],[0.9.3],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004-2009]]) AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004-2009]])
AC_REVISION([$Revision$]) AC_REVISION([$Revision$])
...@@ -53,30 +53,29 @@ AC_CONFIG_FILES([man/Makefile]) ...@@ -53,30 +53,29 @@ AC_CONFIG_FILES([man/Makefile])
AC_CONFIG_FILES([doc/Makefile \ AC_CONFIG_FILES([doc/Makefile \
doc/doxygen/Makefile]) doc/doxygen/Makefile])
AC_CONFIG_FILES([platform/rpm/sflphone.spec \ AC_CONFIG_FILES([platform/suse.spec \
platform/fedora/sflphone.spec \ platform/fedora.spec])
platform/fedora/sflphone-fc6.spec])
dnl the file stamp-h.in should be there before (instead of AC_CONFIG_HEADERS(config.h)) dnl the file stamp-h.in should be there before (instead of AC_CONFIG_HEADERS(config.h))
dnl AM_CONFIG_HEADER(config.h) dnl AM_CONFIG_HEADER(config.h)
dnl Get project version dnl Get project version
VERSION=`sed -ne 's/^#define SFLPHONED_VERSION "\(.*\)"/\1/p' ${srcdir}/src/global.h` VERSION=`sed -ne 's/^#define SFLPHONED_VERSION "\(.*\)"/\1/p' src/global.h`
dnl Get rid of release number dnl Get rid of release number
RPM_VERSION=`echo $VERSION | cut -d- -f1` RPM_VERSION=`echo $VERSION | cut -d- -f1`
AC_SUBST(RPM_VERSION) AC_SUBST(RPM_VERSION)
RPM_RELEASE=`echo $VERSION | sed -ne 's/.*-\(.*\)/\1/p' ` RPM_RELEASE=`echo $VERSION | sed -ne 's/.*-\(.*\)/\1/p' `
AC_SUBST(RPM_RELEASE) AC_SUBST(RPM_RELEASE)
VERSION=`echo $VERSION | cut -d- -f1` VERSION=`echo $VERSION | cut -f1 -d\' \'`
AC_SUBST(VERSION) AC_SUBST(VERSION)
dnl Settings need Standard C++ Library dnl Settings need Standard C++ Library
LIBS="$LIBS -lstdc++" LIBS="$LIBS -lstdc++"
dnl Solaris pkgadd support definitions dnl Solaris pkgadd support definitions
PKGADD_PKG="SFLPhone" PKGADD_PKG="SFLphone"
PKGADD_NAME="SFLPhone - a SIP client and daemon" PKGADD_NAME="SFLphone - a SIP client and daemon"
PKGADD_VENDOR="http://www.sflphone.org/" PKGADD_VENDOR="http://www.sflphone.org/"
AC_SUBST(PKGADD_PKG) AC_SUBST(PKGADD_PKG)
AC_SUBST(PKGADD_NAME) AC_SUBST(PKGADD_NAME)
...@@ -223,7 +222,6 @@ AC_ARG_WITH([speex], ...@@ -223,7 +222,6 @@ AC_ARG_WITH([speex],
[], [],
[with_speex=yes]) [with_speex=yes])
LIBSPEEX=
AS_IF([test "x$with_speex" != xno], AS_IF([test "x$with_speex" != xno],
[AC_CHECK_HEADER([speex/speex.h], , AC_MSG_FAILURE([Unable to find the libspeex headers (you may need to install the dev package). You may use --without-speex to compile without speex codec support.]))] [AC_CHECK_HEADER([speex/speex.h], , AC_MSG_FAILURE([Unable to find the libspeex headers (you may need to install the dev package). You may use --without-speex to compile without speex codec support.]))]
[AC_CHECK_HEADER([speex/speex_preprocess.h], , AC_MSG_FAILURE([Unable to find the libspeexdsp headers (you may need to install the libspeexdsp-dev package). You may use --without-speex to compile without speex codec support.]))] [AC_CHECK_HEADER([speex/speex_preprocess.h], , AC_MSG_FAILURE([Unable to find the libspeexdsp headers (you may need to install the libspeexdsp-dev package). You may use --without-speex to compile without speex codec support.]))]
...@@ -233,10 +231,19 @@ AS_IF([test "x$with_speex" != xno], ...@@ -233,10 +231,19 @@ AS_IF([test "x$with_speex" != xno],
[libspeex link test failed. You may use --without-speex to compile without speex codec support.])] [libspeex link test failed. You may use --without-speex to compile without speex codec support.])]
) )
] ]
dnl More advanced check in case the libspeexdsp is not installed
AC_SEARCH_LIBS(speex_preprocess_run, speexdsp, HAVE_SPEEXDSP="yes", HAVE_SPEEXDSP="no", [])
if test $HAVE_SPEEXDSP="no"; then
echo $HAVE_SPEEXDSP;
AC_MSG_WARN([The silence detection in speex could not have been enabled])
fi
) )
AC_DEFINE([HAVE_SPEEX], test "x$with_speex" = "xyes", [Define if you have libspeex]) AC_DEFINE([HAVE_SPEEX], test "x$with_speex" = "xyes", [Define if you have libspeex])
AM_CONDITIONAL(BUILD_SPEEX, test "x$with_speex" = "xyes" ) AM_CONDITIONAL(BUILD_SPEEX, test "x$with_speex" = "xyes" )
AM_CONDITIONAL(ENABLE_SPEEXDSP, test $HAVE_SPEEXDSP = yes)
dnl Check for ilbc support dnl Check for ilbc support
AC_ARG_WITH([ilbc], AC_ARG_WITH([ilbc],
......
sflphone (0.9.3-0ubuntu1) intrepid; urgency=low sflphone (0.9.3-0ubuntu3) %system%; urgency=low
[ Alexandre Savard ]
* Both playback and record streams in PA_STREAM_CORKED (pulseaudio)
* Use PLUGHW device for ALSA capture
* Functional IAX and SIP recording for voicemail
* Use the less CPU-consuming interpolator algorithm for resampling
* Display in GTK GUI the codec used in conversation
* GTK GUI use ASCII instread of utf-8
* Add record menus in GTK GUI
* Put on hold when dialing a new number
* AccountID's are saved in the history
[ Emmanuel Milou ]
* Integrate DBUS C++, libiax2 in the git repository
* Update website
* Use libspeexdsp only if available on the system
* Updated .gitignore file
[Cyrille Béraud]
* Account assistant manager improvment
* Add an email request when creating a new account to receive voicemails
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Sat, 14 Feb 2009 13:29:15 -0500
sflphone (0.9.3-0ubuntu2) %system%; urgency=low
[ Emmanuel Milou ]
* Add compilation note in README
* Use default ALSA plugin for capture
* Fix the ALSA capture problem one more time
* Clean up debug messages in dbus.c
* Add libspeexdsp dependency
* Remove implicit declaration compilation warnings
* Fix links in the website, add release note
* Change capture for the website front page
* Add alsa devel dependency in build-depends control file field
* Clean up, indentation, try to handle latency problems in iax/pulseaudio
* Remove pjsip generated files from the repo
* Use the previous declared curAlias function in accountwindow
* Fix bug in history call duration when the call fails
* Remove runtime warning in the GTK+ client
* Add librsvg2-common dependency to load SVG under KDE
* Refresh .gitignore
* Update locales files + french translation
* Add configuration panel for future noise reduction
* Add configuration panel for audio record module
* Daemon less verbose; accounts don't try to access STUn options anymore
* Fix typo in configwindow
* Add content in the official website
* use a GTK_STOCK icon for the record button
* Complete description text in the assistant manager
* Add libtool flags in client configure.ac
* Remove unuseful dependency (snd)
* Fix SIP transfer problems
* Remove previous version of PJSIP from the repo
* Upgrade PJSIP to version 1.0.1
* Add the new website source in the repository
* Use libspeexdsp for silence detection only if available
[ Loïc Faure-Lacroix ]
* Ajout du logo gpl3
* Ajout des images
* Ajout de la section screenshot pour le site
* Ajout du favicon dans le header
* Modification des cartes
[ Alexandre Savard ]
* Clean up <speex/libspeexdsp>
* Small cleanup
* Save Wave fixed
* Fix new call button when recording
* libspeexdsp added
* Recording: default home folder at startup
* Minor changes to config window
* IAX recording fixed
* Set / get recording path, still need some GTK for client
* AudioRecord file name format
* Now recording in HOME folder
[ Cyrille Béraud ]
* Fix bug in reqaccount.c
[ Maxime Chambreuil ]
* Update spanish translation
[Yun Liu ]
* Update chinese translation
[ Hussein Abdallah ]
* Update russian translation
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Sat, 14 Feb 2009 13:29:15 -0500
sflphone (0.9.3-0ubuntu1) %system%; urgency=low
* Remove debug * Remove debug
* Join thread before leaving * Join thread before leaving
...@@ -11,7 +105,7 @@ sflphone (0.9.3-0ubuntu1) intrepid; urgency=low ...@@ -11,7 +105,7 @@ sflphone (0.9.3-0ubuntu1) intrepid; urgency=low
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Fri, 06 Feb 2009 19:17:32 -0500 -- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Fri, 06 Feb 2009 19:17:32 -0500
sflphone (0.9.2-2ubuntu9) intrepid; urgency=low sflphone (0.9.2-2ubuntu9) %system%; urgency=low
[ Alexandre Savard ] [ Alexandre Savard ]
* Speex audio codec preprocessing initialization * Speex audio codec preprocessing initialization
...@@ -39,7 +133,7 @@ sflphone (0.9.2-2ubuntu9) intrepid; urgency=low ...@@ -39,7 +133,7 @@ sflphone (0.9.2-2ubuntu9) intrepid; urgency=low
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Thu, 05 Feb 2009 18:27:53 -0500 -- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Thu, 05 Feb 2009 18:27:53 -0500
sflphone (0.9.2-2ubuntu8) intrepid; urgency=low sflphone (0.9.2-2ubuntu8) %system%; urgency=low
[ Emmanuel Milou ] [ Emmanuel Milou ]
* Update changelogs * Update changelogs
...@@ -83,7 +177,7 @@ sflphone (0.9.2-2ubuntu8) intrepid; urgency=low ...@@ -83,7 +177,7 @@ sflphone (0.9.2-2ubuntu8) intrepid; urgency=low
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 04 Feb 2009 14:00:30 -0500 -- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 04 Feb 2009 14:00:30 -0500
sflphone (0.9.2-2ubuntu7) intrepid; urgency=low sflphone (0.9.2-2ubuntu7) %system%; urgency=low
[ Emmanuel Milou ] [ Emmanuel Milou ]
* Update changelog to 0.9.2-6 * Update changelog to 0.9.2-6
...@@ -105,7 +199,7 @@ sflphone (0.9.2-2ubuntu7) intrepid; urgency=low ...@@ -105,7 +199,7 @@ sflphone (0.9.2-2ubuntu7) intrepid; urgency=low
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Fri, 23 Jan 2009 17:48:13 -0500 -- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Fri, 23 Jan 2009 17:48:13 -0500
sflphone (0.9.2-2ubuntu6) intrepid; urgency=low sflphone (0.9.2-2ubuntu6) %system%; urgency=low
[ Emmanuel Milou ] [ Emmanuel Milou ]
* Migrate STUN configuration to the main config window * Migrate STUN configuration to the main config window
...@@ -139,7 +233,7 @@ sflphone (0.9.2-2ubuntu6) intrepid; urgency=low ...@@ -139,7 +233,7 @@ sflphone (0.9.2-2ubuntu6) intrepid; urgency=low
-- Emmanuel Milou <manu@sulfur.inside.savoirfairelinux.net> Fri, 16 Jan 2009 18:19:05 -0500 -- Emmanuel Milou <manu@sulfur.inside.savoirfairelinux.net> Fri, 16 Jan 2009 18:19:05 -0500
sflphone (0.9.2-2ubuntu5) intrepid; urgency=low sflphone (0.9.2-2ubuntu5) %system%; urgency=low
* Fix memory leak in the pulseaudio callback * Fix memory leak in the pulseaudio callback
* Update debian package generation script * Update debian package generation script
...@@ -155,7 +249,7 @@ sflphone (0.9.2-2ubuntu5) intrepid; urgency=low ...@@ -155,7 +249,7 @@ sflphone (0.9.2-2ubuntu5) intrepid; urgency=low
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 14 Jan 2009 21:17:20 -0500 -- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 14 Jan 2009 21:17:20 -0500
sflphone (0.9.2-2ubuntu4) intrepid; urgency=low sflphone (0.9.2-2ubuntu4) %system%; urgency=low
[ Emmanuel Milou ] [ Emmanuel Milou ]
* add german translation * add german translation
...@@ -165,7 +259,7 @@ sflphone (0.9.2-2ubuntu4) intrepid; urgency=low ...@@ -165,7 +259,7 @@ sflphone (0.9.2-2ubuntu4) intrepid; urgency=low
-- Yun Liu <yun.liu@savoirfairelinux.com> Thu, 08 Jan 2009 13:08:51 -0500 -- Yun Liu <yun.liu@savoirfairelinux.com> Thu, 08 Jan 2009 13:08:51 -0500
sflphone (0.9.2-2ubuntu3) intrepid; urgency=low sflphone (0.9.2-2ubuntu3) %system%; urgency=low
[ Emmanuel Milou ] [ Emmanuel Milou ]
* The main thread synchronizes the ringtone thread * The main thread synchronizes the ringtone thread
...@@ -177,13 +271,13 @@ sflphone (0.9.2-2ubuntu3) intrepid; urgency=low ...@@ -177,13 +271,13 @@ sflphone (0.9.2-2ubuntu3) intrepid; urgency=low
-- Yun Liu <yun.liu@savoirfairelinux.com> Tue, 06 Jan 2009 16:18:38 -0500 -- Yun Liu <yun.liu@savoirfairelinux.com> Tue, 06 Jan 2009 16:18:38 -0500
sflphone (0.9.2-2ubuntu2) intrepid; urgency=low sflphone (0.9.2-2ubuntu2) %system%; urgency=low
* Fix bug ticket #129 * Fix bug ticket #129
-- Yun Liu <yun.liu@savoirfairelinux.com> Wed, 5 Jan 2009 15:54:53 -0500 -- Yun Liu <yun.liu@savoirfairelinux.com> Wed, 5 Jan 2009 15:54:53 -0500
sflphone (0.9.2-2ubuntu1) intrepid; urgency=low sflphone (0.9.2-2ubuntu1) %system%; urgency=low
* Migrate from eXosip library to pjsip * Migrate from eXosip library to pjsip
* Add multiple SIP accounts support * Add multiple SIP accounts support
......
sflphone (0.9.3-0ubuntu1) hardy; urgency=low
* Remove debug
* Join thread before leaving
* Fix implicit declaration in reqaccount
* Add REST code to build the request to server
* Fix GValue initialization warnings
* Update version number, fix implicit declaration, fix GTK markup
warnings
* Apply patch to create custom SIP account from our own server
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Fri, 06 Feb 2009 19:17:32 -0500
sflphone (0.9.2-2ubuntu9) hardy; urgency=low
[ Alexandre Savard ]
* Speex audio codec preprocessing initialization
* peer hung up segmentation fault solved
* Stop recording when transfering
* Terminate only one call
* Add isRecording() function
* Fix call_icon GTK client
* Fix SIPCallClose() function, recorded file now close properly
* Function terminateSIPCall added in sipvoiplink and managerimpl
* Fix thread destructor
* setRecordingOption function implement in audiorecord
* Record now implemented in Call class
* Record interface complete (on hold erase previous recording)
* Added recButton in client
* Added: record button related icons
* Record button added
* Overload AudioRecord::recData to get mic and speaker data mixed
* Recording now in audiortp::run() method
* Audio recording working in AudioRTP: receiveSessionForSpeaker
* Open/close a wave file when pulse audio stream start/stop
[ Emmanuel Milou ]
* Fix path for GTK+ icons; clean up
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Thu, 05 Feb 2009 18:27:53 -0500
sflphone (0.9.2-2ubuntu8) hardy; urgency=low
[ Emmanuel Milou ]
* Update changelogs
* Fix bug in merge and in Makefile.am
* Terminate only one call
* Disable PJsip shutdown when changing STUN parameters
* Function terminateSIPCall added in sipvoiplink and managerimpl
* Add a timer to the alsa thread to not jam the CPU load
* Fix bug in sipvoiplink.cpp
* Clean shutdown of pulseaudio on quiting
* Fix DTMF at first start with Pulseaudio
* Remove zeroconf from the build system
* Add a library manager + exception handling
* Clean up in the working directory
* Better handling of capture XRUNs
* Restore mic adjust volume on ALSA layer
* Protect device ALSA operation if not opened
* Fix the switching layer bug
* Use dynamic_cast<> to use audiolayer-specific methods
* Open the audio devices only once at startup
* Refactoring of the ALSA part
* Functional plug-in manager
* Use a C++ thread to handle tones and DTMF in ALSA
* Restore IAXVoIPLink, restore Mutex
* Make the plugins registering against the plugin manager
* Migrate to 1->N relationship between voiplink and accounts
* API plugin for registration
* Use C++ thread in SIP, move everything in sipvoiplink
* Complete singleton pattern for the plugin manager
* Add -Wno-return-type compilation flag to remove warnings; Update
version number in configure.ac
* Add the dynamic loading for the plugin framework; integate unit
* Fix jaunty control file dependency problems
tests
[ Yun Liu ]
* Update rpm spec file
* modify build package script and spec file for suse
[ Alexandre Savard ]
* Add audiorecorder plugin and testaudiorecorder
* Add audio Recording class, edit global.h
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 04 Feb 2009 14:00:30 -0500
sflphone (0.9.2-2ubuntu7) hardy; urgency=low
[ Emmanuel Milou ]
* Update changelog to 0.9.2-6
* Fix some dbus-glib implementation details on the client side
* Init history after dbus initialization
* Add error checking in useragent; Clean sipvoiplink
* Prevent crash when trying to call an empty number
* Set the volume of the playback stream to PA_VOLUME_NORM at startup
* Fix GTK+ generic value double initialization
* Fix jaunty control file dependency problems
* Fix jaunty control file dependency problems
[ Yun Liu ]
* Fix bug ticket # 137
* Tolerant to gsm library of OpenSuse 11
[ Sven Werlen ]
* Update german translation
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Fri, 23 Jan 2009 17:48:13 -0500
sflphone (0.9.2-2ubuntu6) hardy; urgency=low
[ Emmanuel Milou ]
* Migrate STUN configuration to the main config window
* Update french translation
* Other tiny memory leaks
* Fix memory leak in sampleconverter.cpp
* Generate packages from the release branch
* update the build package script
* modify the control files with architecture=any
* Remove valgring uninitialized value
* IAX and SIP use the same global variables to set account
configuration ; fix broken code
[ Maxime Chambreuil ]
* Update spanish translation
[ Hussein Abdallah ]
* Update russian translation
[ Yun Liu ]
* Update translation files
* Fix the bug when user uncheck the account which fails in the
previous registration
* Add stun error status
* Fix bug ticket #143
* Script for auto-install dependencies
* Fix bug ticket #140
* Fix bug ticket 141
* Fix the reregister process when user change the details of an
account
-- Emmanuel Milou <manu@sulfur.inside.savoirfairelinux.net> Fri, 16 Jan 2009 18:19:05 -0500
sflphone (0.9.2-2ubuntu5) hardy; urgency=low
* Fix memory leak in the pulseaudio callback
* Update debian package generation script
* Warnings removal in GTK+ client
* Clean adjust volume method in alsalayer
* Plug the sflphone playback volume control to the pulseaudio volume
manager
* Display the date in history according to the current locale
* Generate the changelog according to the git commit messages
* Complete header in chinese translation file
* Use the right gpg key to sign the packages
* add debian jaunty jackalope support
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 14 Jan 2009 21:17:20 -0500
sflphone (0.9.2-2ubuntu4) hardy; urgency=low
[ Emmanuel Milou ]
* add german translation
[ Yun Liu ]
* Fix GUI crash in Ubuntu8.10 64bit system
-- Yun Liu <yun.liu@savoirfairelinux.com> Thu, 08 Jan 2009 13:08:51 -0500
sflphone (0.9.2-2ubuntu3) hardy; urgency=low
[ Emmanuel Milou ]
* The main thread synchronizes the ringtone thread
* disable custom ringtone for the ALSA layer
* Fix the Makefile.am in man directory, add a SEE ALSO section
[ Yun Liu ]
* Fix daemon crash caused by the previous patch ( for bug ticket #129)
-- Yun Liu <yun.liu@savoirfairelinux.com> Tue, 06 Jan 2009 16:18:38 -0500
sflphone (0.9.2-2ubuntu2) hardy; urgency=low
* Fix bug ticket #129
-- Yun Liu <yun.liu@savoirfairelinux.com> Wed, 5 Jan 2009 15:54:53 -0500
sflphone (0.9.2-2ubuntu1) hardy; urgency=low
* Migrate from eXosip library to pjsip
* Add multiple SIP accounts support
* Fix ringtones problems
* Add a pulseaudio support
* Improve audio quality with ALSA
* Add chinese translation
* Improve spanish translation
* Migrate to a maintained C++ DBus bindings
* Clean and improve the build system
* Add build-dependency on Perl because we need pod2man to generate manpages
-- Yun Liu <yun.liu@savoirfairelinux.com> Wed, 26 Nov 2008 09:47:53 -0500
sflphone (0.9.1) unstable; urgency=low
* Add a search tool in the history
* Migrate some gtk_entry_new to sexy_icon_entry_new
* Bug fix (Ticket #78): The voicemail password isn't displayed anymore in
the history tab
* Add the SIP registration expire value in the user file.
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Thu, 22 May 2008 11:14:25 -0500
sflphone (0.9.0) unstable; urgency=low
* Add history features
* Call date
* Call duration
* Mouse events in the history tab
* Smooth switch from the history tab to the calls tab
* Remove most of GTK-Critical warnings
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 13 May 2008 16:58:25 -0500
sflphone (0.9-2008-06-06) unstable; urgency=low
* Audio bug correction: capture stopped after a few minutes of conversation
with USB Plantronics sound card
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Tue, 06 May 2008 16:58:25 -0500
sflphone (0.9-2008-05-06) unstable; urgency=low
* Bug correction: account creation with the assistant
* GTK+ warnings removal
* libnotify warnings removal
* Remove aliasing on the SFLphone logo
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Mon, 05 May 2008 16:58:25 -0500
sflphone (0.9) unstable; urgency=low
* Clean dependencies ( removal of libboost )
* Several GTK improvement and updates
-account window
-configuration window
* Migrate from GtkCheckMenuItem to GtkImageMenuItem
* ALSA standard I/O transfers: MMAP instead of R/W
* Fix speex audio quality
* IAX2 protocol
-Fix hold/unhold situation
-Add on hold music
* SIP protocol
-Ringtone on incoming call
-Fix transfer situation
* Add desktop notification ( libnotify )
* Improve the system tray icon behaviour
* Improve registration error handling
* Register/unregister from the account window takes effect without starting back SFLphone
* Compilation warnings removal
* Call history
* Add an account configuration wizard
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 30 Apr 2008 16:58:25 -0500
sflphone (0.8.2) unstable; urgency=low
* Internationalization of the GTK GUI
* English / French
* STUN support
* Slight modifications of the graphical interface ( tooltips, dialpad, ...)
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Fri, 21 Mar 2008 11:37:53 -0500
sflphone (0.9.3-0ubuntu1) intrepid; urgency=low
* Remove debug
* Join thread before leaving
* Fix implicit declaration in reqaccount
* Add REST code to build the request to server
* Fix GValue initialization warnings
* Update version number, fix implicit declaration, fix GTK markup
warnings
* Apply patch to create custom SIP account from our own server
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Fri, 06 Feb 2009 19:17:32 -0500
sflphone (0.9.2-2ubuntu9) intrepid; urgency=low
[ Alexandre Savard ]
* Speex audio codec preprocessing initialization
* peer hung up segmentation fault solved
* Stop recording when transfering
* Terminate only one call
* Add isRecording() function
* Fix call_icon GTK client
* Fix SIPCallClose() function, recorded file now close properly
* Function terminateSIPCall added in sipvoiplink and managerimpl
* Fix thread destructor
* setRecordingOption function implement in audiorecord
* Record now implemented in Call class
* Record interface complete (on hold erase previous recording)
* Added recButton in client
* Added: record button related icons
* Record button added
* Overload AudioRecord::recData to get mic and speaker data mixed
* Recording now in audiortp::run() method
* Audio recording working in AudioRTP: receiveSessionForSpeaker
* Open/close a wave file when pulse audio stream start/stop
[ Emmanuel Milou ]
* Fix path for GTK+ icons; clean up
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Thu, 05 Feb 2009 18:27:53 -0500
sflphone (0.9.2-2ubuntu8) intrepid; urgency=low
[ Emmanuel Milou ]
* Update changelogs
* Fix bug in merge and in Makefile.am
* Terminate only one call
* Disable PJsip shutdown when changing STUN parameters
* Function terminateSIPCall added in sipvoiplink and managerimpl
* Add a timer to the alsa thread to not jam the CPU load
* Fix bug in sipvoiplink.cpp
* Clean shutdown of pulseaudio on quiting
* Fix DTMF at first start with Pulseaudio
* Remove zeroconf from the build system
* Add a library manager + exception handling
* Clean up in the working directory
* Better handling of capture XRUNs
* Restore mic adjust volume on ALSA layer
* Protect device ALSA operation if not opened
* Fix the switching layer bug
* Use dynamic_cast<> to use audiolayer-specific methods
* Open the audio devices only once at startup
* Refactoring of the ALSA part
* Functional plug-in manager
* Use a C++ thread to handle tones and DTMF in ALSA
* Restore IAXVoIPLink, restore Mutex
* Make the plugins registering against the plugin manager
* Migrate to 1->N relationship between voiplink and accounts
* API plugin for registration
* Use C++ thread in SIP, move everything in sipvoiplink
* Complete singleton pattern for the plugin manager
* Add -Wno-return-type compilation flag to remove warnings; Update
version number in configure.ac
* Add the dynamic loading for the plugin framework; integate unit
* Fix jaunty control file dependency problems
tests
[ Yun Liu ]
* Update rpm spec file
* modify build package script and spec file for suse
[ Alexandre Savard ]
* Add audiorecorder plugin and testaudiorecorder
* Add audio Recording class, edit global.h
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 04 Feb 2009 14:00:30 -0500
sflphone (0.9.2-2ubuntu7) intrepid; urgency=low
[ Emmanuel Milou ]
* Update changelog to 0.9.2-6
* Fix some dbus-glib implementation details on the client side
* Init history after dbus initialization
* Add error checking in useragent; Clean sipvoiplink
* Prevent crash when trying to call an empty number
* Set the volume of the playback stream to PA_VOLUME_NORM at startup
* Fix GTK+ generic value double initialization
* Fix jaunty control file dependency problems
* Fix jaunty control file dependency problems
[ Yun Liu ]
* Fix bug ticket # 137
* Tolerant to gsm library of OpenSuse 11
[ Sven Werlen ]
* Update german translation
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Fri, 23 Jan 2009 17:48:13 -0500
sflphone (0.9.2-2ubuntu6) intrepid; urgency=low
[ Emmanuel Milou ]
* Migrate STUN configuration to the main config window
* Update french translation
* Other tiny memory leaks
* Fix memory leak in sampleconverter.cpp
* Generate packages from the release branch
* update the build package script
* modify the control files with architecture=any
* Remove valgring uninitialized value
* IAX and SIP use the same global variables to set account
configuration ; fix broken code
[ Maxime Chambreuil ]
* Update spanish translation
[ Hussein Abdallah ]
* Update russian translation
[ Yun Liu ]
* Update translation files
* Fix the bug when user uncheck the account which fails in the
previous registration
* Add stun error status
* Fix bug ticket #143
* Script for auto-install dependencies
* Fix bug ticket #140
* Fix bug ticket 141
* Fix the reregister process when user change the details of an
account
-- Emmanuel Milou <manu@sulfur.inside.savoirfairelinux.net> Fri, 16 Jan 2009 18:19:05 -0500
sflphone (0.9.2-2ubuntu5) intrepid; urgency=low
* Fix memory leak in the pulseaudio callback
* Update debian package generation script
* Warnings removal in GTK+ client
* Clean adjust volume method in alsalayer
* Plug the sflphone playback volume control to the pulseaudio volume
manager
* Display the date in history according to the current locale
* Generate the changelog according to the git commit messages
* Complete header in chinese translation file
* Use the right gpg key to sign the packages
* add debian jaunty jackalope support
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 14 Jan 2009 21:17:20 -0500
sflphone (0.9.2-2ubuntu4) intrepid; urgency=low
[ Emmanuel Milou ]
* add german translation
[ Yun Liu ]
* Fix GUI crash in Ubuntu8.10 64bit system
-- Yun Liu <yun.liu@savoirfairelinux.com> Thu, 08 Jan 2009 13:08:51 -0500
sflphone (0.9.2-2ubuntu3) intrepid; urgency=low
[ Emmanuel Milou ]
* The main thread synchronizes the ringtone thread
* disable custom ringtone for the ALSA layer
* Fix the Makefile.am in man directory, add a SEE ALSO section
[ Yun Liu ]
* Fix daemon crash caused by the previous patch ( for bug ticket #129)
-- Yun Liu <yun.liu@savoirfairelinux.com> Tue, 06 Jan 2009 16:18:38 -0500
sflphone (0.9.2-2ubuntu2) intrepid; urgency=low
* Fix bug ticket #129
-- Yun Liu <yun.liu@savoirfairelinux.com> Wed, 5 Jan 2009 15:54:53 -0500
sflphone (0.9.2-2ubuntu1) intrepid; urgency=low
* Migrate from eXosip library to pjsip
* Add multiple SIP accounts support
* Fix ringtones problems
* Add a pulseaudio support
* Improve audio quality with ALSA
* Add chinese translation
* Improve spanish translation
* Migrate to a maintained C++ DBus bindings
* Clean and improve the build system
* Add build-dependency on Perl because we need pod2man to generate manpages
-- Yun Liu <yun.liu@savoirfairelinux.com> Wed, 26 Nov 2008 09:47:53 -0500
sflphone (0.9.1) unstable; urgency=low
* Add a search tool in the history
* Migrate some gtk_entry_new to sexy_icon_entry_new
* Bug fix (Ticket #78): The voicemail password isn't displayed anymore in
the history tab
* Add the SIP registration expire value in the user file.
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Thu, 22 May 2008 11:14:25 -0500
sflphone (0.9.0) unstable; urgency=low
* Add history features
* Call date
* Call duration
* Mouse events in the history tab
* Smooth switch from the history tab to the calls tab
* Remove most of GTK-Critical warnings
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 13 May 2008 16:58:25 -0500
sflphone (0.9-2008-06-06) unstable; urgency=low
* Audio bug correction: capture stopped after a few minutes of conversation
with USB Plantronics sound card
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Tue, 06 May 2008 16:58:25 -0500
sflphone (0.9-2008-05-06) unstable; urgency=low
* Bug correction: account creation with the assistant
* GTK+ warnings removal
* libnotify warnings removal
* Remove aliasing on the SFLphone logo
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Mon, 05 May 2008 16:58:25 -0500
sflphone (0.9) unstable; urgency=low
* Clean dependencies ( removal of libboost )
* Several GTK improvement and updates
-account window
-configuration window
* Migrate from GtkCheckMenuItem to GtkImageMenuItem
* ALSA standard I/O transfers: MMAP instead of R/W
* Fix speex audio quality
* IAX2 protocol
-Fix hold/unhold situation
-Add on hold music
* SIP protocol
-Ringtone on incoming call
-Fix transfer situation
* Add desktop notification ( libnotify )
* Improve the system tray icon behaviour
* Improve registration error handling
* Register/unregister from the account window takes effect without starting back SFLphone
* Compilation warnings removal
* Call history
* Add an account configuration wizard
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 30 Apr 2008 16:58:25 -0500
sflphone (0.8.2) unstable; urgency=low
* Internationalization of the GTK GUI
* English / French
* STUN support
* Slight modifications of the graphical interface ( tooltips, dialpad, ...)
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Fri, 21 Mar 2008 11:37:53 -0500
sflphone (0.9.3-0ubuntu1) jaunty; urgency=low
* Remove debug
* Join thread before leaving
* Fix implicit declaration in reqaccount
* Add REST code to build the request to server
* Fix GValue initialization warnings
* Update version number, fix implicit declaration, fix GTK markup
warnings
* Apply patch to create custom SIP account from our own server
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Fri, 06 Feb 2009 19:17:32 -0500
sflphone (0.9.2-2ubuntu9) jaunty; urgency=low
[ Alexandre Savard ]
* Speex audio codec preprocessing initialization
* peer hung up segmentation fault solved
* Stop recording when transfering
* Terminate only one call
* Add isRecording() function
* Fix call_icon GTK client
* Fix SIPCallClose() function, recorded file now close properly
* Function terminateSIPCall added in sipvoiplink and managerimpl
* Fix thread destructor
* setRecordingOption function implement in audiorecord
* Record now implemented in Call class
* Record interface complete (on hold erase previous recording)
* Added recButton in client
* Added: record button related icons
* Record button added
* Overload AudioRecord::recData to get mic and speaker data mixed
* Recording now in audiortp::run() method
* Audio recording working in AudioRTP: receiveSessionForSpeaker
* Open/close a wave file when pulse audio stream start/stop
[ Emmanuel Milou ]
* Fix path for GTK+ icons; clean up
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Thu, 05 Feb 2009 18:27:53 -0500
sflphone (0.9.2-2ubuntu8) jaunty; urgency=low
[ Emmanuel Milou ]
* Update changelogs
* Fix bug in merge and in Makefile.am
* Terminate only one call
* Disable PJsip shutdown when changing STUN parameters
* Function terminateSIPCall added in sipvoiplink and managerimpl
* Add a timer to the alsa thread to not jam the CPU load
* Fix bug in sipvoiplink.cpp
* Clean shutdown of pulseaudio on quiting
* Fix DTMF at first start with Pulseaudio
* Remove zeroconf from the build system
* Add a library manager + exception handling
* Clean up in the working directory
* Better handling of capture XRUNs
* Restore mic adjust volume on ALSA layer
* Protect device ALSA operation if not opened
* Fix the switching layer bug
* Use dynamic_cast<> to use audiolayer-specific methods
* Open the audio devices only once at startup
* Refactoring of the ALSA part
* Functional plug-in manager
* Use a C++ thread to handle tones and DTMF in ALSA
* Restore IAXVoIPLink, restore Mutex
* Make the plugins registering against the plugin manager
* Migrate to 1->N relationship between voiplink and accounts
* API plugin for registration
* Use C++ thread in SIP, move everything in sipvoiplink
* Complete singleton pattern for the plugin manager
* Add -Wno-return-type compilation flag to remove warnings; Update
version number in configure.ac
* Add the dynamic loading for the plugin framework; integate unit
* Fix jaunty control file dependency problems
tests
[ Yun Liu ]
* Update rpm spec file
* modify build package script and spec file for suse
[ Alexandre Savard ]
* Add audiorecorder plugin and testaudiorecorder
* Add audio Recording class, edit global.h
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 04 Feb 2009 14:00:30 -0500
sflphone (0.9.2-2ubuntu7) jaunty; urgency=low
[ Emmanuel Milou ]
* Update changelog to 0.9.2-6
* Fix some dbus-glib implementation details on the client side
* Init history after dbus initialization
* Add error checking in useragent; Clean sipvoiplink
* Prevent crash when trying to call an empty number
* Set the volume of the playback stream to PA_VOLUME_NORM at startup
* Fix GTK+ generic value double initialization
* Fix jaunty control file dependency problems
* Fix jaunty control file dependency problems
[ Yun Liu ]
* Fix bug ticket # 137
* Tolerant to gsm library of OpenSuse 11
[ Sven Werlen ]
* Update german translation
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Fri, 23 Jan 2009 17:48:13 -0500
sflphone (0.9.2-2ubuntu6) jaunty; urgency=low
[ Emmanuel Milou ]
* Migrate STUN configuration to the main config window
* Update french translation
* Other tiny memory leaks
* Fix memory leak in sampleconverter.cpp
* Generate packages from the release branch
* update the build package script
* modify the control files with architecture=any
* Remove valgring uninitialized value
* IAX and SIP use the same global variables to set account
configuration ; fix broken code
[ Maxime Chambreuil ]
* Update spanish translation
[ Hussein Abdallah ]
* Update russian translation
[ Yun Liu ]
* Update translation files
* Fix the bug when user uncheck the account which fails in the
previous registration
* Add stun error status
* Fix bug ticket #143
* Script for auto-install dependencies
* Fix bug ticket #140
* Fix bug ticket 141
* Fix the reregister process when user change the details of an
account
-- Emmanuel Milou <manu@sulfur.inside.savoirfairelinux.net> Fri, 16 Jan 2009 18:19:05 -0500
sflphone (0.9.2-2ubuntu5) jaunty; urgency=low
* Fix memory leak in the pulseaudio callback
* Update debian package generation script
* Warnings removal in GTK+ client
* Clean adjust volume method in alsalayer
* Plug the sflphone playback volume control to the pulseaudio volume
manager
* Display the date in history according to the current locale
* Generate the changelog according to the git commit messages
* Complete header in chinese translation file
* Use the right gpg key to sign the packages
* add debian jaunty jackalope support
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 14 Jan 2009 21:17:20 -0500
sflphone (0.9.2-2ubuntu4) jaunty; urgency=low
[ Emmanuel Milou ]
* add german translation
[ Yun Liu ]
* Fix GUI crash in Ubuntu8.10 64bit system
-- Yun Liu <yun.liu@savoirfairelinux.com> Thu, 08 Jan 2009 13:08:51 -0500
sflphone (0.9.2-2ubuntu3) jaunty; urgency=low
[ Emmanuel Milou ]
* The main thread synchronizes the ringtone thread
* disable custom ringtone for the ALSA layer
* Fix the Makefile.am in man directory, add a SEE ALSO section
[ Yun Liu ]
* Fix daemon crash caused by the previous patch ( for bug ticket #129)
-- Yun Liu <yun.liu@savoirfairelinux.com> Tue, 06 Jan 2009 16:18:38 -0500
sflphone (0.9.2-2ubuntu2) jaunty; urgency=low
* Fix bug ticket #129
-- Yun Liu <yun.liu@savoirfairelinux.com> Wed, 5 Jan 2009 15:54:53 -0500
sflphone (0.9.2-2ubuntu1) jaunty; urgency=low
* Migrate from eXosip library to pjsip
* Add multiple SIP accounts support
* Fix ringtones problems
* Add a pulseaudio support
* Improve audio quality with ALSA
* Add chinese translation
* Improve spanish translation
* Migrate to a maintained C++ DBus bindings
* Clean and improve the build system
* Add build-dependency on Perl because we need pod2man to generate manpages
-- Yun Liu <yun.liu@savoirfairelinux.com> Wed, 26 Nov 2008 09:47:53 -0500
sflphone (0.9.1) unstable; urgency=low
* Add a search tool in the history
* Migrate some gtk_entry_new to sexy_icon_entry_new
* Bug fix (Ticket #78): The voicemail password isn't displayed anymore in
the history tab
* Add the SIP registration expire value in the user file.
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Thu, 22 May 2008 11:14:25 -0500
sflphone (0.9.0) unstable; urgency=low
* Add history features
* Call date
* Call duration
* Mouse events in the history tab
* Smooth switch from the history tab to the calls tab
* Remove most of GTK-Critical warnings
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 13 May 2008 16:58:25 -0500
sflphone (0.9-2008-06-06) unstable; urgency=low
* Audio bug correction: capture stopped after a few minutes of conversation
with USB Plantronics sound card
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Tue, 06 May 2008 16:58:25 -0500
sflphone (0.9-2008-05-06) unstable; urgency=low
* Bug correction: account creation with the assistant
* GTK+ warnings removal
* libnotify warnings removal
* Remove aliasing on the SFLphone logo
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Mon, 05 May 2008 16:58:25 -0500
sflphone (0.9) unstable; urgency=low
* Clean dependencies ( removal of libboost )
* Several GTK improvement and updates
-account window
-configuration window
* Migrate from GtkCheckMenuItem to GtkImageMenuItem
* ALSA standard I/O transfers: MMAP instead of R/W
* Fix speex audio quality
* IAX2 protocol
-Fix hold/unhold situation
-Add on hold music
* SIP protocol
-Ringtone on incoming call
-Fix transfer situation
* Add desktop notification ( libnotify )
* Improve the system tray icon behaviour
* Improve registration error handling
* Register/unregister from the account window takes effect without starting back SFLphone
* Compilation warnings removal
* Call history
* Add an account configuration wizard
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Wed, 30 Apr 2008 16:58:25 -0500
sflphone (0.8.2) unstable; urgency=low
* Internationalization of the GTK GUI
* English / French
* STUN support
* Slight modifications of the graphical interface ( tooltips, dialpad, ...)
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Fri, 21 Mar 2008 11:37:53 -0500
Source: sflphone Source: sflphone
Maintainer: SavoirFaireLinux Inc <yun.liu@savoirfairelinux.com> Maintainer: SavoirFaireLinux Inc <emmanuel.milou@savoirfairelinux.com>
Section: gnome Section: gnome
Priority: optional Priority: optional
Build-Depends: debhelper (>= 5), autoconf, automake, libpulse-dev, libsamplerate0-dev, libcommoncpp2-dev, libccrtp-dev, dbus-c++-1-dev, libcppunit-dev, libgsm1-dev, libspeex-dev, sflphone-iax2-dev, libtool, libgtk2.0-dev, libsexy-dev, libdbus-1-dev, libdbus-glib-1-dev, libnotify-dev, libasound2-dev, libspeexdsp-dev Build-Depends: debhelper (>= 5), autoconf, automake, libpulse-dev, libsamplerate0-dev, libcommoncpp2-dev, libccrtp-dev, libcppunit-dev, libgsm1-dev, libspeex-dev, libtool, libgtk2.0-dev, libsexy-dev, libdbus-1-dev, libdbus-glib-1-dev, libnotify-dev, libasound2-dev
Standards-Version: 3.7.3 Standards-Version: 3.7.3
Package: sflphone Package: sflphone
Priority: optional Priority: optional
Architecture: any Architecture: any
Depends: libgcc1 , libsamplerate0 (>=0.1.2) , libdbus-glib-1-2 (>= 0.73), libexpat1 , libgtk2.0-0 , libc6 (>= 2.3.6-6) , libglib2.0-0 (>= 2.12.0) , libcommoncpp2-1.6-0 , sflphone-iax2, libgsm1 (>=1.0.10) , libspeex1 (>=1.1.12) , libdbus-1-3, libdbus-glib-1-2, dbus-c++-1 (>=0.5.0) , libsexy2 (>=0.1.11), libcppunit-1.12-0, libasound2 (>= 1.0), libpulse0 (>= 0.9.6), libccrtp1-1.6-0, libnotify1 (>= 0.4), libsexy2 (>= 0.1), perl (>=5.5.8), librsvg2-common (>=2.22.2), libspeexdsp1 Depends: libgcc1 , libsamplerate0 (>=0.1.2) , libdbus-glib-1-2 (>= 0.73), libexpat1 , libgtk2.0-0 , libc6 (>= 2.3.6-6) , libglib2.0-0 (>= 2.12.0) , libcommoncpp2-1.6-0 ,libgsm1 (>=1.0.10) , libspeex1 (>=1.1.12) , libdbus-1-3, libdbus-glib-1-2, libsexy2 (>=0.1.11), libcppunit-1.12-0, libasound2 (>= 1.0), libpulse0 (>= 0.9.6), libccrtp1-1.6-0, libnotify1 (>= 0.4), libsexy2 (>= 0.1), perl (>=5.5.8), librsvg2-common (>=2.22.2)
Homepage: http://www.sflphone.org Homepage: http://www.sflphone.org
Description: SIP and IAX2 compatible softphone Description: SIP and IAX2 compatible softphone
SFLphone is meant to be a robust enterprise-class desktop phone. SFLphone is meant to be a robust enterprise-class desktop phone.
......
Source: sflphone Source: sflphone
Maintainer: SavoirFaireLinux Inc <yun.liu@savoirfairelinux.com> Maintainer: SavoirFaireLinux Inc <emmanuel.milou@savoirfairelinux.com>
Section: gnome Section: gnome
Priority: optional Priority: optional
Build-Depends: debhelper (>= 5), autoconf, automake, libpulse-dev, libsamplerate0-dev, libcommoncpp2-dev, libccrtp-dev, dbus-c++-1-dev, libcppunit-dev, libgsm1-dev, libspeex-dev, sflphone-iax2-dev, libtool, libgtk2.0-dev, libsexy-dev, libdbus-1-dev, libdbus-glib-1-dev, libnotify-dev, libasound2-dev, libspeexdsp-dev Build-Depends: debhelper (>= 5), autoconf, libpulse-dev, libsamplerate0-dev, libcommoncpp2-dev, libccrtp-dev, libcppunit-dev, libgsm1-dev, libspeex-dev, libtool, libgtk2.0-dev, libsexy-dev, libdbus-1-dev, libdbus-glib-1-dev, libnotify-dev, libasound2-dev, libspeexdsp-dev
Standards-Version: 3.8.0 Standards-Version: 3.8.0
Package: sflphone Package: sflphone
Priority: optional Priority: optional
Architecture: any Architecture: any
Depends: libgcc1 , libsamplerate0 (>=0.1.2) , libdbus-glib-1-2 (>= 0.73), libexpat1 , libgtk2.0-0 , libc6 (>= 2.3.6-6) , libglib2.0-0 (>= 2.12.0) , libcommoncpp2-1.6-0 , sflphone-iax2, libgsm1 (>=1.0.10) , libspeex1 (>=1.1.12) , libdbus-1-3, libdbus-glib-1-2, dbus-c++-1 (>=0.5.0) , libsexy2 (>=0.1.11), libcppunit-1.12-1, libasound2 (>= 1.0), libpulse0 (>= 0.9.6), libccrtp1-1.6-1, libnotify1 (>= 0.4), libsexy2 (>= 0.1), perl (>=5.5.8), librsvg2-common (>= 2.22.2), libspeexdsp1 Depends: libgcc1 , libsamplerate0 (>=0.1.2) , libdbus-glib-1-2 (>= 0.73), libexpat1 , libgtk2.0-0 , libc6 (>= 2.3.6-6) , libglib2.0-0 (>= 2.12.0) , libcommoncpp2-1.6-0 , libgsm1 (>=1.0.10) , libspeex1 (>=1.1.12) , libdbus-1-3, libdbus-glib-1-2, libsexy2 (>=0.1.11), libcppunit-1.12-1, libasound2 (>= 1.0), libpulse0 (>= 0.9.6), libccrtp1-1.6-1, libnotify1 (>= 0.4), libsexy2 (>= 0.1), perl (>=5.5.8), librsvg2-common (>= 2.22.2), libspeexdsp1
Homepage: http://www.sflphone.org Homepage: http://www.sflphone.org
Description: SIP and IAX2 compatible softphone Description: SIP and IAX2 compatible softphone
SFLphone is meant to be a robust enterprise-class desktop phone. SFLphone is meant to be a robust enterprise-class desktop phone.
......
Source: sflphone Source: sflphone
Maintainer: SavoirFaireLinux Inc <yun.liu@savoirfairelinux.com> Maintainer: SavoirFaireLinux Inc <emmanuel.milou@savoirfairelinux.com>
Section: gnome Section: gnome
Priority: optional Priority: optional
Build-Depends: debhelper (>= 5), autoconf, automake, libpulse-dev, libsamplerate0-dev, libcommoncpp2-dev, libccrtp-dev, dbus-c++-1-dev, libcppunit-dev, libgsm1-dev, libspeex-dev, sflphone-iax2-dev, libtool, libgtk2.0-dev, libsexy-dev, libdbus-1-dev, libdbus-glib-1-dev, libnotify-dev, libasound2-dev, libspeexdsp-dev Build-Depends: debhelper (>= 5), autoconf, automake, libpulse-dev, libsamplerate0-dev, libcommoncpp2-dev, libccrtp-dev, libcppunit-dev, libgsm1-dev, libspeex-dev, libtool, libgtk2.0-dev, libsexy-dev, libdbus-1-dev, libdbus-glib-1-dev, libnotify-dev, libasound2-dev, libspeexdsp-dev
Standards-Version: 3.7.3 Standards-Version: 3.7.3
Package: sflphone Package: sflphone
Priority: optional Priority: optional
Architecture: any Architecture: any
Depends: libgcc1 , libsamplerate0 (>=0.1.2) , libdbus-glib-1-2 (>= 0.73), libexpat1 , libgtk2.0-0 , libc6 (>= 2.3.6-6) , libglib2.0-0 (>= 2.12.0) , libcommoncpp2-1.6-0 , sflphone-iax2, libgsm1 (>=1.0.10) , libspeex1 (>=1.1.12) , libdbus-1-3, libdbus-glib-1-2, dbus-c++-1 (>=0.5.0) , libsexy2 (>=0.1.11), libcppunit-1.12-1, libasound2 (>= 1.0), libpulse0 (>= 0.9.6), libccrtp1-1.6-1, libnotify1 (>= 0.4), libsexy2 (>= 0.1), perl (>=5.5.8), librsvg2-common (>=2.22.2), libspeexdsp1 Depends: libgcc1 , libsamplerate0 (>=0.1.2) , libdbus-glib-1-2 (>= 0.73), libexpat1 , libgtk2.0-0 , libc6 (>= 2.3.6-6) , libglib2.0-0 (>= 2.12.0) , libcommoncpp2-1.6-0 , libgsm1 (>=1.0.10) , libspeex1 (>=1.1.12) , libdbus-1-3, libdbus-glib-1-2, libsexy2 (>=0.1.11), libcppunit-1.12-1, libasound2 (>= 1.0), libpulse0 (>= 0.9.6), libccrtp1-1.6-1, libnotify1 (>= 0.4), libsexy2 (>= 0.1), perl (>=5.5.8), librsvg2-common (>=2.22.2), libspeexdsp1
Homepage: http://www.sflphone.org Homepage: http://www.sflphone.org
Description: SIP and IAX2 compatible softphone Description: SIP and IAX2 compatible softphone
SFLphone is meant to be a robust enterprise-class desktop phone. SFLphone is meant to be a robust enterprise-class desktop phone.
......
This package was debianized by Yun Liu <yun.liu@savoirfairelinux.com> on This package was debianized by Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> on
Wed, 26 Nov 2008 09:47:53 -0500. Wed, 26 Nov 2008 09:47:53 -0500.
It was downloaded from the git repository of SFLphone: git://sflphone.org/git/sflphone.git It was downloaded from the git repository of SFLphone: git://sflphone.org/git/sflphone.git
Upstream Author: Yun Liu <yun.liu@savoirfairelinux.com> Upstream Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
Copyright: Copyright:
SavoirFaire Linux Inc. Savoir-Faire Linux Inc.
License: License:
This software is copyright (c) 2004-2008 Savoir-Faire Linux inc. This software is copyright (c) 2004-2009 Savoir-Faire Linux inc.
You are free to distribute this software under the terms of You are free to distribute this software under the terms of
the GNU General Public License version 3. the GNU General Public License version 3.
......
...@@ -22,8 +22,10 @@ configure-stamp: ...@@ -22,8 +22,10 @@ configure-stamp:
# Add here commands to configure the package. # Add here commands to configure the package.
./autogen.sh --prefix=/usr --with-debug ./autogen.sh --prefix=/usr --with-debug
cd sflphone-gtk; ./autogen.sh --prefix=/usr cd sflphone-gtk; ./autogen.sh --prefix=/usr
cd libs/pjproject-1.0; ./configure cd libs/pjproject-1.0.1; ./configure
touch configure-stamp touch configure-stamp
cd libs/dbus-c++; ./configure
cd libs/libiax2; ./configure
#Architecture #Architecture
...@@ -35,8 +37,10 @@ build-arch-stamp: configure-stamp ...@@ -35,8 +37,10 @@ build-arch-stamp: configure-stamp
# Add here commands to compile the arch part of the package. # Add here commands to compile the arch part of the package.
$(MAKE) $(MAKE)
cd sflphone-gtk; make cd sflphone-gtk; make
cd libs/pjproject-1.0; $(MAKE) dep; $(MAKE) cd libs/pjproject-1.0.1; $(MAKE) dep; $(MAKE)
touch $@ touch $@
cd libs/dbus-c++; $(MAKE)
cd libs/libiax2; $(MAKE)
build-indep: build-indep-stamp build-indep: build-indep-stamp
build-indep-stamp: configure-stamp build-indep-stamp: configure-stamp
...@@ -76,7 +80,9 @@ install-arch: ...@@ -76,7 +80,9 @@ install-arch:
# debian/tmp. # debian/tmp.
$(MAKE) prefix=$(CURDIR)/debian/$(package)/usr install $(MAKE) prefix=$(CURDIR)/debian/$(package)/usr install
cd sflphone-gtk; $(MAKE) prefix=$(CURDIR)/debian/$(package)/usr install cd sflphone-gtk; $(MAKE) prefix=$(CURDIR)/debian/$(package)/usr install
cd libs/pjproject-1.0; $(MAKE) prefix=$(CURDIR)/debian/$(package)/usr install cd libs/pjproject-1.0.1; $(MAKE) prefix=$(CURDIR)/debian/$(package)/usr install
cd libs/dbus-c++; $(MAKE) prefix=$(CURDIR)/debian/$(package)/usr install
cd libs/libiax2; $(MAKE) prefix=$(CURDIR)/debian/$(package)/usr install
rm -rf $(CURDIR)/debian/$(package)/usr/include rm -rf $(CURDIR)/debian/$(package)/usr/include
dh_install -s dh_install -s
# Must not depend on anything. This is to be called by # Must not depend on anything. This is to be called by
......
Paolo Durante <shackan@gmail.com>
This diff is collapsed.
dbus-c++-1 (0.5.1-1) unstable; urgency=low
* Debian package (no warning version)
-- Yun Liu <yun.liu@savoirfairelinux.com> Mon, 01 Dec 2008 10:29:29 -0500
Installation Instructions
*************************
Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
Software Foundation, Inc.
This file is free documentation; the Free Software Foundation gives
unlimited permission to copy, distribute and modify it.
Basic Installation
==================
These are generic installation instructions.
The `configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation. It uses
those values to create a `Makefile' in each directory of the package.
It may also create one or more `.h' files containing system-dependent
definitions. Finally, it creates a shell script `config.status' that
you can run in the future to recreate the current configuration, and a
file `config.log' containing compiler output (useful mainly for
debugging `configure').
It can also use an optional file (typically called `config.cache'
and enabled with `--cache-file=config.cache' or simply `-C') that saves
the results of its tests to speed up reconfiguring. (Caching is
disabled by default to prevent problems with accidental use of stale
cache files.)
If you need to do unusual things to compile the package, please try
to figure out how `configure' could check whether to do them, and mail
diffs or instructions to the address given in the `README' so they can
be considered for the next release. If you are using the cache, and at
some point `config.cache' contains results you don't want to keep, you
may remove or edit it.
The file `configure.ac' (or `configure.in') is used to create
`configure' by a program called `autoconf'. You only need
`configure.ac' if you want to change it or regenerate `configure' using
a newer version of `autoconf'.
The simplest way to compile this package is:
1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system. If you're
using `csh' on an old version of System V, you might need to type
`sh ./configure' instead to prevent `csh' from trying to execute
`configure' itself.
Running `configure' takes awhile. While running, it prints some
messages telling which features it is checking for.
2. Type `make' to compile the package.
3. Optionally, type `make check' to run any self-tests that come with
the package.
4. Type `make install' to install the programs and any data files and
documentation.
5. You can remove the program binaries and object files from the
source code directory by typing `make clean'. To also remove the
files that `configure' created (so you can compile the package for
a different kind of computer), type `make distclean'. There is
also a `make maintainer-clean' target, but that is intended mainly
for the package's developers. If you use it, you may have to get
all sorts of other programs in order to regenerate files that came
with the distribution.
Compilers and Options
=====================
Some systems require unusual options for compilation or linking that the
`configure' script does not know about. Run `./configure --help' for
details on some of the pertinent environment variables.
You can give `configure' initial values for configuration parameters
by setting variables in the command line or in the environment. Here
is an example:
./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
*Note Defining Variables::, for more details.
Compiling For Multiple Architectures
====================================
You can compile the package for more than one kind of computer at the
same time, by placing the object files for each architecture in their
own directory. To do this, you must use a version of `make' that
supports the `VPATH' variable, such as GNU `make'. `cd' to the
directory where you want the object files and executables to go and run
the `configure' script. `configure' automatically checks for the
source code in the directory that `configure' is in and in `..'.
If you have to use a `make' that does not support the `VPATH'
variable, you have to compile the package for one architecture at a
time in the source code directory. After you have installed the
package for one architecture, use `make distclean' before reconfiguring
for another architecture.
Installation Names
==================
By default, `make install' installs the package's commands under
`/usr/local/bin', include files under `/usr/local/include', etc. You
can specify an installation prefix other than `/usr/local' by giving
`configure' the option `--prefix=PREFIX'.
You can specify separate installation prefixes for
architecture-specific files and architecture-independent files. If you
pass the option `--exec-prefix=PREFIX' to `configure', the package uses
PREFIX as the prefix for installing programs and libraries.
Documentation and other data files still use the regular prefix.
In addition, if you use an unusual directory layout you can give
options like `--bindir=DIR' to specify different values for particular
kinds of files. Run `configure --help' for a list of the directories
you can set and what kinds of files go in them.
If the package supports it, you can cause programs to be installed
with an extra prefix or suffix on their names by giving `configure' the
option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
Optional Features
=================
Some packages pay attention to `--enable-FEATURE' options to
`configure', where FEATURE indicates an optional part of the package.
They may also pay attention to `--with-PACKAGE' options, where PACKAGE
is something like `gnu-as' or `x' (for the X Window System). The
`README' should mention any `--enable-' and `--with-' options that the
package recognizes.
For packages that use the X Window System, `configure' can usually
find the X include and library files automatically, but if it doesn't,
you can use the `configure' options `--x-includes=DIR' and
`--x-libraries=DIR' to specify their locations.
Specifying the System Type
==========================
There may be some features `configure' cannot figure out automatically,
but needs to determine by the type of machine the package will run on.
Usually, assuming the package is built to be run on the _same_
architectures, `configure' can figure that out, but if it prints a
message saying it cannot guess the machine type, give it the
`--build=TYPE' option. TYPE can either be a short name for the system
type, such as `sun4', or a canonical name which has the form:
CPU-COMPANY-SYSTEM
where SYSTEM can have one of these forms:
OS KERNEL-OS
See the file `config.sub' for the possible values of each field. If
`config.sub' isn't included in this package, then this package doesn't
need to know the machine type.
If you are _building_ compiler tools for cross-compiling, you should
use the option `--target=TYPE' to select the type of system they will
produce code for.
If you want to _use_ a cross compiler, that generates code for a
platform different from the build platform, you should specify the
"host" platform (i.e., that on which the generated programs will
eventually be run) with `--host=TYPE'.
Sharing Defaults
================
If you want to set default values for `configure' scripts to share, you
can create a site shell script called `config.site' that gives default
values for variables like `CC', `cache_file', and `prefix'.
`configure' looks for `PREFIX/share/config.site' if it exists, then
`PREFIX/etc/config.site' if it exists. Or, you can set the
`CONFIG_SITE' environment variable to the location of the site script.
A warning: not all `configure' scripts look for a site script.
Defining Variables
==================
Variables not defined in a site shell script can be set in the
environment passed to `configure'. However, some packages may run
configure again during the build, and the customized values of these
variables may be lost. In order to avoid this problem, you should set
them in the `configure' command line, using `VAR=value'. For example:
./configure CC=/usr/local2/bin/gcc
causes the specified `gcc' to be used as the C compiler (unless it is
overridden in the site shell script). Here is a another example:
/bin/bash ./configure CONFIG_SHELL=/bin/bash
Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
configuration-related scripts to be executed by `/bin/bash'.
`configure' Invocation
======================
`configure' recognizes the following options to control how it operates.
`--help'
`-h'
Print a summary of the options to `configure', and exit.
`--version'
`-V'
Print the version of Autoconf used to generate the `configure'
script, and exit.
`--cache-file=FILE'
Enable the cache: use and save the results of the tests in FILE,
traditionally `config.cache'. FILE defaults to `/dev/null' to
disable caching.
`--config-cache'
`-C'
Alias for `--cache-file=config.cache'.
`--quiet'
`--silent'
`-q'
Do not print messages saying which checks are being made. To
suppress all normal output, redirect it to `/dev/null' (any error
messages will still be shown).
`--srcdir=DIR'
Look for the package's source code in directory DIR. Usually
`configure' can determine that directory automatically.
`configure' also accepts some other, not widely useful, options. Run
`configure --help' for more details.
SUBDIRS = src tools data doc examples
EXTRA_DIST = autogen.sh libdbus-c++.spec libdbus-c++.spec.in
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dbus-c++-1.pc
MAINTAINERCLEANFILES = \
configure \
Makefile.in \
aclocal.m4 \
compile \
config.guess \
config.sub \
depcomp \
install-sh \
ltmain.sh \
mdate-sh \
missing \
mkinstalldirs \
libdbus-c++.spec
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment