Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Apr 2006 12:55:03 +0200
From:      Jean-Baptiste Quenot <jbq@caraldi.com>
To:        gnome@FreeBSD.org
Cc:        Steve Ames <steve@energistic.com>
Subject:   Re: Successfully building ekiga
Message-ID:  <20060404105502.GL28452@vision.anyware>
In-Reply-To: <20060403152212.GA22840@energistic.com>
References:  <20060403094743.GH19483@vision.anyware> <20060403152212.GA22840@energistic.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--VrqPEDrXMn8OVzN4
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

* Steve Ames:
> 
> I'm prepping a patch and will send a PR to update the versions of
> pwlib and openh323 in the FreeBSD ports tree. I expect to have the
> patches complete, tested and submitted sometime today. I'll send
> you the PR numbers and links to the patches at that time.

OK, with the pwlib update, I can compile ekiga successfully:

1) patch pwlib using Steve's patch and install
2) install devel/dbus
3) install opal (from ekiga.org) with attached patch
   opal-patch-libspeex and then ./configure && gmake && gmake install
4) install ekiga (from ekiga.org) with attached patch
   20060404-freebsd-ekiga and the following configure magic:
   SDL_CONFIG=/usr/local/bin/sdl11-config LDFLAGS="-L/usr/local/lib -pthread" ./configure --prefix=/usr/X11R6  --with-pwlib-dir=/usr/local --with-opal-dir=/usr/local
   then gmake && gmake install

We should be able to make a port now, one for opal and another for
ekiga.  Shall the maintainer be gnome@FreeBSD.org?

Best regards,
-- 
     Jean-Baptiste Quenot
aka  John Banana Qwerty
http://caraldi.com/jbq/

--VrqPEDrXMn8OVzN4
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=opal-patch-libspeex

--- src/codec/speex/libspeex/kiss_fft.h.orig	Tue Apr  4 10:58:34 2006
+++ src/codec/speex/libspeex/kiss_fft.h	Tue Apr  4 10:58:57 2006
@@ -6,10 +6,6 @@
 #include <math.h>
 #include <memory.h>
 
-#ifndef P_MACOSX
-#include <malloc.h>   // RMF
-#endif
-
 #ifdef __cplusplus
 extern "C" {
 #endif

--VrqPEDrXMn8OVzN4
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=20060404-freebsd-ekiga

diff -ru ekiga-2.0.1/src/gui/addressbook.cpp ekiga-2.0.1-patched/src/gui/addressbook.cpp
--- ekiga-2.0.1/src/gui/addressbook.cpp	Sun Mar 12 20:11:33 2006
+++ ekiga-2.0.1-patched/src/gui/addressbook.cpp	Tue Apr  4 12:17:23 2006
@@ -38,6 +38,7 @@
 
 #include "../../config.h"
 
+#include <libintl.h>
 #include "addressbook.h"
 #include "main.h"
 #include "chat.h"
diff -ru ekiga-2.0.1/src/gui/main.cpp ekiga-2.0.1-patched/src/gui/main.cpp
--- ekiga-2.0.1/src/gui/main.cpp	Sun Mar 12 20:11:34 2006
+++ ekiga-2.0.1-patched/src/gui/main.cpp	Tue Apr  4 12:17:27 2006
@@ -38,6 +38,7 @@
 
 #include "../../config.h"
 
+#include <libintl.h>
 #include "main.h"
 #include "callshistory.h"
 
@@ -78,10 +79,6 @@
 #include <gdk/gdkx.h>
 #else
 #include "winpaths.h"
-#endif
-
-#if defined(P_FREEBSD) || defined (P_MACOSX)
-#include <libintl.h>
 #endif
 
 #include <libxml/parser.h>

--VrqPEDrXMn8OVzN4--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060404105502.GL28452>