~ubuntu-branches/ubuntu/trusty/sflphone/trusty

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.0.1/third_party/portaudio/build/dev-cpp/readme.txt

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (4.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20140128182336-jrsv0k9u6cawc068
Tags: 1.3.0-1
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From: "Peter L Jones"
2
 
Sent: Wednesday, September 17, 2003 5:18 AM
3
 
Subject: Dev-C++ project files
4
 
 
5
 
I attach two project files intended for portaudio/pa_win/dev-cpp (i.e. in
6
 
parallel with the msvc directory), if you want them.  One is for a static
7
 
library build and one for a DLL.  I've used the static library (in building
8
 
a single monolithic DLL) but I can't guarantee the DLL version will build a
9
 
working library (I think it's mostly there, though!).
10
 
 
11
 
I also attach the resulting makefiles, which may be of use to other MinGW
12
 
users.
13
 
 
14
 
They're rooted in the directory given above and drop their object and
15
 
library files in the same place.  They assume the asiosdk2 files are in the
16
 
same directory as portaudio/ in a sub-directory called asiosdk2/.  Oh!  The
17
 
DLL is built against a static asiosdk2.a library... maybe not the best way
18
 
to do it...  I ought to figure out how to link against a "home made" dll in
19
 
Dev-C++, I guess ;-)
20
 
 
21
 
Cheers,
22