Bug#319201: kiax Debian packages

Mikael Magnusson mikaelmagnusson at glocalnet.net
Sun Jul 24 21:12:44 UTC 2005


On Thu, Jul 21, 2005 at 05:17:56PM +1000, Mark Purcell wrote:
> On Thursday 21 July 2005 00:40, George Danchev wrote:
> > Right, having kiax in official debian archive is good.
> 
> Thanks George,
> 
> I'll have a look over your archive and should be able to upload to Debian 
> shortly.
> 
> Mark

Hi Mark,

kiax contains a local copy of the iaxclient library (which contains local
copies of libgsm, libspeex and libportaudio). Maybe it's better to use
the libiaxclient-dev package that I have debianized? 

I have made a small patch, but of course addition of some dependencies are
needed as well. I have tried to compile it and at least it builds, but
I can't test it extensively since I currently don't have physical access to
my development system.

/Mikael

Patch:

--- t/kiax-0.8.4/qkiax.pro      2005-04-07 01:48:03.000000000 +0200
+++ kiax-0.8.4/qkiax.pro        2005-07-24 20:31:36.000000000 +0200
@@ -3,7 +3,7 @@
 # Subdir relative project main directory: .
 # Target is a subdirs project

-TARGETDEPS += lib/libiaxclient.a \
+TARGETDEPS += \
               src/../bin/kiax
 CONFIG += release \
           warn_on \
@@ -11,7 +11,7 @@
           thread \
           x11
 TEMPLATE = subdirs
-SUBDIRS += lib \
+SUBDIRS += \
            i18n \
            src  \
           bin

--- t/kiax-0.8.4/src/src.pro.or 2005-04-07 00:31:02.000000000 +0200
+++ kiax-0.8.4/src/src.pro.or   2005-07-24 20:34:45.000000000 +0200
@@ -64,8 +64,7 @@
            kiaxcallrecord.cpp \
            kiaxcallregister.cpp \
            kiaxlogwindow.cpp
-TARGETDEPS += ../lib/libiaxclient.a
-LIBS += ../lib/libiaxclient.a
+LIBS += -liaxclient -lgsm -lspeex -lportaudio -lpthread -lm
 INCLUDEPATH = ../src \
               ../lib
 DEFINES = ICONS_PATH=\"./icons/\" \





More information about the Pkg-voip-maintainers mailing list