~noskcaj/ubuntu/saucy/sflphone/merge-1.2.3-2

« back to all changes in this revision

Viewing changes to daemon/README.gentoo

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-19 21:46:37 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120519214637-la8rbrford5kj6m3
Tags: 1.1.0-1
* New upstream release 
  - Fixes "FTBFS with libccrtp-dev/2.0.2 from experimental" (Closes: #663282)
* NEW Maintainer: Debian VoIP Team - Thanks Francois for your work.
  - (Closes: #665789: O: sflphone -- SIP and IAX2 compatible VoIP phone)
* Added Build-Depends: libdbus-c++-bin
* Add gcc47-fixes.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
emerge commoncpp2
2
 
# editer /usr/lib/pkgconfig/libccext2.pc pour le includedir -> /usr/include/
3
 
ACCEPT_KEYWORDS=~x86 emerge ccrtp
4
 
emerge libosip
5
 
ACCEPT_KEYWORDS=~x86 emerge libeXosip
6
 
emerge libsamplerate
7
 
emerge cvs
8
 
emerge =qt-3.3.6-r1
9
 
 
10
 
cvs ...
11
 
 
12
 
cd tools/
13
 
portaudio.sh
14
 
cd portaudio
15
 
make install
16
 
cd ../../
17
 
./tools/autotoolize.sh
18
 
./configure --with-qtdir=/usr/qt/3 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
19
 
make
20
 
make install
21
 
 
22
 
sflphone
23