ports/128142: update net/ekiga to 3.0.0 to fit GNOME 2.24

Eric L. Chen d9364104 at mail.nchu.edu.tw
Thu Oct 16 08:30:02 UTC 2008


>Number:         128142
>Category:       ports
>Synopsis:       update net/ekiga to 3.0.0 to fit GNOME 2.24
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 16 08:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Eric L. Chen
>Release:        7-STABLE/i386
>Organization:
National Chung Hsing University
>Environment:
FreeBSD lihong-nb.local 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #18: Wed Oct 15 16:04:17 CST 2008     root at lihong-nb.local:/usr/obj/usr/src/sys/lihong-nb  i386
>Description:
According to GNOME 2.24 release ( http://library.gnome.org/misc/release-notes/2.24/#rnusers.ekiga ), ekiga should be version 3.0.0 in GNOME 2.24.0.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN ekiga.orig/Makefile ekiga/Makefile
--- ekiga.orig/Makefile	2008-06-06 21:49:57.000000000 +0800
+++ ekiga/Makefile	2008-10-16 16:10:16.000000000 +0800
@@ -6,19 +6,19 @@
 #
 
 PORTNAME=	ekiga
-PORTVERSION=	2.0.11
-PORTREVISION=	4
+PORTVERSION=	3.0.0
 CATEGORIES=	net gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR=	sources/${PORTNAME}/2.0
+MASTER_SITE_SUBDIR=	sources/${PORTNAME}/3.0
 
 MAINTAINER=	mi at aldan.algebra.com
 COMMENT=	VoIP phone for GNOME
 
 OPTIONS=	AVAHI	"Support Avahi for service discovery on LAN" on \
-		DBUS	"Use D-BUS for interprocess communication" on
+		DBUS	"Use D-BUS for interprocess communication" on \
+		LDAP	"Support LDAP for interprocess communication" on
 
-LIB_DEPENDS=	opal_r:${PORTSDIR}/net/opal
+LIB_DEPENDS=	opal:${PORTSDIR}/net/opal
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
@@ -30,21 +30,14 @@
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
 		SDL_CONFIG="${SDL_CONFIG}"
-CONFIGURE_ARGS=	--with-pwlib-dir=${LOCALBASE} \
-		--with-opal-dir=${LOCALBASE}
+#CONFIGURE_ARGS=	--with-pwlib-dir=${LOCALBASE} \
+#		--with-opal-dir=${LOCALBASE}
+
 ALL_TARGET=	-j`${SYSCTL} -n hw.ncpu`
 
 GCONF_SCHEMAS=	ekiga.schemas
 MAN1=		ekiga.1
 
-pre-configure:
-	${REINPLACE_CMD} -e "s,PWLIB_REC_VERSION=.*,PWLIB_REC_VERSION=`ptlib-config \
-			--version`," \
-		-e "s,OPAL_REC_VERSION=.*,OPAL_REC_VERSION=`${AWK} \
-			'/define OPAL_VERSION/ \
-			{printf $$NF}' ${LOCALBASE}/include/opal/opal/buildopts.h`," \
-		${WRKSRC}/configure
-
 .include <bsd.port.pre.mk>
 
 .ifndef (WITHOUT_AVAHI)
@@ -63,4 +56,11 @@
 PLIST_SUB+=	DBUS:="@comment "
 .endif
 
+.ifndef (WITHOUT_LDAP)
+USE_OPENLDAP=	yes
+CONFIGURE_ARGS+=--enable-ldap --with-ldap-dir=${LOCALBASE}
+.else
+CONFIGURE_ARGS+=--disable-ldap
+.endif
+
 .include <bsd.port.post.mk>
diff -urN ekiga.orig/distinfo ekiga/distinfo
--- ekiga.orig/distinfo	2008-01-08 05:07:39.000000000 +0800
+++ ekiga/distinfo	2008-10-16 16:10:16.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (ekiga-2.0.11.tar.bz2) = c4b18fdd5f392545f4c8498fb8874882
-SHA256 (ekiga-2.0.11.tar.bz2) = 5bd9f811685ec6d73b59ebcb66b8c26e673d40452b75d7a0d5dc9bf203fb5766
-SIZE (ekiga-2.0.11.tar.bz2) = 5550887
+MD5 (ekiga-3.0.0.tar.bz2) = a774e89a5812eb7d03be29502ee99620
+SHA256 (ekiga-3.0.0.tar.bz2) = ca04b9988c8de582dda9d8597a38f1c1ec415548f1463cb60c668c16987e93d0
+SIZE (ekiga-3.0.0.tar.bz2) = 7767165
diff -urN ekiga.orig/files/patch-src-devices-fakevideoinput ekiga/files/patch-src-devices-fakevideoinput
--- ekiga.orig/files/patch-src-devices-fakevideoinput	2008-03-07 06:59:52.000000000 +0800
+++ ekiga/files/patch-src-devices-fakevideoinput	1970-01-01 08:00:00.000000000 +0800
@@ -1,39 +0,0 @@
-Remove the guts from a function, that no longer compiles with
-PWLib-1.12. Since the whole file is dealing with the situation,
-when there is, in fact, no video -- the user is shown a logo
-instead -- it is unclear, what good was this function providing
-even when it worked.
-
-Better patches are actively solicited...
-
-	-mi
-
---- src/devices/fakevideoinput.cpp	2007-09-18 05:00:19.000000000 -0400
-+++ src/devices/fakevideoinput.cpp	2008-03-06 17:13:47.000000000 -0500
-@@ -334,26 +334,4 @@
- PVideoInputDevice_Picture::WaitFinishPreviousFrame ()
- {
--  if (frameTimeError == 0) {
--
--    frameTimeError += msBetweenFrames;
--    return;
--  }
--
--  PTime now;
--  PTimeInterval delay = now - previousFrameTime;
--  frameTimeError += msBetweenFrames;
--  frameTimeError -= (int) delay.GetMilliSeconds();
--  frameTimeError += 1000 / frameRate;
--
--  previousFrameTime = now;
--
--  if (frameTimeError > 0) {
--    PTRACE(6, "FakeVideo\t Sleep for " << frameTimeError << " milli seconds");
--#ifdef P_LINUX
--    usleep(frameTimeError * 1000);
--#else
--    PThread::Current()->Sleep(frameTimeError);
--#endif
--  }
- }
- 
diff -urN ekiga.orig/files/patch-src-gui-libintl ekiga/files/patch-src-gui-libintl
--- ekiga.orig/files/patch-src-gui-libintl	2006-04-06 21:04:59.000000000 +0800
+++ ekiga/files/patch-src-gui-libintl	1970-01-01 08:00:00.000000000 +0800
@@ -1,31 +0,0 @@
---- src/gui/addressbook.cpp.orig	Sun Mar 12 20:11:33 2006
-+++ 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"
---- src/gui/main.cpp.orig	Sun Mar 12 20:11:34 2006
-+++ 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>
diff -urN ekiga.orig/files/patch-src-gui-main.cpp ekiga/files/patch-src-gui-main.cpp
--- ekiga.orig/files/patch-src-gui-main.cpp	2006-07-05 10:49:16.000000000 +0800
+++ ekiga/files/patch-src-gui-main.cpp	1970-01-01 08:00:00.000000000 +0800
@@ -1,11 +0,0 @@
---- src/gui/main.cpp.orig	Thu Jun 22 10:00:56 2006
-+++ src/gui/main.cpp	Thu Jun 22 10:03:18 2006
-@@ -1282,7 +1282,7 @@
-     gtk_container_set_border_width (GTK_CONTAINER (button), 0);
-     gtk_container_add (GTK_CONTAINER (button), box);
-    
--    gtk_widget_add_accelerator (button, "activate", 
-+    gtk_widget_add_accelerator (button, "clicked", 
- 				mw->accel, key_kp [i], 
- 				(GdkModifierType) 0, (GtkAccelFlags) 0);
-     
diff -urN ekiga.orig/files/patch-ubuntu ekiga/files/patch-ubuntu
--- ekiga.orig/files/patch-ubuntu	2008-03-07 06:59:52.000000000 +0800
+++ ekiga/files/patch-ubuntu	1970-01-01 08:00:00.000000000 +0800
@@ -1,15 +0,0 @@
-A small patch found among Ubuntu and Debian ports of Ekiga.
-
-	-mi
-
---- lib/gmconf/gmconf-glib.c	2007-09-18 09:00:21.000000000 +0000
-+++ lib/gmconf/gmconf-glib.c	2007-10-06 18:34:01.000000000 +0000
-@@ -1473,7 +1473,7 @@
- }
- 
- gboolean 
--gm_conf_is_key_writable (gchar *key)
-+gm_conf_is_key_writable (const gchar *key)
- {
-   g_return_val_if_fail (key != NULL, FALSE);
- 
diff -urN ekiga.orig/pkg-plist ekiga/pkg-plist
--- ekiga.orig/pkg-plist	2008-01-21 00:28:46.000000000 +0800
+++ ekiga/pkg-plist	2008-10-16 16:10:16.000000000 +0800
@@ -1,57 +1,276 @@
 bin/ekiga
 bin/ekiga-config-tool
 %%DBUS:%%bin/ekiga-helper
-libdata/bonobo/servers/ekiga.server
-%%DBUS:%%share/dbus-1/services/net.ekiga.helper.service
-%%DBUS:%%share/dbus-1/services/net.ekiga.instance.service
-share/applications/ekiga.desktop
+share/sounds/ekiga/ring.wav
+share/sounds/ekiga/busytone.wav
+share/sounds/ekiga/newmessage.wav
+share/sounds/ekiga/dialtone.wav
+share/sounds/ekiga/voicemail.wav
+ at dirrm share/sounds/ekiga
+share/icons/hicolor/16x16/apps/ekiga.png
+share/icons/hicolor/22x22/apps/ekiga.png
+share/icons/hicolor/32x32/apps/ekiga.png
+share/icons/hicolor/48x48/apps/ekiga.png
+share/icons/hicolor/64x64/apps/ekiga.png
+share/icons/hicolor/72x72/apps/ekiga.png
+share/icons/hicolor/128x128/apps/ekiga.png
+share/pixmaps/ekiga/ekiga-logo.png
+ at dirrm share/pixmaps/ekiga
+%%DBUS:%%share/dbus-1/services/org.ekiga.Ekiga.service
+%%DBUS:%%share/dbus-1/services/org.ekiga.Helper.service
+share/locale/am/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/am/LC_MESSAGES
+ at dirrmtry share/locale/am
+share/locale/ar/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/ar/LC_MESSAGES
+ at dirrmtry share/locale/ar
+share/locale/az/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/az/LC_MESSAGES
+ at dirrmtry share/locale/az
+share/locale/be/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/be/LC_MESSAGES
+ at dirrmtry share/locale/be
+share/locale/bg/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/bg/LC_MESSAGES
+ at dirrmtry share/locale/bg
+share/locale/bn/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/bn/LC_MESSAGES
+ at dirrmtry share/locale/bn
+share/locale/bs/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/bs/LC_MESSAGES
+ at dirrmtry share/locale/bs
+share/locale/ca/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/ca/LC_MESSAGES
+ at dirrmtry share/locale/ca
+share/locale/cs/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/cs/LC_MESSAGES
+ at dirrmtry share/locale/cs
+share/locale/cy/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/cy/LC_MESSAGES
+ at dirrmtry share/locale/cy
+share/locale/da/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/da/LC_MESSAGES
+ at dirrmtry share/locale/da
+share/locale/de/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/de/LC_MESSAGES
+ at dirrmtry share/locale/de
+share/locale/el/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/el/LC_MESSAGES
+ at dirrmtry share/locale/el
+share/locale/en_CA/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/en_CA/LC_MESSAGES
+ at dirrmtry share/locale/en_CA
+share/locale/en_GB/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/en_GB/LC_MESSAGES
+ at dirrmtry share/locale/en_GB
+share/locale/eo/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/eo/LC_MESSAGES
+ at dirrmtry share/locale/eo
+share/locale/es/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/es/LC_MESSAGES
+ at dirrmtry share/locale/es
+share/locale/et/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/et/LC_MESSAGES
+ at dirrmtry share/locale/et
+share/locale/eu/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/eu/LC_MESSAGES
+ at dirrmtry share/locale/eu
+share/locale/fa/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/fa/LC_MESSAGES
+ at dirrmtry share/locale/fa
+share/locale/fi/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/fi/LC_MESSAGES
+ at dirrmtry share/locale/fi
+share/locale/fr/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/fr/LC_MESSAGES
+ at dirrmtry share/locale/fr
+share/locale/ga/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/ga/LC_MESSAGES
+ at dirrmtry share/locale/ga
+share/locale/gl/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/gl/LC_MESSAGES
+ at dirrmtry share/locale/gl
+share/locale/gu/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/gu/LC_MESSAGES
+ at dirrmtry share/locale/gu
+share/locale/he/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/he/LC_MESSAGES
+ at dirrmtry share/locale/he
+share/locale/hi/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/hi/LC_MESSAGES
+ at dirrmtry share/locale/hi
+share/locale/hr/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/hr/LC_MESSAGES
+ at dirrmtry share/locale/hr
+share/locale/hu/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/hu/LC_MESSAGES
+ at dirrmtry share/locale/hu
+share/locale/id/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/id/LC_MESSAGES
+ at dirrmtry share/locale/id
+share/locale/is/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/is/LC_MESSAGES
+ at dirrmtry share/locale/is
+share/locale/it/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/it/LC_MESSAGES
+ at dirrmtry share/locale/it
+share/locale/ja/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/ja/LC_MESSAGES
+ at dirrmtry share/locale/ja
+share/locale/ka/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/ka/LC_MESSAGES
+ at dirrmtry share/locale/ka
+share/locale/kn/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/kn/LC_MESSAGES
+ at dirrmtry share/locale/kn
+share/locale/ko/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/ko/LC_MESSAGES
+ at dirrmtry share/locale/ko
+share/locale/lt/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/lt/LC_MESSAGES
+ at dirrmtry share/locale/lt
+share/locale/lv/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/lv/LC_MESSAGES
+ at dirrmtry share/locale/lv
+share/locale/mk/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/mk/LC_MESSAGES
+ at dirrmtry share/locale/mk
+share/locale/ml/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/ml/LC_MESSAGES
+ at dirrmtry share/locale/ml
+share/locale/mn/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/mn/LC_MESSAGES
+ at dirrmtry share/locale/mn
+share/locale/ms/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/ms/LC_MESSAGES
+ at dirrmtry share/locale/ms
+share/locale/nb/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/nb/LC_MESSAGES
+ at dirrmtry share/locale/nb
+share/locale/ne/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/ne/LC_MESSAGES
+ at dirrmtry share/locale/ne
+share/locale/nl/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/nl/LC_MESSAGES
+ at dirrmtry share/locale/nl
+share/locale/nn/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/nn/LC_MESSAGES
+ at dirrmtry share/locale/nn
+share/locale/pa/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/pa/LC_MESSAGES
+ at dirrmtry share/locale/pa
+share/locale/pl/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/pl/LC_MESSAGES
+ at dirrmtry share/locale/pl
+share/locale/pt/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/pt/LC_MESSAGES
+ at dirrmtry share/locale/pt
+share/locale/pt_BR/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/pt_BR/LC_MESSAGES
+ at dirrmtry share/locale/pt_BR
+share/locale/ro/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/ro/LC_MESSAGES
+ at dirrmtry share/locale/ro
+share/locale/ru/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/ru/LC_MESSAGES
+ at dirrmtry share/locale/ru
+share/locale/sk/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/sk/LC_MESSAGES
+ at dirrmtry share/locale/sk
+share/locale/sl/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/sl/LC_MESSAGES
+ at dirrmtry share/locale/sl
+share/locale/sq/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/sq/LC_MESSAGES
+ at dirrmtry share/locale/sq
+share/locale/sr/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/sr/LC_MESSAGES
+ at dirrmtry share/locale/sr
+share/locale/sv/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/sv/LC_MESSAGES
+ at dirrmtry share/locale/sv
+share/locale/ta/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/ta/LC_MESSAGES
+ at dirrmtry share/locale/ta
+share/locale/th/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/th/LC_MESSAGES
+ at dirrmtry share/locale/th
+share/locale/tr/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/tr/LC_MESSAGES
+ at dirrmtry share/locale/tr
+share/locale/uk/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/uk/LC_MESSAGES
+ at dirrmtry share/locale/uk
+share/locale/vi/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/vi/LC_MESSAGES
+ at dirrmtry share/locale/vi
+share/locale/wa/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/wa/LC_MESSAGES
+ at dirrmtry share/locale/wa
+share/locale/zh_CN/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/zh_CN/LC_MESSAGES
+ at dirrmtry share/locale/zh_CN
+share/locale/zh_TW/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/zh_TW/LC_MESSAGES
+ at dirrmtry share/locale/zh_TW
+share/locale/zh_HK/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/zh_HK/LC_MESSAGES
+ at dirrmtry share/locale/zh_HK
+share/locale/rw/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/rw/LC_MESSAGES
+ at dirrmtry share/locale/rw
+share/locale/bn_IN/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/bn_IN/LC_MESSAGES
+ at dirrmtry share/locale/bn_IN
+share/locale/dz/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/dz/LC_MESSAGES
+ at dirrmtry share/locale/dz
+share/locale/ku/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/ku/LC_MESSAGES
+ at dirrmtry share/locale/ku
+share/locale/te/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/te/LC_MESSAGES
+ at dirrmtry share/locale/te
+share/locale/xh/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/xh/LC_MESSAGES
+ at dirrmtry share/locale/xh
+share/locale/mr/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/mr/LC_MESSAGES
+ at dirrmtry share/locale/mr
+share/locale/as/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/as/LC_MESSAGES
+ at dirrmtry share/locale/as
+share/locale/si/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/si/LC_MESSAGES
+ at dirrmtry share/locale/si
+share/locale/oc/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/oc/LC_MESSAGES
+ at dirrmtry share/locale/oc
+share/locale/mai/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/mai/LC_MESSAGES
+ at dirrmtry share/locale/mai
+share/locale/sr at latin/LC_MESSAGES/ekiga.mo
+ at dirrmtry share/locale/sr at latin/LC_MESSAGES
+ at dirrmtry share/locale/sr at latin
 share/gnome/help/ekiga/C/ekiga.xml
-share/gnome/help/ekiga/C/figures/accounts_d1.png
-share/gnome/help/ekiga/C/figures/accounts_h323.png
-share/gnome/help/ekiga/C/figures/accounts_sip.png
-share/gnome/help/ekiga/C/figures/audio_codecs.png
-share/gnome/help/ekiga/C/figures/call_d1.png
-share/gnome/help/ekiga/C/figures/chat_d1.png
+share/gnome/help/ekiga/C/figures/lumi.png
 share/gnome/help/ekiga/C/figures/config_d1.png
-share/gnome/help/ekiga/C/figures/config_d10.png
 share/gnome/help/ekiga/C/figures/config_d2.png
 share/gnome/help/ekiga/C/figures/config_d3.png
 share/gnome/help/ekiga/C/figures/config_d4.png
 share/gnome/help/ekiga/C/figures/config_d5.png
 share/gnome/help/ekiga/C/figures/config_d6.png
 share/gnome/help/ekiga/C/figures/config_d7.png
-share/gnome/help/ekiga/C/figures/config_d8.png
-share/gnome/help/ekiga/C/figures/config_d9.png
-share/gnome/help/ekiga/C/figures/lumi.png
-share/gnome/help/ekiga/C/figures/stats.png
-share/gnome/help/ekiga/pt_BR/ekiga.xml
-share/gnome/help/ekiga/pt_BR/figures/accounts_d1.png
-share/gnome/help/ekiga/pt_BR/figures/accounts_h323.png
-share/gnome/help/ekiga/pt_BR/figures/accounts_sip.png
-share/gnome/help/ekiga/pt_BR/figures/audio_codecs.png
-share/gnome/help/ekiga/pt_BR/figures/call_d1.png
-share/gnome/help/ekiga/pt_BR/figures/chat_d1.png
-share/gnome/help/ekiga/pt_BR/figures/config_d1.png
-share/gnome/help/ekiga/pt_BR/figures/config_d10.png
-share/gnome/help/ekiga/pt_BR/figures/config_d2.png
-share/gnome/help/ekiga/pt_BR/figures/config_d3.png
-share/gnome/help/ekiga/pt_BR/figures/config_d4.png
-share/gnome/help/ekiga/pt_BR/figures/config_d5.png
-share/gnome/help/ekiga/pt_BR/figures/config_d6.png
-share/gnome/help/ekiga/pt_BR/figures/config_d7.png
-share/gnome/help/ekiga/pt_BR/figures/config_d8.png
-share/gnome/help/ekiga/pt_BR/figures/config_d9.png
-share/gnome/help/ekiga/pt_BR/figures/lumi.png
-share/gnome/help/ekiga/pt_BR/figures/stats.png
+share/gnome/help/ekiga/C/figures/call_d1.png
+share/gnome/help/ekiga/C/figures/accounts_d1.png
+share/gnome/help/ekiga/C/figures/accounts_sip.png
+share/gnome/help/ekiga/C/figures/accounts_h323.png
+share/gnome/help/ekiga/C/figures/audio_codecs.png
+ at dirrm share/gnome/help/ekiga/C/figures
+ at dirrm share/gnome/help/ekiga/C
 share/gnome/help/ekiga/bg/ekiga.xml
-share/gnome/help/ekiga/bg/figures/accounts_d1.png
-share/gnome/help/ekiga/bg/figures/accounts_h323.png
-share/gnome/help/ekiga/bg/figures/accounts_sip.png
-share/gnome/help/ekiga/bg/figures/audio_codecs.png
-share/gnome/help/ekiga/bg/figures/call_d1.png
-share/gnome/help/ekiga/bg/figures/chat_d1.png
+share/gnome/help/ekiga/bg/figures/lumi.png
 share/gnome/help/ekiga/bg/figures/config_d1.png
-share/gnome/help/ekiga/bg/figures/config_d10.png
 share/gnome/help/ekiga/bg/figures/config_d2.png
 share/gnome/help/ekiga/bg/figures/config_d3.png
 share/gnome/help/ekiga/bg/figures/config_d4.png
@@ -60,36 +279,50 @@
 share/gnome/help/ekiga/bg/figures/config_d7.png
 share/gnome/help/ekiga/bg/figures/config_d8.png
 share/gnome/help/ekiga/bg/figures/config_d9.png
-share/gnome/help/ekiga/bg/figures/lumi.png
+share/gnome/help/ekiga/bg/figures/config_d10.png
+share/gnome/help/ekiga/bg/figures/call_d1.png
 share/gnome/help/ekiga/bg/figures/stats.png
+share/gnome/help/ekiga/bg/figures/accounts_d1.png
+share/gnome/help/ekiga/bg/figures/accounts_sip.png
+share/gnome/help/ekiga/bg/figures/accounts_h323.png
+share/gnome/help/ekiga/bg/figures/audio_codecs.png
+ at dirrm share/gnome/help/ekiga/bg/figures
+ at dirrm share/gnome/help/ekiga/bg
 share/gnome/help/ekiga/de/ekiga.xml
-share/gnome/help/ekiga/de/figures/accounts_d1.png
-share/gnome/help/ekiga/de/figures/accounts_h323.png
-share/gnome/help/ekiga/de/figures/accounts_sip.png
-share/gnome/help/ekiga/de/figures/audio_codecs.png
-share/gnome/help/ekiga/de/figures/call_d1.png
-share/gnome/help/ekiga/de/figures/chat_d1.png
+share/gnome/help/ekiga/de/figures/lumi.png
 share/gnome/help/ekiga/de/figures/config_d1.png
-share/gnome/help/ekiga/de/figures/config_d10.png
 share/gnome/help/ekiga/de/figures/config_d2.png
 share/gnome/help/ekiga/de/figures/config_d3.png
 share/gnome/help/ekiga/de/figures/config_d4.png
 share/gnome/help/ekiga/de/figures/config_d5.png
 share/gnome/help/ekiga/de/figures/config_d6.png
 share/gnome/help/ekiga/de/figures/config_d7.png
-share/gnome/help/ekiga/de/figures/config_d8.png
-share/gnome/help/ekiga/de/figures/config_d9.png
-share/gnome/help/ekiga/de/figures/lumi.png
-share/gnome/help/ekiga/de/figures/stats.png
+share/gnome/help/ekiga/de/figures/call_d1.png
+share/gnome/help/ekiga/de/figures/accounts_d1.png
+share/gnome/help/ekiga/de/figures/accounts_sip.png
+share/gnome/help/ekiga/de/figures/accounts_h323.png
+share/gnome/help/ekiga/de/figures/audio_codecs.png
+ at dirrm share/gnome/help/ekiga/de/figures
+ at dirrm share/gnome/help/ekiga/de
+share/gnome/help/ekiga/el/ekiga.xml
+share/gnome/help/ekiga/el/figures/lumi.png
+share/gnome/help/ekiga/el/figures/config_d1.png
+share/gnome/help/ekiga/el/figures/config_d2.png
+share/gnome/help/ekiga/el/figures/config_d3.png
+share/gnome/help/ekiga/el/figures/config_d4.png
+share/gnome/help/ekiga/el/figures/config_d5.png
+share/gnome/help/ekiga/el/figures/config_d6.png
+share/gnome/help/ekiga/el/figures/config_d7.png
+share/gnome/help/ekiga/el/figures/call_d1.png
+share/gnome/help/ekiga/el/figures/accounts_d1.png
+share/gnome/help/ekiga/el/figures/accounts_sip.png
+share/gnome/help/ekiga/el/figures/accounts_h323.png
+share/gnome/help/ekiga/el/figures/audio_codecs.png
+ at dirrm share/gnome/help/ekiga/el/figures
+ at dirrm share/gnome/help/ekiga/el
 share/gnome/help/ekiga/es/ekiga.xml
-share/gnome/help/ekiga/es/figures/accounts_d1.png
-share/gnome/help/ekiga/es/figures/accounts_h323.png
-share/gnome/help/ekiga/es/figures/accounts_sip.png
-share/gnome/help/ekiga/es/figures/audio_codecs.png
-share/gnome/help/ekiga/es/figures/call_d1.png
-share/gnome/help/ekiga/es/figures/chat_d1.png
+share/gnome/help/ekiga/es/figures/lumi.png
 share/gnome/help/ekiga/es/figures/config_d1.png
-share/gnome/help/ekiga/es/figures/config_d10.png
 share/gnome/help/ekiga/es/figures/config_d2.png
 share/gnome/help/ekiga/es/figures/config_d3.png
 share/gnome/help/ekiga/es/figures/config_d4.png
@@ -98,17 +331,38 @@
 share/gnome/help/ekiga/es/figures/config_d7.png
 share/gnome/help/ekiga/es/figures/config_d8.png
 share/gnome/help/ekiga/es/figures/config_d9.png
-share/gnome/help/ekiga/es/figures/lumi.png
+share/gnome/help/ekiga/es/figures/config_d10.png
+share/gnome/help/ekiga/es/figures/call_d1.png
 share/gnome/help/ekiga/es/figures/stats.png
+share/gnome/help/ekiga/es/figures/accounts_d1.png
+share/gnome/help/ekiga/es/figures/accounts_sip.png
+share/gnome/help/ekiga/es/figures/accounts_h323.png
+share/gnome/help/ekiga/es/figures/audio_codecs.png
+ at dirrm share/gnome/help/ekiga/es/figures
+ at dirrm share/gnome/help/ekiga/es
+share/gnome/help/ekiga/fi/ekiga.xml
+share/gnome/help/ekiga/fi/figures/lumi.png
+share/gnome/help/ekiga/fi/figures/config_d1.png
+share/gnome/help/ekiga/fi/figures/config_d2.png
+share/gnome/help/ekiga/fi/figures/config_d3.png
+share/gnome/help/ekiga/fi/figures/config_d4.png
+share/gnome/help/ekiga/fi/figures/config_d5.png
+share/gnome/help/ekiga/fi/figures/config_d6.png
+share/gnome/help/ekiga/fi/figures/config_d7.png
+share/gnome/help/ekiga/fi/figures/config_d8.png
+share/gnome/help/ekiga/fi/figures/config_d9.png
+share/gnome/help/ekiga/fi/figures/config_d10.png
+share/gnome/help/ekiga/fi/figures/call_d1.png
+share/gnome/help/ekiga/fi/figures/stats.png
+share/gnome/help/ekiga/fi/figures/accounts_d1.png
+share/gnome/help/ekiga/fi/figures/accounts_sip.png
+share/gnome/help/ekiga/fi/figures/accounts_h323.png
+share/gnome/help/ekiga/fi/figures/audio_codecs.png
+ at dirrm share/gnome/help/ekiga/fi/figures
+ at dirrm share/gnome/help/ekiga/fi
 share/gnome/help/ekiga/fr/ekiga.xml
-share/gnome/help/ekiga/fr/figures/accounts_d1.png
-share/gnome/help/ekiga/fr/figures/accounts_h323.png
-share/gnome/help/ekiga/fr/figures/accounts_sip.png
-share/gnome/help/ekiga/fr/figures/audio_codecs.png
-share/gnome/help/ekiga/fr/figures/call_d1.png
-share/gnome/help/ekiga/fr/figures/chat_d1.png
+share/gnome/help/ekiga/fr/figures/lumi.png
 share/gnome/help/ekiga/fr/figures/config_d1.png
-share/gnome/help/ekiga/fr/figures/config_d10.png
 share/gnome/help/ekiga/fr/figures/config_d2.png
 share/gnome/help/ekiga/fr/figures/config_d3.png
 share/gnome/help/ekiga/fr/figures/config_d4.png
@@ -116,18 +370,68 @@
 share/gnome/help/ekiga/fr/figures/config_d6.png
 share/gnome/help/ekiga/fr/figures/config_d7.png
 share/gnome/help/ekiga/fr/figures/config_d8.png
-share/gnome/help/ekiga/fr/figures/config_d9.png
-share/gnome/help/ekiga/fr/figures/lumi.png
-share/gnome/help/ekiga/fr/figures/stats.png
+share/gnome/help/ekiga/fr/figures/call_d1.png
+share/gnome/help/ekiga/fr/figures/accounts_d1.png
+share/gnome/help/ekiga/fr/figures/accounts_sip.png
+share/gnome/help/ekiga/fr/figures/accounts_h323.png
+share/gnome/help/ekiga/fr/figures/audio_codecs.png
+ at dirrm share/gnome/help/ekiga/fr/figures
+ at dirrm share/gnome/help/ekiga/fr
+share/gnome/help/ekiga/oc/ekiga.xml
+share/gnome/help/ekiga/oc/figures/lumi.png
+share/gnome/help/ekiga/oc/figures/config_d1.png
+share/gnome/help/ekiga/oc/figures/config_d2.png
+share/gnome/help/ekiga/oc/figures/config_d3.png
+share/gnome/help/ekiga/oc/figures/config_d4.png
+share/gnome/help/ekiga/oc/figures/config_d5.png
+share/gnome/help/ekiga/oc/figures/config_d6.png
+share/gnome/help/ekiga/oc/figures/config_d7.png
+share/gnome/help/ekiga/oc/figures/call_d1.png
+share/gnome/help/ekiga/oc/figures/accounts_d1.png
+share/gnome/help/ekiga/oc/figures/accounts_sip.png
+share/gnome/help/ekiga/oc/figures/accounts_h323.png
+share/gnome/help/ekiga/oc/figures/audio_codecs.png
+ at dirrm share/gnome/help/ekiga/oc/figures
+ at dirrm share/gnome/help/ekiga/oc
+share/gnome/help/ekiga/pt_BR/ekiga.xml
+share/gnome/help/ekiga/pt_BR/figures/lumi.png
+share/gnome/help/ekiga/pt_BR/figures/config_d1.png
+share/gnome/help/ekiga/pt_BR/figures/config_d2.png
+share/gnome/help/ekiga/pt_BR/figures/config_d3.png
+share/gnome/help/ekiga/pt_BR/figures/config_d4.png
+share/gnome/help/ekiga/pt_BR/figures/config_d5.png
+share/gnome/help/ekiga/pt_BR/figures/config_d6.png
+share/gnome/help/ekiga/pt_BR/figures/config_d7.png
+share/gnome/help/ekiga/pt_BR/figures/config_d8.png
+share/gnome/help/ekiga/pt_BR/figures/config_d9.png
+share/gnome/help/ekiga/pt_BR/figures/config_d10.png
+share/gnome/help/ekiga/pt_BR/figures/call_d1.png
+share/gnome/help/ekiga/pt_BR/figures/stats.png
+share/gnome/help/ekiga/pt_BR/figures/accounts_d1.png
+share/gnome/help/ekiga/pt_BR/figures/accounts_sip.png
+share/gnome/help/ekiga/pt_BR/figures/accounts_h323.png
+share/gnome/help/ekiga/pt_BR/figures/audio_codecs.png
+ at dirrm share/gnome/help/ekiga/pt_BR/figures
+ at dirrm share/gnome/help/ekiga/pt_BR
+share/gnome/help/ekiga/ru/ekiga.xml
+share/gnome/help/ekiga/ru/figures/lumi.png
+share/gnome/help/ekiga/ru/figures/config_d1.png
+share/gnome/help/ekiga/ru/figures/config_d2.png
+share/gnome/help/ekiga/ru/figures/config_d3.png
+share/gnome/help/ekiga/ru/figures/config_d4.png
+share/gnome/help/ekiga/ru/figures/config_d5.png
+share/gnome/help/ekiga/ru/figures/config_d6.png
+share/gnome/help/ekiga/ru/figures/config_d7.png
+share/gnome/help/ekiga/ru/figures/call_d1.png
+share/gnome/help/ekiga/ru/figures/accounts_d1.png
+share/gnome/help/ekiga/ru/figures/accounts_sip.png
+share/gnome/help/ekiga/ru/figures/accounts_h323.png
+share/gnome/help/ekiga/ru/figures/audio_codecs.png
+ at dirrm share/gnome/help/ekiga/ru/figures
+ at dirrm share/gnome/help/ekiga/ru
 share/gnome/help/ekiga/sv/ekiga.xml
-share/gnome/help/ekiga/sv/figures/accounts_d1.png
-share/gnome/help/ekiga/sv/figures/accounts_h323.png
-share/gnome/help/ekiga/sv/figures/accounts_sip.png
-share/gnome/help/ekiga/sv/figures/audio_codecs.png
-share/gnome/help/ekiga/sv/figures/call_d1.png
-share/gnome/help/ekiga/sv/figures/chat_d1.png
+share/gnome/help/ekiga/sv/figures/lumi.png
 share/gnome/help/ekiga/sv/figures/config_d1.png
-share/gnome/help/ekiga/sv/figures/config_d10.png
 share/gnome/help/ekiga/sv/figures/config_d2.png
 share/gnome/help/ekiga/sv/figures/config_d3.png
 share/gnome/help/ekiga/sv/figures/config_d4.png
@@ -136,17 +440,18 @@
 share/gnome/help/ekiga/sv/figures/config_d7.png
 share/gnome/help/ekiga/sv/figures/config_d8.png
 share/gnome/help/ekiga/sv/figures/config_d9.png
-share/gnome/help/ekiga/sv/figures/lumi.png
+share/gnome/help/ekiga/sv/figures/config_d10.png
+share/gnome/help/ekiga/sv/figures/call_d1.png
 share/gnome/help/ekiga/sv/figures/stats.png
+share/gnome/help/ekiga/sv/figures/accounts_d1.png
+share/gnome/help/ekiga/sv/figures/accounts_sip.png
+share/gnome/help/ekiga/sv/figures/accounts_h323.png
+share/gnome/help/ekiga/sv/figures/audio_codecs.png
+ at dirrm share/gnome/help/ekiga/sv/figures
+ at dirrm share/gnome/help/ekiga/sv
 share/gnome/help/ekiga/uk/ekiga.xml
-share/gnome/help/ekiga/uk/figures/accounts_d1.png
-share/gnome/help/ekiga/uk/figures/accounts_h323.png
-share/gnome/help/ekiga/uk/figures/accounts_sip.png
-share/gnome/help/ekiga/uk/figures/audio_codecs.png
-share/gnome/help/ekiga/uk/figures/call_d1.png
-share/gnome/help/ekiga/uk/figures/chat_d1.png
+share/gnome/help/ekiga/uk/figures/lumi.png
 share/gnome/help/ekiga/uk/figures/config_d1.png
-share/gnome/help/ekiga/uk/figures/config_d10.png
 share/gnome/help/ekiga/uk/figures/config_d2.png
 share/gnome/help/ekiga/uk/figures/config_d3.png
 share/gnome/help/ekiga/uk/figures/config_d4.png
@@ -155,130 +460,29 @@
 share/gnome/help/ekiga/uk/figures/config_d7.png
 share/gnome/help/ekiga/uk/figures/config_d8.png
 share/gnome/help/ekiga/uk/figures/config_d9.png
-share/gnome/help/ekiga/uk/figures/lumi.png
+share/gnome/help/ekiga/uk/figures/config_d10.png
+share/gnome/help/ekiga/uk/figures/call_d1.png
 share/gnome/help/ekiga/uk/figures/stats.png
+share/gnome/help/ekiga/uk/figures/accounts_d1.png
+share/gnome/help/ekiga/uk/figures/accounts_sip.png
+share/gnome/help/ekiga/uk/figures/accounts_h323.png
+share/gnome/help/ekiga/uk/figures/audio_codecs.png
+ at dirrm share/gnome/help/ekiga/uk/figures
+ at dirrm share/gnome/help/ekiga/uk
+ at dirrm share/gnome/help/ekiga
 share/omf/ekiga/ekiga-C.omf
 share/omf/ekiga/ekiga-bg.omf
 share/omf/ekiga/ekiga-de.omf
+share/omf/ekiga/ekiga-el.omf
 share/omf/ekiga/ekiga-es.omf
+share/omf/ekiga/ekiga-fi.omf
 share/omf/ekiga/ekiga-fr.omf
+share/omf/ekiga/ekiga-oc.omf
 share/omf/ekiga/ekiga-pt_BR.omf
+share/omf/ekiga/ekiga-ru.omf
 share/omf/ekiga/ekiga-sv.omf
 share/omf/ekiga/ekiga-uk.omf
-share/pixmaps/ekiga.png
-share/pixmaps/ekiga/ekiga-logo.png
-share/pixmaps/ekiga/ekiga.png
-share/sounds/ekiga/busytone.wav
-share/sounds/ekiga/dialtone.wav
-share/sounds/ekiga/newmessage.wav
-share/sounds/ekiga/ring.wav
-share/sounds/ekiga/voicemail.wav
-share/locale/am/LC_MESSAGES/ekiga.mo
-share/locale/ar/LC_MESSAGES/ekiga.mo
-share/locale/az/LC_MESSAGES/ekiga.mo
-share/locale/be/LC_MESSAGES/ekiga.mo
-share/locale/bg/LC_MESSAGES/ekiga.mo
-share/locale/bn/LC_MESSAGES/ekiga.mo
-share/locale/bn_IN/LC_MESSAGES/ekiga.mo
-share/locale/bs/LC_MESSAGES/ekiga.mo
-share/locale/ca/LC_MESSAGES/ekiga.mo
-share/locale/cs/LC_MESSAGES/ekiga.mo
-share/locale/cy/LC_MESSAGES/ekiga.mo
-share/locale/da/LC_MESSAGES/ekiga.mo
-share/locale/de/LC_MESSAGES/ekiga.mo
-share/locale/dz/LC_MESSAGES/ekiga.mo
-share/locale/el/LC_MESSAGES/ekiga.mo
-share/locale/en_CA/LC_MESSAGES/ekiga.mo
-share/locale/en_GB/LC_MESSAGES/ekiga.mo
-share/locale/es/LC_MESSAGES/ekiga.mo
-share/locale/et/LC_MESSAGES/ekiga.mo
-share/locale/eu/LC_MESSAGES/ekiga.mo
-share/locale/fa/LC_MESSAGES/ekiga.mo
-share/locale/fi/LC_MESSAGES/ekiga.mo
-share/locale/fr/LC_MESSAGES/ekiga.mo
-share/locale/ga/LC_MESSAGES/ekiga.mo
-share/locale/gl/LC_MESSAGES/ekiga.mo
-share/locale/gu/LC_MESSAGES/ekiga.mo
-share/locale/he/LC_MESSAGES/ekiga.mo
-share/locale/hi/LC_MESSAGES/ekiga.mo
-share/locale/hr/LC_MESSAGES/ekiga.mo
-share/locale/hu/LC_MESSAGES/ekiga.mo
-share/locale/id/LC_MESSAGES/ekiga.mo
-share/locale/is/LC_MESSAGES/ekiga.mo
-share/locale/it/LC_MESSAGES/ekiga.mo
-share/locale/ja/LC_MESSAGES/ekiga.mo
-share/locale/ka/LC_MESSAGES/ekiga.mo
-share/locale/ko/LC_MESSAGES/ekiga.mo
-share/locale/ku/LC_MESSAGES/ekiga.mo
-share/locale/lt/LC_MESSAGES/ekiga.mo
-share/locale/lv/LC_MESSAGES/ekiga.mo
-share/locale/mk/LC_MESSAGES/ekiga.mo
-share/locale/ml/LC_MESSAGES/ekiga.mo
-share/locale/mn/LC_MESSAGES/ekiga.mo
-share/locale/mr/LC_MESSAGES/ekiga.mo
-share/locale/ms/LC_MESSAGES/ekiga.mo
-share/locale/nb/LC_MESSAGES/ekiga.mo
-share/locale/ne/LC_MESSAGES/ekiga.mo
-share/locale/nl/LC_MESSAGES/ekiga.mo
-share/locale/oc/LC_MESSAGES/ekiga.mo
-share/locale/or/LC_MESSAGES/ekiga.mo
-share/locale/pa/LC_MESSAGES/ekiga.mo
-share/locale/pl/LC_MESSAGES/ekiga.mo
-share/locale/pt/LC_MESSAGES/ekiga.mo
-share/locale/pt_BR/LC_MESSAGES/ekiga.mo
-share/locale/ro/LC_MESSAGES/ekiga.mo
-share/locale/ru/LC_MESSAGES/ekiga.mo
-share/locale/rw/LC_MESSAGES/ekiga.mo
-share/locale/sk/LC_MESSAGES/ekiga.mo
-share/locale/sl/LC_MESSAGES/ekiga.mo
-share/locale/sq/LC_MESSAGES/ekiga.mo
-share/locale/sr/LC_MESSAGES/ekiga.mo
-share/locale/sr at Latn/LC_MESSAGES/ekiga.mo
-share/locale/sv/LC_MESSAGES/ekiga.mo
-share/locale/ta/LC_MESSAGES/ekiga.mo
-share/locale/th/LC_MESSAGES/ekiga.mo
-share/locale/tr/LC_MESSAGES/ekiga.mo
-share/locale/uk/LC_MESSAGES/ekiga.mo
-share/locale/vi/LC_MESSAGES/ekiga.mo
-share/locale/wa/LC_MESSAGES/ekiga.mo
-share/locale/xh/LC_MESSAGES/ekiga.mo
-share/locale/zh_CN/LC_MESSAGES/ekiga.mo
-share/locale/zh_HK/LC_MESSAGES/ekiga.mo
-share/locale/zh_TW/LC_MESSAGES/ekiga.mo
- at dirrm share/sounds/ekiga
- at dirrm share/pixmaps/ekiga
 @dirrm share/omf/ekiga
- at dirrm share/gnome/help/ekiga/uk/figures
- at dirrm share/gnome/help/ekiga/uk
- at dirrm share/gnome/help/ekiga/sv/figures
- at dirrm share/gnome/help/ekiga/sv
- at dirrm share/gnome/help/ekiga/pt_BR/figures
- at dirrm share/gnome/help/ekiga/pt_BR
- at dirrm share/gnome/help/ekiga/fr/figures
- at dirrm share/gnome/help/ekiga/fr
- at dirrm share/gnome/help/ekiga/es/figures
- at dirrm share/gnome/help/ekiga/es
- at dirrm share/gnome/help/ekiga/de/figures
- at dirrm share/gnome/help/ekiga/de
- at dirrm share/gnome/help/ekiga/bg/figures
- at dirrm share/gnome/help/ekiga/bg
- at dirrm share/gnome/help/ekiga/C/figures
- at dirrm share/gnome/help/ekiga/C
- at dirrm share/gnome/help/ekiga
- at dirrmtry share/locale/zh_HK/LC_MESSAGES
- at dirrmtry share/locale/zh_HK
- at dirrmtry share/locale/xh/LC_MESSAGES
- at dirrmtry share/locale/xh
- at dirrmtry share/locale/rw/LC_MESSAGES
- at dirrmtry share/locale/rw
- at dirrmtry share/locale/mr/LC_MESSAGES
- at dirrmtry share/locale/mr
- at dirrmtry share/locale/ku/LC_MESSAGES
- at dirrmtry share/locale/ku
- at dirrmtry share/locale/dz/LC_MESSAGES
- at dirrmtry share/locale/dz
- at dirrmtry share/locale/bn_IN/LC_MESSAGES
- at dirrmtry share/locale/bn_IN
- at dirrmtry share/locale/oc/LC_MESSAGES
- at dirrmtry share/locale/oc
+ at dirrmtry share/omf
+share/applications/ekiga.desktop
 @dirrmtry share/applications


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list