diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-21 17:35:56 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-21 17:35:56 +0800 |
commit | a72c6ba0f4c19a57bcdb21bd1da4ac81ff1440de (patch) | |
tree | f128b0688b314d35efb0aa92c01364aa064ff9ba | |
parent | eee1e9ac213d6b42ca972fa5fe9477d8e1f038bf (diff) | |
download | marcuscom-ports-a72c6ba0f4c19a57bcdb21bd1da4ac81ff1440de.tar marcuscom-ports-a72c6ba0f4c19a57bcdb21bd1da4ac81ff1440de.tar.gz marcuscom-ports-a72c6ba0f4c19a57bcdb21bd1da4ac81ff1440de.tar.bz2 marcuscom-ports-a72c6ba0f4c19a57bcdb21bd1da4ac81ff1440de.tar.lz marcuscom-ports-a72c6ba0f4c19a57bcdb21bd1da4ac81ff1440de.tar.xz marcuscom-ports-a72c6ba0f4c19a57bcdb21bd1da4ac81ff1440de.tar.zst marcuscom-ports-a72c6ba0f4c19a57bcdb21bd1da4ac81ff1440de.zip |
Remove ekiga was updated in ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18688 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net/ekiga/Makefile | 63 | ||||
-rw-r--r-- | net/ekiga/distinfo | 2 | ||||
-rw-r--r-- | net/ekiga/files/patch-src-devices-fakevideoinput | 39 | ||||
-rw-r--r-- | net/ekiga/files/patch-src-gui-libintl | 31 | ||||
-rw-r--r-- | net/ekiga/files/patch-src-gui-main.cpp | 11 | ||||
-rw-r--r-- | net/ekiga/files/patch-ubuntu | 15 | ||||
-rw-r--r-- | net/ekiga/pkg-descr | 7 | ||||
-rw-r--r-- | net/ekiga/pkg-plist | 284 | ||||
-rw-r--r-- | net/ekiga3/Makefile | 131 | ||||
-rw-r--r-- | net/ekiga3/distinfo | 2 | ||||
-rw-r--r-- | net/ekiga3/files/patch-configure | 20 | ||||
-rw-r--r-- | net/ekiga3/files/patch-halodbus.diff | 15 | ||||
-rw-r--r-- | net/ekiga3/files/patch-lib_engine_components_libnotify_libnotify-main.cpp | 19 | ||||
-rw-r--r-- | net/ekiga3/files/patch-src_gui_main.cpp | 16 | ||||
-rw-r--r-- | net/ekiga3/pkg-descr | 5 | ||||
-rw-r--r-- | net/ekiga3/pkg-plist | 539 |
16 files changed, 0 insertions, 1199 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile deleted file mode 100644 index aef88ebd1..000000000 --- a/net/ekiga/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# Created by: roger@FreeBSD.org -# $FreeBSD$ -# $MCom: ports/trunk/net/ekiga/Makefile 18610 2013-06-30 16:33:05Z marcus $ - -PORTNAME= ekiga -PORTVERSION= 2.0.11 -PORTREVISION= 14 -CATEGORIES= net gnome -MASTER_SITES= GNOME - -MAINTAINER= mi@aldan.algebra.com -COMMENT= VoIP phone for GNOME - -LIB_DEPENDS= opal_r:${PORTSDIR}/net/opal - -CONFLICTS= ekiga3-3.* - -USE_BZIP2= yes -USES= gettext gmake pathfix -USE_SDL= sdl -INSTALLS_OMF= yes -USE_GNOME= libgnomeui gnomeprefix gnomedocutils \ - evolutiondataserver intlhack -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" -CONFIGURE_ARGS= --with-pwlib-dir=${LOCALBASE} \ - --with-opal-dir=${LOCALBASE} - -GCONF_SCHEMAS= ekiga.schemas -MAN1= ekiga.1 - -OPTIONS_DEFINE= AVAHI DBUS -OPTIONS_DEFAULT=AVAHI DBUS - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MAVAHI} -LIB_DEPENDS+= avahi-core:${PORTSDIR}/net/avahi-app -CONFIGURE_ARGS+=--enable-avahi -.else -CONFIGURE_ARGS+=--disable-avahi -.endif - -.if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus -CONFIGURE_ARGS+=--enable-dbus -PLIST_SUB+= DBUS:="" -.else -CONFIGURE_ARGS+=--disable-dbus -PLIST_SUB+= DBUS:="@comment " -.endif - -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.mk> diff --git a/net/ekiga/distinfo b/net/ekiga/distinfo deleted file mode 100644 index e9e263b4f..000000000 --- a/net/ekiga/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ekiga-2.0.11.tar.bz2) = 5bd9f811685ec6d73b59ebcb66b8c26e673d40452b75d7a0d5dc9bf203fb5766 -SIZE (ekiga-2.0.11.tar.bz2) = 5550887 diff --git a/net/ekiga/files/patch-src-devices-fakevideoinput b/net/ekiga/files/patch-src-devices-fakevideoinput deleted file mode 100644 index 066fd69cf..000000000 --- a/net/ekiga/files/patch-src-devices-fakevideoinput +++ /dev/null @@ -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 --git a/net/ekiga/files/patch-src-gui-libintl b/net/ekiga/files/patch-src-gui-libintl deleted file mode 100644 index 5b987de36..000000000 --- a/net/ekiga/files/patch-src-gui-libintl +++ /dev/null @@ -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 --git a/net/ekiga/files/patch-src-gui-main.cpp b/net/ekiga/files/patch-src-gui-main.cpp deleted file mode 100644 index 44833bfee..000000000 --- a/net/ekiga/files/patch-src-gui-main.cpp +++ /dev/null @@ -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 --git a/net/ekiga/files/patch-ubuntu b/net/ekiga/files/patch-ubuntu deleted file mode 100644 index d52544e49..000000000 --- a/net/ekiga/files/patch-ubuntu +++ /dev/null @@ -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 --git a/net/ekiga/pkg-descr b/net/ekiga/pkg-descr deleted file mode 100644 index 6413ccfc2..000000000 --- a/net/ekiga/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Ekiga is a free Voice over IP phone allowing you to do free calls over the -Internet. - -Ekiga is the first Open Source application to support both H.323 and SIP, as -well as audio and video. Ekiga was formerly known as GnomeMeeting. - -WWW: http://www.ekiga.org/ diff --git a/net/ekiga/pkg-plist b/net/ekiga/pkg-plist deleted file mode 100644 index 73ceb9acf..000000000 --- a/net/ekiga/pkg-plist +++ /dev/null @@ -1,284 +0,0 @@ -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/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/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/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/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 -share/gnome/help/ekiga/bg/figures/config_d5.png -share/gnome/help/ekiga/bg/figures/config_d6.png -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/stats.png -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/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/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/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 -share/gnome/help/ekiga/es/figures/config_d5.png -share/gnome/help/ekiga/es/figures/config_d6.png -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/stats.png -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/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 -share/gnome/help/ekiga/fr/figures/config_d5.png -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/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/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 -share/gnome/help/ekiga/sv/figures/config_d5.png -share/gnome/help/ekiga/sv/figures/config_d6.png -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/stats.png -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/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 -share/gnome/help/ekiga/uk/figures/config_d5.png -share/gnome/help/ekiga/uk/figures/config_d6.png -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/stats.png -share/omf/ekiga/ekiga-C.omf -share/omf/ekiga/ekiga-bg.omf -share/omf/ekiga/ekiga-de.omf -share/omf/ekiga/ekiga-es.omf -share/omf/ekiga/ekiga-fr.omf -share/omf/ekiga/ekiga-pt_BR.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@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 -@dirrm share/sounds/ekiga -@dirrm share/pixmaps/ekiga -@dirrm share/omf/ekiga -@dirrm share/gnome/help/ekiga/uk/figures -@dirrm share/gnome/help/ekiga/uk -@dirrm share/gnome/help/ekiga/sv/figures -@dirrm share/gnome/help/ekiga/sv -@dirrm share/gnome/help/ekiga/pt_BR/figures -@dirrm share/gnome/help/ekiga/pt_BR -@dirrm share/gnome/help/ekiga/fr/figures -@dirrm share/gnome/help/ekiga/fr -@dirrm share/gnome/help/ekiga/es/figures -@dirrm share/gnome/help/ekiga/es -@dirrm share/gnome/help/ekiga/de/figures -@dirrm share/gnome/help/ekiga/de -@dirrm share/gnome/help/ekiga/bg/figures -@dirrm share/gnome/help/ekiga/bg -@dirrm share/gnome/help/ekiga/C/figures -@dirrm share/gnome/help/ekiga/C -@dirrm share/gnome/help/ekiga -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/applications diff --git a/net/ekiga3/Makefile b/net/ekiga3/Makefile deleted file mode 100644 index 96745f1c2..000000000 --- a/net/ekiga3/Makefile +++ /dev/null @@ -1,131 +0,0 @@ -# Created by: Charlie & <root@ws.ipfw.ru> -# $FreeBSD$ - -PORTNAME= ekiga3 -PORTVERSION= 3.2.6 -PORTREVISION= 9 -CATEGORIES= net -MASTER_SITES= http://www.ekiga.org/admin/downloads/latest/sources/ekiga_${PORTVERSION}/ -DISTNAME= ekiga-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= VoIP and video conferencing application - -LIB_DEPENDS= sigc-2:${PORTSDIR}/devel/libsigc++20 \ - opal-3.6:${PORTSDIR}/net/opal3 -BUILD_DEPENDS= intltoolize:${PORTSDIR}/textproc/intltool \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ - ${LOCALBASE}/bin/scrollkeeper-config:${PORTSDIR}/textproc/rarian - -CONFLICTS= ekiga-2.* - -USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes -USES= gettext gmake pathfix perl5 pkgconfig -USE_XORG= xv -USE_GNOME= gtk20 -DIST_SUBDIR= gnome2 -INSTALLS_OMF= yes -INSTALLS_ICONS= yes - -MAN1= ekiga.1 - -OPTIONS_DEFINE= LDAP KDE4 H323 VIDEO NOTIFY EVOLUTION GCONF DBUS AVAHI \ - HELPDOCS -OPTIONS_DEFAULT=VIDEO NOTIFY GCONF AVAHI - -KDE4_DESC= KDE 4 desktop environment (experimental) -NOTIFY_DESC= Libnotify support -EVOLUTION_DESC= Evolution data server support -HELPDOCS_DESC= Ekiga help files - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MKDE4} -. if empty(PORT_OPTIONS:MDBUS) -BROKEN= Please enable DBUS or remove the KDE4 option! -. endif -USE_KDE4= kdehier kdelibs -USE_QT4= # empty -CONFIGURE_ARGS+= --enable-kde - -CONFIGURE_ENV+= KDE_CFLAGS="-I${KDE4_PREFIX}/include -I${QT_INCDIR} -I${LOCALBASE}/include" -K4_INC= ${KDE4_PREFIX:C/\//\\\//g} -.else -CONFIGURE_ARGS+= --disable-kde -.endif - -.if ${PORT_OPTIONS:MVIDEO} -BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat -.endif - -.if ${PORT_OPTIONS:MLDAP} -USE_OPENLDAP= yes -LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 -CONFIGURE_ARGS+= --enable-ldap --with-ldap-dir="${LOCALBASE}" --with-libsasl2-dir="${LOCALBASE}" -.else -CONFIGURE_ARGS+= --disable-ldap -.endif - -.if ${PORT_OPTIONS:MH323} -CONFIGURE_ARGS+= --enable-h323 -.else -CONFIGURE_ARGS+= --disable-h323 -.endif - -.if ${PORT_OPTIONS:MNOTIFY} -LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify -CONFIGURE_ARGS+= --enable-notify -.else -CONFIGURE_ARGS+= --disable-notify -.endif - -.if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus -CONFIGURE_ARGS+= --enable-dbus --enable-dbus-service -PLIST_SUB+= DBUS="" -.else -CONFIGURE_ARGS+= --disable-dbus --disable-dbus-service -PLIST_SUB+= DBUS="@comment " -.endif - -.if ${PORT_OPTIONS:MGCONF} -USE_GNOME+= gconf2 -CONFIGURE_ARGS+= --enable-gconf -GCONF_SCHEMAS= ekiga.schemas -PLIST_SUB+= NO_GCONF="@comment " -.else -CONFIGURE_ARGS+= --disable-gconf -PLIST_SUB+= NO_GCONF="" -.endif - -.if ${PORT_OPTIONS:MEVOLUTION} -USE_GNOME+= evolutiondataserver -CONFIGURE_ARGS+= --enable-eds -.else -CONFIGURE_ARGS+= --disable-eds -.endif - -.if ${PORT_OPTIONS:MAVAHI} -CONFIGURE_ARGS+= --enable-avahi -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-client.pc:${PORTSDIR}/net/avahi-app -.else -CONFIGURE_ARGS+= --disable-avahi -.endif - -.if ${PORT_OPTIONS:MHELPDOCS} -PLIST_SUB+= GNOMEHELP="" -USE_GNOME+= gnomedocutils -.else -CONFIGURE_ARGS+= --disable-gdu -PLIST_SUB+= GNOMEHELP="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's/V4L="enabled"/V4L="disabled"/' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's?^\(KDE_CFLAGS.*\)$$?\1 -I'"${KDE4_PREFIX}/include?" ${WRKSRC}/lib/engine/components/kde/Makefile.in - -post-configure: - @${REINPLACE_CMD} -e 's?^\(CPPFLAGS\) =\(.*\)$$?\1 = '"-I${LOCALBASE}/include"' \2?' ${WRKSRC}/lib/engine/addressbook/Makefile - -.include <bsd.port.mk> diff --git a/net/ekiga3/distinfo b/net/ekiga3/distinfo deleted file mode 100644 index a7a96e901..000000000 --- a/net/ekiga3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/ekiga-3.2.6.tar.gz) = 92e91a92fa13c9634c9cc35282a6db0f0d0bd4fed999d343bb54f9c993bc873f -SIZE (gnome2/ekiga-3.2.6.tar.gz) = 9939808 diff --git a/net/ekiga3/files/patch-configure b/net/ekiga3/files/patch-configure deleted file mode 100644 index 79bfbea51..000000000 --- a/net/ekiga3/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2010-08-28 15:04:35.000000000 -0400 -+++ configure 2010-08-28 15:05:31.000000000 -0400 -@@ -17255,7 +17255,7 @@ if test -n "$PKG_CONFIG"; then - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_NOTIFY_CFLAGS=`$PKG_CONFIG --cflags "libnotify" 2>/dev/null` -+ pkg_cv_NOTIFY_CFLAGS=`$PKG_CONFIG --cflags "libnotify" "gtk+-2.0" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -17273,7 +17273,7 @@ if test -n "$PKG_CONFIG"; then - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_NOTIFY_LIBS=`$PKG_CONFIG --libs "libnotify" 2>/dev/null` -+ pkg_cv_NOTIFY_LIBS=`$PKG_CONFIG --libs "libnotify" "gtk+-2.0" 2>/dev/null` - else - pkg_failed=yes - fi diff --git a/net/ekiga3/files/patch-halodbus.diff b/net/ekiga3/files/patch-halodbus.diff deleted file mode 100644 index b5ce29cf1..000000000 --- a/net/ekiga3/files/patch-halodbus.diff +++ /dev/null @@ -1,15 +0,0 @@ ---- lib/engine/components/hal-dbus/Makefile.in.orig 2009-10-25 01:38:37.000000000 +0400 -+++ lib/engine/components/hal-dbus/Makefile.in 2009-10-25 01:38:58.000000000 +0400 -@@ -648,10 +648,10 @@ - - - hal-marshal.h: hal-marshal.list -- $(LIBTOOL) --mode=execute glib-genmarshal --prefix=gm_hal_dbus_marshal $^ --header > $@.tmp && mv $@.tmp $@ -+ $(LIBTOOL) --mode=execute glib-genmarshal --prefix=gm_hal_dbus_marshal $^ --header < hal-marshal.list > $@.tmp && mv $@.tmp $@ - - hal-marshal.c: hal-marshal.list -- $(LIBTOOL) --mode=execute glib-genmarshal --prefix=gm_hal_dbus_marshal $^ --body > $@.tmp && mv $@.tmp $@ -+ $(LIBTOOL) --mode=execute glib-genmarshal --prefix=gm_hal_dbus_marshal $^ --body < hal-marshal.list > $@.tmp && mv $@.tmp $@ - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/net/ekiga3/files/patch-lib_engine_components_libnotify_libnotify-main.cpp b/net/ekiga3/files/patch-lib_engine_components_libnotify_libnotify-main.cpp deleted file mode 100644 index 5b5f5c23b..000000000 --- a/net/ekiga3/files/patch-lib_engine_components_libnotify_libnotify-main.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- lib/engine/components/libnotify/libnotify-main.cpp.orig 2009-09-22 16:27:35.000000000 +0200 -+++ lib/engine/components/libnotify/libnotify-main.cpp 2011-03-08 22:11:18.000000000 +0100 -@@ -38,6 +38,7 @@ - #include <map> - #include <tr1/memory> - -+#include <gtk/gtk.h> - #include <libnotify/notify.h> - - #include "services.h" -@@ -158,7 +159,7 @@ LibNotify::on_notification_added (gmref_ - - notif = notify_notification_new (notification->get_title ().c_str (), - notification->get_body ().c_str (), -- urgency, NULL); -+ urgency); - - g_signal_connect (notif, "closed", - G_CALLBACK (on_notif_closed), notification.get ()); diff --git a/net/ekiga3/files/patch-src_gui_main.cpp b/net/ekiga3/files/patch-src_gui_main.cpp deleted file mode 100644 index 3982ef64f..000000000 --- a/net/ekiga3/files/patch-src_gui_main.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- src/gui/main.cpp.orig 2011-03-08 22:31:52.000000000 +0100 -+++ src/gui/main.cpp 2011-03-08 22:47:35.000000000 +0100 -@@ -2807,12 +2807,11 @@ ekiga_main_window_incoming_call_notify ( - - body = g_strdup_printf ("%s\n%s\n%s", uri, app, account); - -- notify = notify_notification_new (title, body, GM_ICON_LOGO, NULL); -+ notify = notify_notification_new (title, body, GM_ICON_LOGO); - notify_notification_add_action (notify, "accept", _("Accept"), notify_action_cb, mw, NULL); - notify_notification_add_action (notify, "reject", _("Reject"), notify_action_cb, mw, NULL); - notify_notification_set_timeout (notify, NOTIFY_EXPIRES_NEVER); - notify_notification_set_urgency (notify, NOTIFY_URGENCY_CRITICAL); -- notify_notification_attach_to_status_icon (notify, statusicon); - if (!notify_notification_show (notify, NULL)) { - ekiga_main_window_incoming_call_dialog_show (mw, call); - } diff --git a/net/ekiga3/pkg-descr b/net/ekiga3/pkg-descr deleted file mode 100644 index 7ff17aa4d..000000000 --- a/net/ekiga3/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Ekiga (formely known as GnomeMeeting) is an open source -VoIP and video conferencing application for GNOME/KDE. -Ekiga uses both the H.323 and SIP protocols. - -WWW: http://ekiga.org diff --git a/net/ekiga3/pkg-plist b/net/ekiga3/pkg-plist deleted file mode 100644 index 8f731ef4c..000000000 --- a/net/ekiga3/pkg-plist +++ /dev/null @@ -1,539 +0,0 @@ -bin/ekiga -bin/ekiga-config-tool -%%DBUS%%bin/ekiga-helper -%%NO_GCONF%%etc/ekiga/ekiga.schemas -share/locale/am/LC_MESSAGES/ekiga.mo -share/locale/ar/LC_MESSAGES/ekiga.mo -share/locale/as/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/ca@valencia/LC_MESSAGES/ekiga.mo -share/locale/crh/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/eo/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/kn/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/mai/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/nn/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/si/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@latin/LC_MESSAGES/ekiga.mo -share/locale/sv/LC_MESSAGES/ekiga.mo -share/locale/ta/LC_MESSAGES/ekiga.mo -share/locale/te/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 -share/applications/ekiga.desktop -%%DBUS%%share/dbus-1/services/org.ekiga.Ekiga.service -%%DBUS%%share/dbus-1/services/org.ekiga.Helper.service -%%GNOMEHELP%%share/gnome/help/ekiga/C/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/es/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/eu/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/fi/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/fr/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/oc/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/pt_BR/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/ru/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/sv/figures/lumi.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/call_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/config_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/config_d2.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/config_d3.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/config_d4.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/config_d5.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/config_d6.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/config_d7.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/uk/figures/lumi.png -share/icons/hicolor/128x128/apps/ekiga.png -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 -%%GNOMEHELP%%share/omf/ekiga/ekiga-C.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-bg.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-ca.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-de.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-el.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-en_GB.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-es.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-eu.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-fi.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-fr.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-oc.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-pt_BR.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-ru.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-sv.omf -%%GNOMEHELP%%share/omf/ekiga/ekiga-uk.omf -share/pixmaps/ekiga/ekiga-logo.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 -@dirrm share/pixmaps/ekiga -@dirrm share/sounds/ekiga -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/wa/LC_MESSAGES -@dirrmtry share/locale/wa -@dirrmtry share/locale/vi/LC_MESSAGES -@dirrmtry share/locale/vi -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/tr/LC_MESSAGES -@dirrmtry share/locale/tr -@dirrmtry share/locale/th/LC_MESSAGES -@dirrmtry share/locale/th -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/ta/LC_MESSAGES -@dirrmtry share/locale/ta -@dirrmtry share/locale/sv/LC_MESSAGES -@dirrmtry share/locale/sv -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sq/LC_MESSAGES -@dirrmtry share/locale/sq -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ru/LC_MESSAGES -@dirrmtry share/locale/ru -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt_BR/LC_MESSAGES -@dirrmtry share/locale/pt_BR -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/pa/LC_MESSAGES -@dirrmtry share/locale/pa -@dirrmtry share/locale/or/LC_MESSAGES -@dirrmtry share/locale/or -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/nl/LC_MESSAGES -@dirrmtry share/locale/nl -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/nb/LC_MESSAGES -@dirrmtry share/locale/nb -@dirrmtry share/locale/ms/LC_MESSAGES -@dirrmtry share/locale/ms -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mn/LC_MESSAGES -@dirrmtry share/locale/mn -@dirrmtry share/locale/ml/LC_MESSAGES -@dirrmtry share/locale/ml -@dirrmtry share/locale/mk/LC_MESSAGES -@dirrmtry share/locale/mk -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/lv/LC_MESSAGES -@dirrmtry share/locale/lv -@dirrmtry share/locale/lt/LC_MESSAGES -@dirrmtry share/locale/lt -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/kn/LC_MESSAGES -@dirrmtry share/locale/kn -@dirrmtry share/locale/ka/LC_MESSAGES -@dirrmtry share/locale/ka -@dirrmtry share/locale/ja/LC_MESSAGES -@dirrmtry share/locale/ja -@dirrmtry share/locale/it/LC_MESSAGES -@dirrmtry share/locale/it -@dirrmtry share/locale/is/LC_MESSAGES -@dirrmtry share/locale/is -@dirrmtry share/locale/id/LC_MESSAGES -@dirrmtry share/locale/id -@dirrmtry share/locale/hu/LC_MESSAGES -@dirrmtry share/locale/hu -@dirrmtry share/locale/hr/LC_MESSAGES -@dirrmtry share/locale/hr -@dirrmtry share/locale/hi/LC_MESSAGES -@dirrmtry share/locale/hi -@dirrmtry share/locale/he/LC_MESSAGES -@dirrmtry share/locale/he -@dirrmtry share/locale/gu/LC_MESSAGES -@dirrmtry share/locale/gu -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/ga/LC_MESSAGES -@dirrmtry share/locale/ga -@dirrmtry share/locale/fr/LC_MESSAGES -@dirrmtry share/locale/fr -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/fa/LC_MESSAGES -@dirrmtry share/locale/fa -@dirrmtry share/locale/eu/LC_MESSAGES -@dirrmtry share/locale/eu -@dirrmtry share/locale/et/LC_MESSAGES -@dirrmtry share/locale/et -@dirrmtry share/locale/es/LC_MESSAGES -@dirrmtry share/locale/es -@dirrmtry share/locale/eo/LC_MESSAGES -@dirrmtry share/locale/eo -@dirrmtry share/locale/en_GB/LC_MESSAGES -@dirrmtry share/locale/en_GB -@dirrmtry share/locale/en_CA/LC_MESSAGES -@dirrmtry share/locale/en_CA -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/de/LC_MESSAGES -@dirrmtry share/locale/de -@dirrmtry share/locale/da/LC_MESSAGES -@dirrmtry share/locale/da -@dirrmtry share/locale/cy/LC_MESSAGES -@dirrmtry share/locale/cy -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bs/LC_MESSAGES -@dirrmtry share/locale/bs -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/bn/LC_MESSAGES -@dirrmtry share/locale/bn -@dirrmtry share/locale/bg/LC_MESSAGES -@dirrmtry share/locale/bg -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be -@dirrmtry share/locale/az/LC_MESSAGES -@dirrmtry share/locale/az -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ar/LC_MESSAGES -@dirrmtry share/locale/ar -@dirrmtry share/locale/am/LC_MESSAGES -@dirrmtry share/locale/am -@dirrmtry share/locale -%%GNOMEHELP%%@dirrm share/omf/ekiga -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/uk/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/uk -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/sv/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/sv -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/ru/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/ru -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/pt_BR/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/pt_BR -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/oc/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/oc -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/fr/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/fr -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/fi/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/fi -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/eu/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/eu -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/es/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/es -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/en_GB/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/en_GB -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/el/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/el -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/de/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/de -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/ca/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/ca -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/bg/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/bg -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/C/figures -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga/C -%%GNOMEHELP%%@dirrm share/gnome/help/ekiga -@dirrmtry share/applications |