Ekiga FreeBSD 6.0-REL

2006-06-20 Thread m . apitz


Hello,

I've successful ported Ekiga to my FreeBSD notebook from the
sources (version ekiga-2.0.2); maybe it is interesting for the
port-maintainer as well, because the port is marked as broken:

rebelion# make
===  ekiga-2.0.1_2 is marked as broken: Unknown component gnomedocutils.
rebelion#

there have been only a small external refs clashes in a header file
which I solved by un-defining some external symbols (of course this
is not the right way to solve this):

$ diff /usr/local/include/libintl.h /usr/local/include/libintl.h.orig
118d117
 #undef gettext
135d133
 #undef dgettext
154d151
 #undef dcgettext
236d232
 #undef textdomain
255d250
 #undef bindtextdomain
274d268
 #undef bind_textdomain_codeset

and a tweaking of the ./configure script because FreeBSD 6.0-REL
comes with an older version as port of the gnome-doc-utils:

$ diff configure configure.orig
2316c2316
   GDU_REQUIRED_VERSION=0.2.1
---
   GDU_REQUIRED_VERSION=0.3.2

but the 0.2.1 seems to work as well. Ekiga installs fine for the
rest and local audio-loop-back is working.

My main question is, what could I do for the video grabbing in
my notebook? Are there some external LAN based cams working with
Ekiga and plug-in's for them?

Thx

matthias

-- 
Matthias Apitz
Manager Technical Support - OCLC PICA GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e [EMAIL PROTECTED] - w http://www.oclcpica.org/ http://guru.UnixLand.de/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ekiga FreeBSD 6.0-REL

2006-06-20 Thread Jean-Baptiste Quenot
* [EMAIL PROTECTED]:
 
 I've successful ported Ekiga to my FreeBSD notebook from the
 sources (version ekiga-2.0.2); maybe it is interesting for the
 port-maintainer as well, because the port is marked as broken:
 
 rebelion# make
 ===  ekiga-2.0.1_2 is marked as broken: Unknown component gnomedocutils.

No, ekiga is not currently broken.  The last update occured in
april, see http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/ekiga/Makefile

I will try and update the port to ekiga 2.0.2 as you suggest.
Thanks for reporting.

Cheers,
-- 
 Jean-Baptiste Quenot
aka  John Banana Qwerty
http://caraldi.com/jbq/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ekiga FreeBSD 6.0-REL

2006-06-20 Thread Jean-Baptiste Quenot
* [EMAIL PROTECTED]:
 El día Tuesday, June 20, 2006 a las 02:59:04PM +0200, Jean-Baptiste Quenot 
 escribió:
 
  * [EMAIL PROTECTED]:
   
   rebelion# make
   ===  ekiga-2.0.1_2 is marked as broken: Unknown component gnomedocutils.
  
  No, ekiga is not currently broken.  The last update occured in
  april, see http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/ekiga/Makefile
 
 I have exactly this port version because I fetched it as tar from
 the FreeBSD server:
 
 $ fgrep Makefile,v Makefile
 # $FreeBSD: ports/net/ekiga/Makefile,v 1.60 2006/04/23 10:34:03 erwin Exp $
 $ make
 ===  ekiga-2.0.1_2 is marked as broken: Unknown component gnomedocutils.

Please check that you have this as well in /usr/ports/Mk/bsd.gnome.mk:

  $FreeBSD: ports/Mk/bsd.gnome.mk,v 1.129 2006/06/14 02:51:02 marcus Exp $
-- 
 Jean-Baptiste Quenot
aka  John Banana Qwerty
http://caraldi.com/jbq/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ekiga FreeBSD 6.0-REL

2006-06-20 Thread m . apitz
El día Tuesday, June 20, 2006 a las 02:59:04PM +0200, Jean-Baptiste Quenot 
escribió:

 * [EMAIL PROTECTED]:
  
  I've successful ported Ekiga to my FreeBSD notebook from the
  sources (version ekiga-2.0.2); maybe it is interesting for the
  port-maintainer as well, because the port is marked as broken:
  
  rebelion# make
  ===  ekiga-2.0.1_2 is marked as broken: Unknown component gnomedocutils.
 
 No, ekiga is not currently broken.  The last update occured in
 april, see http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/ekiga/Makefile

I have exactly this port version because I fetched it as tar from
the FreeBSD server:

$ fgrep Makefile,v Makefile
# $FreeBSD: ports/net/ekiga/Makefile,v 1.60 2006/04/23 10:34:03 erwin Exp $
$ make
===  ekiga-2.0.1_2 is marked as broken: Unknown component gnomedocutils.

 I will try and update the port to ekiga 2.0.2 as you suggest.
 Thanks for reporting.

It turned out that there is as well the need for a tool called
'gnome-help-browser'; without this the online help does not work;
just running 'make install' in /usr/ports/x11/gnome2 to see if I can
get this to work.

Thx for the feedbck

matthias
-- 
Matthias Apitz
Manager Technical Support - OCLC PICA GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e [EMAIL PROTECTED] - w http://www.oclcpica.org/ http://guru.UnixLand.de/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ekiga FreeBSD 6.0-REL

2006-06-20 Thread m . apitz
El día Tuesday, June 20, 2006 a las 03:17:08PM +0200, Jean-Baptiste Quenot 
escribió:

  I have exactly this port version because I fetched it as tar from
  the FreeBSD server:
  
  $ fgrep Makefile,v Makefile
  # $FreeBSD: ports/net/ekiga/Makefile,v 1.60 2006/04/23 10:34:03 erwin Exp $
  $ make
  ===  ekiga-2.0.1_2 is marked as broken: Unknown component gnomedocutils.
 
 Please check that you have this as well in /usr/ports/Mk/bsd.gnome.mk:
 
   $FreeBSD: ports/Mk/bsd.gnome.mk,v 1.129 2006/06/14 02:51:02 marcus Exp $

ok, there I have what was installed with 6.0-REL:

   $FreeBSD: ports/Mk/bsd.gnome.mk,v 1.96 2005/05/21 19:51:41 kwm Exp $

matthias
-- 
Matthias Apitz
Manager Technical Support - OCLC PICA GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e [EMAIL PROTECTED] - w http://www.oclcpica.org/ http://guru.UnixLand.de/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]