Update to ekiga-4.0.0; still somewhat broken (thread rape!).
This commit is contained in:
parent
68e6cc809c
commit
0966f08bf6
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.59 2012/10/16 11:56:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.60 2012/11/27 08:15:12 ajacoutot Exp $
|
||||
|
||||
# if ekiga ever moves to gstreamer, detect_sndiosink_devices() will need
|
||||
# to be implemented in:
|
||||
@ -9,8 +9,7 @@ SHARED_ONLY= Yes
|
||||
COMMENT= SIP and H.323 compatible conferencing application
|
||||
|
||||
GNOME_PROJECT= ekiga
|
||||
GNOME_VERSION= 3.9.90
|
||||
REVISION= 2
|
||||
GNOME_VERSION= 4.0.0
|
||||
|
||||
SUBST_VARS += GNOME_VERSION # pkg/PLIST
|
||||
|
||||
@ -26,28 +25,26 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB += GL SDL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
|
||||
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender Xv Xxf86vm asn1 atk-1.0
|
||||
WANTLIB += avahi-client avahi-common avahi-glib boost_signals-mt
|
||||
WANTLIB += c cairo camel-1.2 com_err crypto dbus-1 dbus-glib-1
|
||||
WANTLIB += drm ebook-1.2 edataserver-1.2 expat ffi fontconfig
|
||||
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
||||
WANTLIB += gmodule-2.0 gobject-2.0 gssapi gthread-2.0 gtk-x11-2.0
|
||||
WANTLIB += krb5 lber-2.4 ldap-2.4 ldap_r-2.4 m notify nspr4 nss3
|
||||
WANTLIB += opal pango-1.0 pangocairo-1.0 pangoft2-1.0 gnome-keyring
|
||||
WANTLIB += pcre pixman-1 plc4 plds4 png pt pthread pthread-stubs
|
||||
WANTLIB += sasl2 smime3 sndio softokn3 soup-2.4 speexdsp sqlite3
|
||||
WANTLIB += ssl ssl3 stdc++ usbhid xcb xcb-render xcb-shm xml2
|
||||
WANTLIB += gck-1 gcr-base-3 gcrypt gpg-error harfbuzz icudata
|
||||
WANTLIB += icule icuuc nssutil3 p11-kit z
|
||||
WANTLIB += boost_signals-mt c cairo camel-1.2 com_err crypto dbus-1
|
||||
WANTLIB += dbus-glib-1 drm ebook-1.2 edataserver-1.2 expat ffi
|
||||
WANTLIB += fontconfig freetype gck-1 gcr-base-3 gcrypt gdk-x11-2.0
|
||||
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gnome-keyring
|
||||
WANTLIB += gobject-2.0 gpg-error gssapi gthread-2.0 gtk-x11-2.0
|
||||
WANTLIB += harfbuzz icudata icule icuuc krb5 lber-2.4 ldap-2.4
|
||||
WANTLIB += ldap_r-2.4 m notify nspr4 nss3 nssutil3 opal p11-kit
|
||||
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
||||
WANTLIB += plc4 plds4 png pt pthread pthread-stubs sasl2 smime3
|
||||
WANTLIB += sndio softokn3 soup-2.4 speexdsp sqlite3 ssl ssl3 stdc++
|
||||
WANTLIB += usbhid xcb xcb-render xcb-shm xml2 z
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome \
|
||||
devel/gconf2
|
||||
|
||||
LIB_DEPENDS= net/avahi \
|
||||
net/opal>=3.10.7 \
|
||||
LIB_DEPENDS= net/opal>=3.10.9 \
|
||||
devel/sdl \
|
||||
databases/evolution-data-server>=3.6.0p3 \
|
||||
devel/libnotify>=0.7.2 \
|
||||
databases/evolution-data-server \
|
||||
devel/libnotify \
|
||||
devel/boost \
|
||||
x11/gtk+2
|
||||
|
||||
@ -59,7 +56,7 @@ MODGCONF2_SCHEMAS_DIR= ekiga
|
||||
|
||||
MODGNOME_DESKTOP_FILE= Yes
|
||||
MODGNOME_ICON_CACHE= Yes
|
||||
MODGNOME_TOOLS= yelp
|
||||
#MODGNOME_TOOLS= yelp
|
||||
MODGNOME_LDFLAGS=-L${X11BASE}/lib
|
||||
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/ekiga-3.9.90.tar.xz) = 2QUWnCVxcxltI1utZQFoLNB3UqailXdiDMTfuR2Ld6k=
|
||||
SIZE (gnome/ekiga-3.9.90.tar.xz) = 8306552
|
||||
SHA256 (gnome/ekiga-4.0.0.tar.xz) = acVE+w8unLQludrhMbAeJWrSD9WX8frwwo9ZMLDx2Zg=
|
||||
SIZE (gnome/ekiga-4.0.0.tar.xz) = 8332828
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.6 2012/08/25 13:30:50 ajacoutot Exp $
|
||||
--- configure.orig Thu Aug 23 22:48:08 2012
|
||||
+++ configure Sat Aug 25 09:53:47 2012
|
||||
@@ -16528,8 +16528,8 @@ fi
|
||||
$OpenBSD: patch-configure,v 1.7 2012/11/27 08:15:12 ajacoutot Exp $
|
||||
--- configure.orig Mon Nov 26 20:52:20 2012
|
||||
+++ configure Tue Nov 27 08:46:11 2012
|
||||
@@ -16536,8 +16536,8 @@ fi
|
||||
|
||||
|
||||
if test ".$ac_cv_c_compiler_gnu" = .yes; then
|
||||
@ -12,7 +12,7 @@ $OpenBSD: patch-configure,v 1.6 2012/08/25 13:30:50 ajacoutot Exp $
|
||||
fi
|
||||
|
||||
case $host in
|
||||
@@ -16583,7 +16583,7 @@ case $target_os in
|
||||
@@ -16591,7 +16591,7 @@ case $target_os in
|
||||
gm_platform="gnu"
|
||||
;;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.13 2012/09/29 10:10:45 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.14 2012/11/27 08:15:12 ajacoutot Exp $
|
||||
@bin bin/ekiga
|
||||
bin/ekiga-config-tool
|
||||
@bin bin/ekiga-helper
|
||||
@ -8,6 +8,7 @@ lib/ekiga/${GNOME_VERSION}/libekiga.so
|
||||
lib/ekiga/${GNOME_VERSION}/plugins/
|
||||
lib/ekiga/${GNOME_VERSION}/plugins/libgmevolution.so
|
||||
lib/ekiga/${GNOME_VERSION}/plugins/libgmldap.so
|
||||
lib/ekiga/${GNOME_VERSION}/plugins/libgmlibnotify.so
|
||||
@man man/man1/ekiga.1
|
||||
share/applications/ekiga.desktop
|
||||
share/dbus-1/services/org.ekiga.Ekiga.service
|
||||
@ -25,9 +26,11 @@ share/gnome/help/ekiga/C/figures/accounts_h323.png
|
||||
share/gnome/help/ekiga/C/figures/accounts_sip.png
|
||||
share/gnome/help/ekiga/C/figures/addressbook_d1.png
|
||||
share/gnome/help/ekiga/C/figures/addressbook_d2.png
|
||||
share/gnome/help/ekiga/C/figures/addressbook_d3.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/call_history.png
|
||||
share/gnome/help/ekiga/C/figures/call_window.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_d2.png
|
||||
@ -53,9 +56,11 @@ share/gnome/help/ekiga/bg/figures/accounts_h323.png
|
||||
share/gnome/help/ekiga/bg/figures/accounts_sip.png
|
||||
share/gnome/help/ekiga/bg/figures/addressbook_d1.png
|
||||
share/gnome/help/ekiga/bg/figures/addressbook_d2.png
|
||||
share/gnome/help/ekiga/bg/figures/addressbook_d3.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/call_history.png
|
||||
share/gnome/help/ekiga/bg/figures/call_window.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_d2.png
|
||||
@ -81,9 +86,11 @@ share/gnome/help/ekiga/ca/figures/accounts_h323.png
|
||||
share/gnome/help/ekiga/ca/figures/accounts_sip.png
|
||||
share/gnome/help/ekiga/ca/figures/addressbook_d1.png
|
||||
share/gnome/help/ekiga/ca/figures/addressbook_d2.png
|
||||
share/gnome/help/ekiga/ca/figures/addressbook_d3.png
|
||||
share/gnome/help/ekiga/ca/figures/audio_codecs.png
|
||||
share/gnome/help/ekiga/ca/figures/call_d1.png
|
||||
share/gnome/help/ekiga/ca/figures/call_history.png
|
||||
share/gnome/help/ekiga/ca/figures/call_window.png
|
||||
share/gnome/help/ekiga/ca/figures/chat_d1.png
|
||||
share/gnome/help/ekiga/ca/figures/config_d1.png
|
||||
share/gnome/help/ekiga/ca/figures/config_d2.png
|
||||
@ -109,9 +116,11 @@ share/gnome/help/ekiga/de/figures/accounts_h323.png
|
||||
share/gnome/help/ekiga/de/figures/accounts_sip.png
|
||||
share/gnome/help/ekiga/de/figures/addressbook_d1.png
|
||||
share/gnome/help/ekiga/de/figures/addressbook_d2.png
|
||||
share/gnome/help/ekiga/de/figures/addressbook_d3.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/call_history.png
|
||||
share/gnome/help/ekiga/de/figures/call_window.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_d2.png
|
||||
@ -137,9 +146,11 @@ share/gnome/help/ekiga/el/figures/accounts_h323.png
|
||||
share/gnome/help/ekiga/el/figures/accounts_sip.png
|
||||
share/gnome/help/ekiga/el/figures/addressbook_d1.png
|
||||
share/gnome/help/ekiga/el/figures/addressbook_d2.png
|
||||
share/gnome/help/ekiga/el/figures/addressbook_d3.png
|
||||
share/gnome/help/ekiga/el/figures/audio_codecs.png
|
||||
share/gnome/help/ekiga/el/figures/call_d1.png
|
||||
share/gnome/help/ekiga/el/figures/call_history.png
|
||||
share/gnome/help/ekiga/el/figures/call_window.png
|
||||
share/gnome/help/ekiga/el/figures/chat_d1.png
|
||||
share/gnome/help/ekiga/el/figures/config_d1.png
|
||||
share/gnome/help/ekiga/el/figures/config_d2.png
|
||||
@ -165,9 +176,11 @@ share/gnome/help/ekiga/en_GB/figures/accounts_h323.png
|
||||
share/gnome/help/ekiga/en_GB/figures/accounts_sip.png
|
||||
share/gnome/help/ekiga/en_GB/figures/addressbook_d1.png
|
||||
share/gnome/help/ekiga/en_GB/figures/addressbook_d2.png
|
||||
share/gnome/help/ekiga/en_GB/figures/addressbook_d3.png
|
||||
share/gnome/help/ekiga/en_GB/figures/audio_codecs.png
|
||||
share/gnome/help/ekiga/en_GB/figures/call_d1.png
|
||||
share/gnome/help/ekiga/en_GB/figures/call_history.png
|
||||
share/gnome/help/ekiga/en_GB/figures/call_window.png
|
||||
share/gnome/help/ekiga/en_GB/figures/chat_d1.png
|
||||
share/gnome/help/ekiga/en_GB/figures/config_d1.png
|
||||
share/gnome/help/ekiga/en_GB/figures/config_d2.png
|
||||
@ -193,9 +206,11 @@ share/gnome/help/ekiga/es/figures/accounts_h323.png
|
||||
share/gnome/help/ekiga/es/figures/accounts_sip.png
|
||||
share/gnome/help/ekiga/es/figures/addressbook_d1.png
|
||||
share/gnome/help/ekiga/es/figures/addressbook_d2.png
|
||||
share/gnome/help/ekiga/es/figures/addressbook_d3.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/call_history.png
|
||||
share/gnome/help/ekiga/es/figures/call_window.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_d2.png
|
||||
@ -221,9 +236,11 @@ share/gnome/help/ekiga/eu/figures/accounts_h323.png
|
||||
share/gnome/help/ekiga/eu/figures/accounts_sip.png
|
||||
share/gnome/help/ekiga/eu/figures/addressbook_d1.png
|
||||
share/gnome/help/ekiga/eu/figures/addressbook_d2.png
|
||||
share/gnome/help/ekiga/eu/figures/addressbook_d3.png
|
||||
share/gnome/help/ekiga/eu/figures/audio_codecs.png
|
||||
share/gnome/help/ekiga/eu/figures/call_d1.png
|
||||
share/gnome/help/ekiga/eu/figures/call_history.png
|
||||
share/gnome/help/ekiga/eu/figures/call_window.png
|
||||
share/gnome/help/ekiga/eu/figures/chat_d1.png
|
||||
share/gnome/help/ekiga/eu/figures/config_d1.png
|
||||
share/gnome/help/ekiga/eu/figures/config_d2.png
|
||||
@ -249,9 +266,11 @@ share/gnome/help/ekiga/fi/figures/accounts_h323.png
|
||||
share/gnome/help/ekiga/fi/figures/accounts_sip.png
|
||||
share/gnome/help/ekiga/fi/figures/addressbook_d1.png
|
||||
share/gnome/help/ekiga/fi/figures/addressbook_d2.png
|
||||
share/gnome/help/ekiga/fi/figures/addressbook_d3.png
|
||||
share/gnome/help/ekiga/fi/figures/audio_codecs.png
|
||||
share/gnome/help/ekiga/fi/figures/call_d1.png
|
||||
share/gnome/help/ekiga/fi/figures/call_history.png
|
||||
share/gnome/help/ekiga/fi/figures/call_window.png
|
||||
share/gnome/help/ekiga/fi/figures/chat_d1.png
|
||||
share/gnome/help/ekiga/fi/figures/config_d1.png
|
||||
share/gnome/help/ekiga/fi/figures/config_d2.png
|
||||
@ -277,9 +296,11 @@ share/gnome/help/ekiga/fr/figures/accounts_h323.png
|
||||
share/gnome/help/ekiga/fr/figures/accounts_sip.png
|
||||
share/gnome/help/ekiga/fr/figures/addressbook_d1.png
|
||||
share/gnome/help/ekiga/fr/figures/addressbook_d2.png
|
||||
share/gnome/help/ekiga/fr/figures/addressbook_d3.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/call_history.png
|
||||
share/gnome/help/ekiga/fr/figures/call_window.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_d2.png
|
||||
@ -305,9 +326,11 @@ share/gnome/help/ekiga/oc/figures/accounts_h323.png
|
||||
share/gnome/help/ekiga/oc/figures/accounts_sip.png
|
||||
share/gnome/help/ekiga/oc/figures/addressbook_d1.png
|
||||
share/gnome/help/ekiga/oc/figures/addressbook_d2.png
|
||||
share/gnome/help/ekiga/oc/figures/addressbook_d3.png
|
||||
share/gnome/help/ekiga/oc/figures/audio_codecs.png
|
||||
share/gnome/help/ekiga/oc/figures/call_d1.png
|
||||
share/gnome/help/ekiga/oc/figures/call_history.png
|
||||
share/gnome/help/ekiga/oc/figures/call_window.png
|
||||
share/gnome/help/ekiga/oc/figures/chat_d1.png
|
||||
share/gnome/help/ekiga/oc/figures/config_d1.png
|
||||
share/gnome/help/ekiga/oc/figures/config_d2.png
|
||||
@ -333,9 +356,11 @@ 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/addressbook_d1.png
|
||||
share/gnome/help/ekiga/pt_BR/figures/addressbook_d2.png
|
||||
share/gnome/help/ekiga/pt_BR/figures/addressbook_d3.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/call_history.png
|
||||
share/gnome/help/ekiga/pt_BR/figures/call_window.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_d2.png
|
||||
@ -361,9 +386,11 @@ share/gnome/help/ekiga/ru/figures/accounts_h323.png
|
||||
share/gnome/help/ekiga/ru/figures/accounts_sip.png
|
||||
share/gnome/help/ekiga/ru/figures/addressbook_d1.png
|
||||
share/gnome/help/ekiga/ru/figures/addressbook_d2.png
|
||||
share/gnome/help/ekiga/ru/figures/addressbook_d3.png
|
||||
share/gnome/help/ekiga/ru/figures/audio_codecs.png
|
||||
share/gnome/help/ekiga/ru/figures/call_d1.png
|
||||
share/gnome/help/ekiga/ru/figures/call_history.png
|
||||
share/gnome/help/ekiga/ru/figures/call_window.png
|
||||
share/gnome/help/ekiga/ru/figures/chat_d1.png
|
||||
share/gnome/help/ekiga/ru/figures/config_d1.png
|
||||
share/gnome/help/ekiga/ru/figures/config_d2.png
|
||||
@ -389,9 +416,11 @@ share/gnome/help/ekiga/sl/figures/accounts_h323.png
|
||||
share/gnome/help/ekiga/sl/figures/accounts_sip.png
|
||||
share/gnome/help/ekiga/sl/figures/addressbook_d1.png
|
||||
share/gnome/help/ekiga/sl/figures/addressbook_d2.png
|
||||
share/gnome/help/ekiga/sl/figures/addressbook_d3.png
|
||||
share/gnome/help/ekiga/sl/figures/audio_codecs.png
|
||||
share/gnome/help/ekiga/sl/figures/call_d1.png
|
||||
share/gnome/help/ekiga/sl/figures/call_history.png
|
||||
share/gnome/help/ekiga/sl/figures/call_window.png
|
||||
share/gnome/help/ekiga/sl/figures/chat_d1.png
|
||||
share/gnome/help/ekiga/sl/figures/config_d1.png
|
||||
share/gnome/help/ekiga/sl/figures/config_d2.png
|
||||
@ -417,9 +446,11 @@ share/gnome/help/ekiga/sv/figures/accounts_h323.png
|
||||
share/gnome/help/ekiga/sv/figures/accounts_sip.png
|
||||
share/gnome/help/ekiga/sv/figures/addressbook_d1.png
|
||||
share/gnome/help/ekiga/sv/figures/addressbook_d2.png
|
||||
share/gnome/help/ekiga/sv/figures/addressbook_d3.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/call_history.png
|
||||
share/gnome/help/ekiga/sv/figures/call_window.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_d2.png
|
||||
@ -445,9 +476,11 @@ share/gnome/help/ekiga/uk/figures/accounts_h323.png
|
||||
share/gnome/help/ekiga/uk/figures/accounts_sip.png
|
||||
share/gnome/help/ekiga/uk/figures/addressbook_d1.png
|
||||
share/gnome/help/ekiga/uk/figures/addressbook_d2.png
|
||||
share/gnome/help/ekiga/uk/figures/addressbook_d3.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/call_history.png
|
||||
share/gnome/help/ekiga/uk/figures/call_window.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_d2.png
|
||||
@ -473,9 +506,11 @@ share/gnome/help/ekiga/zh_CN/figures/accounts_h323.png
|
||||
share/gnome/help/ekiga/zh_CN/figures/accounts_sip.png
|
||||
share/gnome/help/ekiga/zh_CN/figures/addressbook_d1.png
|
||||
share/gnome/help/ekiga/zh_CN/figures/addressbook_d2.png
|
||||
share/gnome/help/ekiga/zh_CN/figures/addressbook_d3.png
|
||||
share/gnome/help/ekiga/zh_CN/figures/audio_codecs.png
|
||||
share/gnome/help/ekiga/zh_CN/figures/call_d1.png
|
||||
share/gnome/help/ekiga/zh_CN/figures/call_history.png
|
||||
share/gnome/help/ekiga/zh_CN/figures/call_window.png
|
||||
share/gnome/help/ekiga/zh_CN/figures/chat_d1.png
|
||||
share/gnome/help/ekiga/zh_CN/figures/config_d1.png
|
||||
share/gnome/help/ekiga/zh_CN/figures/config_d2.png
|
||||
@ -504,7 +539,6 @@ share/locale/ar/LC_MESSAGES/ekiga.mo
|
||||
share/locale/as/LC_MESSAGES/ekiga.mo
|
||||
share/locale/ast/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
|
||||
|
Loading…
Reference in New Issue
Block a user