Wed Mar 18 13:08:07 2009 UTC ()
Update ekiga to 3.2.0.

* Changes in ekiga 3.2.0 (2009-03-16)
- Fix some NAT related issues (use internal port instead of external
  port in Cone NAT)
- Uniformise detection of libnotify; fix compilation with mingw
- Fix "URL completion combobox shows identical completions"
- Fix "Assistant loosing values when going backward"
- Fix GmConf settings when compiled with another package name
- Fix unregistration of accounts
- Fix build with -enable-kde
- Fix OS X build
- Fix a crash in chat
- New translations: crh, or
- Updated translations: as, bg, bn_IN, da, de, el, eu, gl, gu, hi, hu,
  ja, kn, ko, ku, lt, ml, mr, or, pt, ro, ru, ta, te, tr
- New help translation: en_GB
- Updated help translation: fr

* Changes in ekiga 3.1.2 (2009-03-03)
- Removal of the old H.263 ffmpeg plug in and enhancement of the
  H.263-1998 plug in to take its place.
- Allow compilation with CELT 0.4 and 0.5
- Allow several ALSA devices to have the same name
- STUN enabling/disabling has been readded to the GUI
- Remove white spaces from the URI (useful when copy/paste)
- Clear the URI edit box after a call
- Fixed crash when clearing call history
- Fix Windows compilation
- Fixes for tarball generation
- Fixed account data corruption when the authentication user name is
  left blank
- Fixed possible crash when answering incoming calls
- Fixed G.722 usage
- Other various fixes, cleanups, removal of deprecated symbols etc.
- Updated translations: ca, cs, da, el, en_GB, es, eu, fi, fr, he, hu,
  it, ja, ko, kn, nb, nl, pl, pt_BR, sl, sv, th, vi, zh_HK, zh_TW
- New help/eu localisation
Experimental features:
- Significant improvements in IPv6 support
- Gstreamer audio and video capture support near to be finished...

* ekiga 3.1.1 unreleased

* Changes in ekiga 3.1.0 (2009-01-05)
- Added support for G.722 and CELT audio wideband codecs
- Added support for H.263
- Added support for SIP dialog-info notifications, it allows being
  notified of incoming calls for the phones of your colleagues with
  software like Asterisk
- Added support to disable STUN detection
- Improved LDAP support in the address book, authentication is now
  possible
- Killed the gconf_test_age test, Ekiga can now finally work with
  badly installed GConf schemas
- More efficient memory handling using gmref_ptr, increases stability
- Better handling of multiple network interfaces with dynamic addition
  and removal
- libgnome is not required anymore when using GTK+ 2.14
- Many code cleanups, new GObjects, ...
- Work in progress : XCAP support, Resource List support, GStreamer
  audio and video capture support, ...


(jmcneill)
diff -r1.6 -r1.7 pkgsrc/net/ekiga/Makefile
diff -r1.2 -r1.3 pkgsrc/net/ekiga/PLIST
diff -r1.4 -r1.5 pkgsrc/net/ekiga/distinfo
diff -r0 -r1.1 pkgsrc/net/ekiga/files/msgfmtstrip
diff -r0 -r1.3 pkgsrc/net/ekiga/patches/patch-aa

cvs diff -r1.6 -r1.7 pkgsrc/net/ekiga/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/net/ekiga/Attic/Makefile 2009/01/13 03:23:51 1.6
+++ pkgsrc/net/ekiga/Attic/Makefile 2009/03/18 13:08:07 1.7
@@ -1,59 +1,75 @@ @@ -1,59 +1,75 @@
1# $NetBSD: Makefile,v 1.6 2009/01/13 03:23:51 jmcneill Exp $ 1# $NetBSD: Makefile,v 1.7 2009/03/18 13:08:07 jmcneill Exp $
2# 2#
3 3
4DISTNAME= ekiga-3.0.2 4DISTNAME= ekiga-3.2.0
5CATEGORIES= net comms 5CATEGORIES= net comms
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ekiga/3.0/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ekiga/3.2/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.ekiga.org/ 10HOMEPAGE= http://www.ekiga.org/
11COMMENT= VoIP and video conferencing application for GNOME 11COMMENT= VoIP and video conferencing application for GNOME
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_DIRS+= gnome2-1.5 15USE_DIRS+= gnome2-1.5
16USE_TOOLS+= gmake intltool msgfmt pkg-config 16USE_TOOLS+= gmake intltool msgfmt pkg-config
 17USE_TOOLS+= autoconf
17USE_PKGLOCALEDIR= yes 18USE_PKGLOCALEDIR= yes
18 19
19CONFIGURE_ARGS+= --with-ldap-dir=${BUILDLINK_PREFIX.openldap-client:Q} 20CONFIGURE_ARGS+= --with-ldap-dir=${BUILDLINK_PREFIX.openldap-client:Q}
 21CONFIGURE_ARGS+= --enable-gstreamer
20 22
21PKG_OPTIONS_VAR= PKG_OPTIONS.ekiga 23PKG_OPTIONS_VAR= PKG_OPTIONS.ekiga
22PKG_SUPPORTED_OPTIONS+= avahi 24PKG_SUPPORTED_OPTIONS+= avahi
23PKG_SUGGESTED_OPTIONS+= avahi 25PKG_SUGGESTED_OPTIONS+= avahi
24.include "../../mk/bsd.options.mk" 26.include "../../mk/bsd.options.mk"
25 27
26.if !empty(PKG_OPTIONS:Mavahi) 28.if !empty(PKG_OPTIONS:Mavahi)
27.include "../../net/avahi/buildlink3.mk" 29.include "../../net/avahi/buildlink3.mk"
28.else 30.else
29CONFIGURE_ARGS+= --disable-avahi 31CONFIGURE_ARGS+= --disable-avahi
30.endif 32.endif
31 33
32GCONF_SCHEMAS= ekiga.schemas 34GCONF_SCHEMAS= ekiga.schemas
33 35
34GNU_CONFIGURE= yes 36GNU_CONFIGURE= yes
35USE_LIBTOOL= yes 37USE_LIBTOOL= yes
36USE_LANGUAGES= c c++ 38USE_LANGUAGES= c c++
37 39
 40# The gettext version in pkgsrc cannot handle the .po files, so
 41# we strip out usage of the newer features (context and fuzzy matches)
 42post-patch:
 43 for f in ${WRKSRC}/po/*.po ${WRKSRC}/help/*/*.po ; do \
 44 mv $$f $$f.original ; \
 45 ${AWK} -f ${FILESDIR}/msgfmtstrip $$f.original > $$f ; \
 46 done
 47
 48pre-configure:
 49 cd ${WRKSRC} && autoconf
 50
38.include "../../audio/esound/buildlink3.mk" 51.include "../../audio/esound/buildlink3.mk"
39.include "../../databases/openldap-client/buildlink3.mk" 52.include "../../databases/openldap-client/buildlink3.mk"
40.include "../../devel/GConf/schemas.mk" 53.include "../../devel/GConf/schemas.mk"
41.include "../../devel/SDL/buildlink3.mk" 54.include "../../devel/SDL/buildlink3.mk"
42.include "../../devel/gettext-lib/buildlink3.mk" 55.include "../../devel/gettext-lib/buildlink3.mk"
43.include "../../devel/glib2/buildlink3.mk" 56.include "../../devel/glib2/buildlink3.mk"
44.include "../../devel/libgnome/buildlink3.mk" 57.include "../../devel/libgnome/buildlink3.mk"
45.include "../../devel/libgnomeui/buildlink3.mk" 58.include "../../devel/libgnomeui/buildlink3.mk"
46.include "../../devel/libsigc++/buildlink3.mk" 59.include "../../devel/libsigc++/buildlink3.mk"
47.include "../../devel/opal/buildlink3.mk" 60.include "../../devel/opal/buildlink3.mk"
48.include "../../devel/ptlib/buildlink3.mk" 61.include "../../devel/ptlib/buildlink3.mk"
49.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 62.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
50.include "../../graphics/libv4l/buildlink3.mk" 63.include "../../graphics/libv4l/buildlink3.mk"
51.include "../../mail/evolution-data-server/buildlink3.mk" 64.include "../../mail/evolution-data-server/buildlink3.mk"
 65.include "../../multimedia/gstreamer0.10/buildlink3.mk"
 66.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
 67.include "../../security/cyrus-sasl/buildlink3.mk"
52.include "../../sysutils/dbus-glib/buildlink3.mk" 68.include "../../sysutils/dbus-glib/buildlink3.mk"
53.include "../../sysutils/dbus/buildlink3.mk" 69.include "../../sysutils/dbus/buildlink3.mk"
54.include "../../sysutils/libnotify/buildlink3.mk" 70.include "../../sysutils/libnotify/buildlink3.mk"
55.include "../../textproc/gnome-doc-utils/buildlink3.mk" 71.include "../../textproc/gnome-doc-utils/buildlink3.mk"
56.include "../../x11/gtk2/buildlink3.mk" 72.include "../../x11/gtk2/buildlink3.mk"
57.include "../../x11/libXv/buildlink3.mk" 73.include "../../x11/libXv/buildlink3.mk"
58 74
59.include "../../mk/bsd.pkg.mk" 75.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/net/ekiga/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/net/ekiga/Attic/PLIST 2009/01/13 03:23:51 1.2
+++ pkgsrc/net/ekiga/Attic/PLIST 2009/03/18 13:08:07 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.2 2009/01/13 03:23:51 jmcneill Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/03/18 13:08:07 jmcneill Exp $
2bin/ekiga 2bin/ekiga
3bin/ekiga-config-tool 3bin/ekiga-config-tool
4bin/ekiga-helper 4bin/ekiga-helper
5man/man1/ekiga.1 5man/man1/ekiga.1
6share/applications/ekiga.desktop 6share/applications/ekiga.desktop
7share/dbus-1/services/org.ekiga.Ekiga.service 7share/dbus-1/services/org.ekiga.Ekiga.service
8share/dbus-1/services/org.ekiga.Helper.service 8share/dbus-1/services/org.ekiga.Helper.service
9share/gconf/schemas/ekiga.schemas 9share/gconf/schemas/ekiga.schemas
10share/gnome/help/ekiga/C/ekiga.xml 10share/gnome/help/ekiga/C/ekiga.xml
11share/gnome/help/ekiga/C/figures/accounts_d1.png 11share/gnome/help/ekiga/C/figures/accounts_d1.png
12share/gnome/help/ekiga/C/figures/accounts_h323.png 12share/gnome/help/ekiga/C/figures/accounts_h323.png
13share/gnome/help/ekiga/C/figures/accounts_sip.png 13share/gnome/help/ekiga/C/figures/accounts_sip.png
14share/gnome/help/ekiga/C/figures/audio_codecs.png 14share/gnome/help/ekiga/C/figures/audio_codecs.png
@@ -27,26 +27,41 @@ share/gnome/help/ekiga/bg/figures/accoun @@ -27,26 +27,41 @@ share/gnome/help/ekiga/bg/figures/accoun
27share/gnome/help/ekiga/bg/figures/accounts_h323.png 27share/gnome/help/ekiga/bg/figures/accounts_h323.png
28share/gnome/help/ekiga/bg/figures/accounts_sip.png 28share/gnome/help/ekiga/bg/figures/accounts_sip.png
29share/gnome/help/ekiga/bg/figures/audio_codecs.png 29share/gnome/help/ekiga/bg/figures/audio_codecs.png
30share/gnome/help/ekiga/bg/figures/call_d1.png 30share/gnome/help/ekiga/bg/figures/call_d1.png
31share/gnome/help/ekiga/bg/figures/config_d1.png 31share/gnome/help/ekiga/bg/figures/config_d1.png
32share/gnome/help/ekiga/bg/figures/config_d2.png 32share/gnome/help/ekiga/bg/figures/config_d2.png
33share/gnome/help/ekiga/bg/figures/config_d3.png 33share/gnome/help/ekiga/bg/figures/config_d3.png
34share/gnome/help/ekiga/bg/figures/config_d4.png 34share/gnome/help/ekiga/bg/figures/config_d4.png
35share/gnome/help/ekiga/bg/figures/config_d5.png 35share/gnome/help/ekiga/bg/figures/config_d5.png
36share/gnome/help/ekiga/bg/figures/config_d6.png 36share/gnome/help/ekiga/bg/figures/config_d6.png
37share/gnome/help/ekiga/bg/figures/config_d7.png 37share/gnome/help/ekiga/bg/figures/config_d7.png
38share/gnome/help/ekiga/bg/figures/config_d8.png 38share/gnome/help/ekiga/bg/figures/config_d8.png
39share/gnome/help/ekiga/bg/figures/lumi.png 39share/gnome/help/ekiga/bg/figures/lumi.png
 40share/gnome/help/ekiga/ca/ekiga.xml
 41share/gnome/help/ekiga/ca/figures/accounts_d1.png
 42share/gnome/help/ekiga/ca/figures/accounts_h323.png
 43share/gnome/help/ekiga/ca/figures/accounts_sip.png
 44share/gnome/help/ekiga/ca/figures/audio_codecs.png
 45share/gnome/help/ekiga/ca/figures/call_d1.png
 46share/gnome/help/ekiga/ca/figures/config_d1.png
 47share/gnome/help/ekiga/ca/figures/config_d2.png
 48share/gnome/help/ekiga/ca/figures/config_d3.png
 49share/gnome/help/ekiga/ca/figures/config_d4.png
 50share/gnome/help/ekiga/ca/figures/config_d5.png
 51share/gnome/help/ekiga/ca/figures/config_d6.png
 52share/gnome/help/ekiga/ca/figures/config_d7.png
 53share/gnome/help/ekiga/ca/figures/config_d8.png
 54share/gnome/help/ekiga/ca/figures/lumi.png
40share/gnome/help/ekiga/de/ekiga.xml 55share/gnome/help/ekiga/de/ekiga.xml
41share/gnome/help/ekiga/de/figures/accounts_d1.png 56share/gnome/help/ekiga/de/figures/accounts_d1.png
42share/gnome/help/ekiga/de/figures/accounts_h323.png 57share/gnome/help/ekiga/de/figures/accounts_h323.png
43share/gnome/help/ekiga/de/figures/accounts_sip.png 58share/gnome/help/ekiga/de/figures/accounts_sip.png
44share/gnome/help/ekiga/de/figures/audio_codecs.png 59share/gnome/help/ekiga/de/figures/audio_codecs.png
45share/gnome/help/ekiga/de/figures/call_d1.png 60share/gnome/help/ekiga/de/figures/call_d1.png
46share/gnome/help/ekiga/de/figures/config_d1.png 61share/gnome/help/ekiga/de/figures/config_d1.png
47share/gnome/help/ekiga/de/figures/config_d2.png 62share/gnome/help/ekiga/de/figures/config_d2.png
48share/gnome/help/ekiga/de/figures/config_d3.png 63share/gnome/help/ekiga/de/figures/config_d3.png
49share/gnome/help/ekiga/de/figures/config_d4.png 64share/gnome/help/ekiga/de/figures/config_d4.png
50share/gnome/help/ekiga/de/figures/config_d5.png 65share/gnome/help/ekiga/de/figures/config_d5.png
51share/gnome/help/ekiga/de/figures/config_d6.png 66share/gnome/help/ekiga/de/figures/config_d6.png
52share/gnome/help/ekiga/de/figures/config_d7.png 67share/gnome/help/ekiga/de/figures/config_d7.png
@@ -57,41 +72,71 @@ share/gnome/help/ekiga/el/figures/accoun @@ -57,41 +72,71 @@ share/gnome/help/ekiga/el/figures/accoun
57share/gnome/help/ekiga/el/figures/accounts_h323.png 72share/gnome/help/ekiga/el/figures/accounts_h323.png
58share/gnome/help/ekiga/el/figures/accounts_sip.png 73share/gnome/help/ekiga/el/figures/accounts_sip.png
59share/gnome/help/ekiga/el/figures/audio_codecs.png 74share/gnome/help/ekiga/el/figures/audio_codecs.png
60share/gnome/help/ekiga/el/figures/call_d1.png 75share/gnome/help/ekiga/el/figures/call_d1.png
61share/gnome/help/ekiga/el/figures/config_d1.png 76share/gnome/help/ekiga/el/figures/config_d1.png
62share/gnome/help/ekiga/el/figures/config_d2.png 77share/gnome/help/ekiga/el/figures/config_d2.png
63share/gnome/help/ekiga/el/figures/config_d3.png 78share/gnome/help/ekiga/el/figures/config_d3.png
64share/gnome/help/ekiga/el/figures/config_d4.png 79share/gnome/help/ekiga/el/figures/config_d4.png
65share/gnome/help/ekiga/el/figures/config_d5.png 80share/gnome/help/ekiga/el/figures/config_d5.png
66share/gnome/help/ekiga/el/figures/config_d6.png 81share/gnome/help/ekiga/el/figures/config_d6.png
67share/gnome/help/ekiga/el/figures/config_d7.png 82share/gnome/help/ekiga/el/figures/config_d7.png
68share/gnome/help/ekiga/el/figures/config_d8.png 83share/gnome/help/ekiga/el/figures/config_d8.png
69share/gnome/help/ekiga/el/figures/lumi.png 84share/gnome/help/ekiga/el/figures/lumi.png
 85share/gnome/help/ekiga/en_GB/ekiga.xml
 86share/gnome/help/ekiga/en_GB/figures/accounts_d1.png
 87share/gnome/help/ekiga/en_GB/figures/accounts_h323.png
 88share/gnome/help/ekiga/en_GB/figures/accounts_sip.png
 89share/gnome/help/ekiga/en_GB/figures/audio_codecs.png
 90share/gnome/help/ekiga/en_GB/figures/call_d1.png
 91share/gnome/help/ekiga/en_GB/figures/config_d1.png
 92share/gnome/help/ekiga/en_GB/figures/config_d2.png
 93share/gnome/help/ekiga/en_GB/figures/config_d3.png
 94share/gnome/help/ekiga/en_GB/figures/config_d4.png
 95share/gnome/help/ekiga/en_GB/figures/config_d5.png
 96share/gnome/help/ekiga/en_GB/figures/config_d6.png
 97share/gnome/help/ekiga/en_GB/figures/config_d7.png
 98share/gnome/help/ekiga/en_GB/figures/config_d8.png
 99share/gnome/help/ekiga/en_GB/figures/lumi.png
70share/gnome/help/ekiga/es/ekiga.xml 100share/gnome/help/ekiga/es/ekiga.xml
71share/gnome/help/ekiga/es/figures/accounts_d1.png 101share/gnome/help/ekiga/es/figures/accounts_d1.png
72share/gnome/help/ekiga/es/figures/accounts_h323.png 102share/gnome/help/ekiga/es/figures/accounts_h323.png
73share/gnome/help/ekiga/es/figures/accounts_sip.png 103share/gnome/help/ekiga/es/figures/accounts_sip.png
74share/gnome/help/ekiga/es/figures/audio_codecs.png 104share/gnome/help/ekiga/es/figures/audio_codecs.png
75share/gnome/help/ekiga/es/figures/call_d1.png 105share/gnome/help/ekiga/es/figures/call_d1.png
76share/gnome/help/ekiga/es/figures/config_d1.png 106share/gnome/help/ekiga/es/figures/config_d1.png
77share/gnome/help/ekiga/es/figures/config_d2.png 107share/gnome/help/ekiga/es/figures/config_d2.png
78share/gnome/help/ekiga/es/figures/config_d3.png 108share/gnome/help/ekiga/es/figures/config_d3.png
79share/gnome/help/ekiga/es/figures/config_d4.png 109share/gnome/help/ekiga/es/figures/config_d4.png
80share/gnome/help/ekiga/es/figures/config_d5.png 110share/gnome/help/ekiga/es/figures/config_d5.png
81share/gnome/help/ekiga/es/figures/config_d6.png 111share/gnome/help/ekiga/es/figures/config_d6.png
82share/gnome/help/ekiga/es/figures/config_d7.png 112share/gnome/help/ekiga/es/figures/config_d7.png
83share/gnome/help/ekiga/es/figures/config_d8.png 113share/gnome/help/ekiga/es/figures/config_d8.png
84share/gnome/help/ekiga/es/figures/lumi.png 114share/gnome/help/ekiga/es/figures/lumi.png
 115share/gnome/help/ekiga/eu/ekiga.xml
 116share/gnome/help/ekiga/eu/figures/accounts_d1.png
 117share/gnome/help/ekiga/eu/figures/accounts_h323.png
 118share/gnome/help/ekiga/eu/figures/accounts_sip.png
 119share/gnome/help/ekiga/eu/figures/audio_codecs.png
 120share/gnome/help/ekiga/eu/figures/call_d1.png
 121share/gnome/help/ekiga/eu/figures/config_d1.png
 122share/gnome/help/ekiga/eu/figures/config_d2.png
 123share/gnome/help/ekiga/eu/figures/config_d3.png
 124share/gnome/help/ekiga/eu/figures/config_d4.png
 125share/gnome/help/ekiga/eu/figures/config_d5.png
 126share/gnome/help/ekiga/eu/figures/config_d6.png
 127share/gnome/help/ekiga/eu/figures/config_d7.png
 128share/gnome/help/ekiga/eu/figures/config_d8.png
 129share/gnome/help/ekiga/eu/figures/lumi.png
85share/gnome/help/ekiga/fi/ekiga.xml 130share/gnome/help/ekiga/fi/ekiga.xml
86share/gnome/help/ekiga/fi/figures/accounts_d1.png 131share/gnome/help/ekiga/fi/figures/accounts_d1.png
87share/gnome/help/ekiga/fi/figures/accounts_h323.png 132share/gnome/help/ekiga/fi/figures/accounts_h323.png
88share/gnome/help/ekiga/fi/figures/accounts_sip.png 133share/gnome/help/ekiga/fi/figures/accounts_sip.png
89share/gnome/help/ekiga/fi/figures/audio_codecs.png 134share/gnome/help/ekiga/fi/figures/audio_codecs.png
90share/gnome/help/ekiga/fi/figures/call_d1.png 135share/gnome/help/ekiga/fi/figures/call_d1.png
91share/gnome/help/ekiga/fi/figures/config_d1.png 136share/gnome/help/ekiga/fi/figures/config_d1.png
92share/gnome/help/ekiga/fi/figures/config_d2.png 137share/gnome/help/ekiga/fi/figures/config_d2.png
93share/gnome/help/ekiga/fi/figures/config_d3.png 138share/gnome/help/ekiga/fi/figures/config_d3.png
94share/gnome/help/ekiga/fi/figures/config_d4.png 139share/gnome/help/ekiga/fi/figures/config_d4.png
95share/gnome/help/ekiga/fi/figures/config_d5.png 140share/gnome/help/ekiga/fi/figures/config_d5.png
96share/gnome/help/ekiga/fi/figures/config_d6.png 141share/gnome/help/ekiga/fi/figures/config_d6.png
97share/gnome/help/ekiga/fi/figures/config_d7.png 142share/gnome/help/ekiga/fi/figures/config_d7.png
@@ -194,26 +239,27 @@ share/icons/hicolor/32x32/apps/ekiga.png @@ -194,26 +239,27 @@ share/icons/hicolor/32x32/apps/ekiga.png
194share/icons/hicolor/48x48/apps/ekiga.png 239share/icons/hicolor/48x48/apps/ekiga.png
195share/icons/hicolor/64x64/apps/ekiga.png 240share/icons/hicolor/64x64/apps/ekiga.png
196share/icons/hicolor/72x72/apps/ekiga.png 241share/icons/hicolor/72x72/apps/ekiga.png
197share/locale/am/LC_MESSAGES/ekiga.mo 242share/locale/am/LC_MESSAGES/ekiga.mo
198share/locale/ar/LC_MESSAGES/ekiga.mo 243share/locale/ar/LC_MESSAGES/ekiga.mo
199share/locale/as/LC_MESSAGES/ekiga.mo 244share/locale/as/LC_MESSAGES/ekiga.mo
200share/locale/az/LC_MESSAGES/ekiga.mo 245share/locale/az/LC_MESSAGES/ekiga.mo
201share/locale/be/LC_MESSAGES/ekiga.mo 246share/locale/be/LC_MESSAGES/ekiga.mo
202share/locale/bg/LC_MESSAGES/ekiga.mo 247share/locale/bg/LC_MESSAGES/ekiga.mo
203share/locale/bn/LC_MESSAGES/ekiga.mo 248share/locale/bn/LC_MESSAGES/ekiga.mo
204share/locale/bn_IN/LC_MESSAGES/ekiga.mo 249share/locale/bn_IN/LC_MESSAGES/ekiga.mo
205share/locale/bs/LC_MESSAGES/ekiga.mo 250share/locale/bs/LC_MESSAGES/ekiga.mo
206share/locale/ca/LC_MESSAGES/ekiga.mo 251share/locale/ca/LC_MESSAGES/ekiga.mo
 252share/locale/crh/LC_MESSAGES/ekiga.mo
207share/locale/cs/LC_MESSAGES/ekiga.mo 253share/locale/cs/LC_MESSAGES/ekiga.mo
208share/locale/cy/LC_MESSAGES/ekiga.mo 254share/locale/cy/LC_MESSAGES/ekiga.mo
209share/locale/da/LC_MESSAGES/ekiga.mo 255share/locale/da/LC_MESSAGES/ekiga.mo
210share/locale/de/LC_MESSAGES/ekiga.mo 256share/locale/de/LC_MESSAGES/ekiga.mo
211share/locale/dz/LC_MESSAGES/ekiga.mo 257share/locale/dz/LC_MESSAGES/ekiga.mo
212share/locale/el/LC_MESSAGES/ekiga.mo 258share/locale/el/LC_MESSAGES/ekiga.mo
213share/locale/en_CA/LC_MESSAGES/ekiga.mo 259share/locale/en_CA/LC_MESSAGES/ekiga.mo
214share/locale/en_GB/LC_MESSAGES/ekiga.mo 260share/locale/en_GB/LC_MESSAGES/ekiga.mo
215share/locale/eo/LC_MESSAGES/ekiga.mo 261share/locale/eo/LC_MESSAGES/ekiga.mo
216share/locale/es/LC_MESSAGES/ekiga.mo 262share/locale/es/LC_MESSAGES/ekiga.mo
217share/locale/et/LC_MESSAGES/ekiga.mo 263share/locale/et/LC_MESSAGES/ekiga.mo
218share/locale/eu/LC_MESSAGES/ekiga.mo 264share/locale/eu/LC_MESSAGES/ekiga.mo
219share/locale/fa/LC_MESSAGES/ekiga.mo 265share/locale/fa/LC_MESSAGES/ekiga.mo
@@ -237,26 +283,27 @@ share/locale/ku/LC_MESSAGES/ekiga.mo @@ -237,26 +283,27 @@ share/locale/ku/LC_MESSAGES/ekiga.mo
237share/locale/lt/LC_MESSAGES/ekiga.mo 283share/locale/lt/LC_MESSAGES/ekiga.mo
238share/locale/lv/LC_MESSAGES/ekiga.mo 284share/locale/lv/LC_MESSAGES/ekiga.mo
239share/locale/mai/LC_MESSAGES/ekiga.mo 285share/locale/mai/LC_MESSAGES/ekiga.mo
240share/locale/mk/LC_MESSAGES/ekiga.mo 286share/locale/mk/LC_MESSAGES/ekiga.mo
241share/locale/ml/LC_MESSAGES/ekiga.mo 287share/locale/ml/LC_MESSAGES/ekiga.mo
242share/locale/mn/LC_MESSAGES/ekiga.mo 288share/locale/mn/LC_MESSAGES/ekiga.mo
243share/locale/mr/LC_MESSAGES/ekiga.mo 289share/locale/mr/LC_MESSAGES/ekiga.mo
244share/locale/ms/LC_MESSAGES/ekiga.mo 290share/locale/ms/LC_MESSAGES/ekiga.mo
245share/locale/nb/LC_MESSAGES/ekiga.mo 291share/locale/nb/LC_MESSAGES/ekiga.mo
246share/locale/ne/LC_MESSAGES/ekiga.mo 292share/locale/ne/LC_MESSAGES/ekiga.mo
247share/locale/nl/LC_MESSAGES/ekiga.mo 293share/locale/nl/LC_MESSAGES/ekiga.mo
248share/locale/nn/LC_MESSAGES/ekiga.mo 294share/locale/nn/LC_MESSAGES/ekiga.mo
249share/locale/oc/LC_MESSAGES/ekiga.mo 295share/locale/oc/LC_MESSAGES/ekiga.mo
 296share/locale/or/LC_MESSAGES/ekiga.mo
250share/locale/pa/LC_MESSAGES/ekiga.mo 297share/locale/pa/LC_MESSAGES/ekiga.mo
251share/locale/pl/LC_MESSAGES/ekiga.mo 298share/locale/pl/LC_MESSAGES/ekiga.mo
252share/locale/pt/LC_MESSAGES/ekiga.mo 299share/locale/pt/LC_MESSAGES/ekiga.mo
253share/locale/pt_BR/LC_MESSAGES/ekiga.mo 300share/locale/pt_BR/LC_MESSAGES/ekiga.mo
254share/locale/ro/LC_MESSAGES/ekiga.mo 301share/locale/ro/LC_MESSAGES/ekiga.mo
255share/locale/ru/LC_MESSAGES/ekiga.mo 302share/locale/ru/LC_MESSAGES/ekiga.mo
256share/locale/rw/LC_MESSAGES/ekiga.mo 303share/locale/rw/LC_MESSAGES/ekiga.mo
257share/locale/si/LC_MESSAGES/ekiga.mo 304share/locale/si/LC_MESSAGES/ekiga.mo
258share/locale/sk/LC_MESSAGES/ekiga.mo 305share/locale/sk/LC_MESSAGES/ekiga.mo
259share/locale/sl/LC_MESSAGES/ekiga.mo 306share/locale/sl/LC_MESSAGES/ekiga.mo
260share/locale/sq/LC_MESSAGES/ekiga.mo 307share/locale/sq/LC_MESSAGES/ekiga.mo
261share/locale/sr/LC_MESSAGES/ekiga.mo 308share/locale/sr/LC_MESSAGES/ekiga.mo
262share/locale/sr@latin/LC_MESSAGES/ekiga.mo 309share/locale/sr@latin/LC_MESSAGES/ekiga.mo
@@ -264,63 +311,90 @@ share/locale/sv/LC_MESSAGES/ekiga.mo @@ -264,63 +311,90 @@ share/locale/sv/LC_MESSAGES/ekiga.mo
264share/locale/ta/LC_MESSAGES/ekiga.mo 311share/locale/ta/LC_MESSAGES/ekiga.mo
265share/locale/te/LC_MESSAGES/ekiga.mo 312share/locale/te/LC_MESSAGES/ekiga.mo
266share/locale/th/LC_MESSAGES/ekiga.mo 313share/locale/th/LC_MESSAGES/ekiga.mo
267share/locale/tr/LC_MESSAGES/ekiga.mo 314share/locale/tr/LC_MESSAGES/ekiga.mo
268share/locale/uk/LC_MESSAGES/ekiga.mo 315share/locale/uk/LC_MESSAGES/ekiga.mo
269share/locale/vi/LC_MESSAGES/ekiga.mo 316share/locale/vi/LC_MESSAGES/ekiga.mo
270share/locale/wa/LC_MESSAGES/ekiga.mo 317share/locale/wa/LC_MESSAGES/ekiga.mo
271share/locale/xh/LC_MESSAGES/ekiga.mo 318share/locale/xh/LC_MESSAGES/ekiga.mo
272share/locale/zh_CN/LC_MESSAGES/ekiga.mo 319share/locale/zh_CN/LC_MESSAGES/ekiga.mo
273share/locale/zh_HK/LC_MESSAGES/ekiga.mo 320share/locale/zh_HK/LC_MESSAGES/ekiga.mo
274share/locale/zh_TW/LC_MESSAGES/ekiga.mo 321share/locale/zh_TW/LC_MESSAGES/ekiga.mo
275share/omf/ekiga/ekiga-C.omf 322share/omf/ekiga/ekiga-C.omf
276share/omf/ekiga/ekiga-bg.omf 323share/omf/ekiga/ekiga-bg.omf
 324share/omf/ekiga/ekiga-ca.omf
277share/omf/ekiga/ekiga-de.omf 325share/omf/ekiga/ekiga-de.omf
278share/omf/ekiga/ekiga-el.omf 326share/omf/ekiga/ekiga-el.omf
 327share/omf/ekiga/ekiga-en_GB.omf
279share/omf/ekiga/ekiga-es.omf 328share/omf/ekiga/ekiga-es.omf
 329share/omf/ekiga/ekiga-eu.omf
280share/omf/ekiga/ekiga-fi.omf 330share/omf/ekiga/ekiga-fi.omf
281share/omf/ekiga/ekiga-fr.omf 331share/omf/ekiga/ekiga-fr.omf
282share/omf/ekiga/ekiga-oc.omf 332share/omf/ekiga/ekiga-oc.omf
283share/omf/ekiga/ekiga-pt_BR.omf 333share/omf/ekiga/ekiga-pt_BR.omf
284share/omf/ekiga/ekiga-ru.omf 334share/omf/ekiga/ekiga-ru.omf
285share/omf/ekiga/ekiga-sv.omf 335share/omf/ekiga/ekiga-sv.omf
286share/omf/ekiga/ekiga-uk.omf 336share/omf/ekiga/ekiga-uk.omf
287share/pixmaps/ekiga/ekiga-logo.png 337share/pixmaps/ekiga/ekiga-logo.png
288share/sounds/ekiga/busytone.wav 338share/sounds/ekiga/busytone.wav
289share/sounds/ekiga/dialtone.wav 339share/sounds/ekiga/dialtone.wav
290share/sounds/ekiga/newmessage.wav 340share/sounds/ekiga/newmessage.wav
291share/sounds/ekiga/ring.wav 341share/sounds/ekiga/ring.wav
292share/sounds/ekiga/voicemail.wav 342share/sounds/ekiga/voicemail.wav
293@dirrm share/sounds/ekiga 343@dirrm share/sounds/ekiga
294@comment in xdg-dirs: @dirrm share/sounds 344@comment in xdg-dirs: @dirrm share/sounds
295@dirrm share/pixmaps/ekiga 345@dirrm share/pixmaps/ekiga
296@comment in xdg-dirs: @dirrm share/pixmaps 346@comment in xdg-dirs: @dirrm share/pixmaps
297@dirrm share/omf/ekiga 347@dirrm share/omf/ekiga
 348@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/72x72/apps
 349@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/72x72
 350@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/64x64/apps
 351@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/64x64
 352@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps
 353@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48
 354@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32/apps
 355@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32
 356@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/22x22/apps
 357@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/22x22
 358@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16/apps
 359@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16
 360@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/128x128/apps
 361@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/128x128
 362@comment in hicolor-icon-theme: @dirrm share/icons/hicolor
 363@comment in xdg-dirs: @dirrm share/icons
298@dirrm share/gnome/help/ekiga/uk/figures 364@dirrm share/gnome/help/ekiga/uk/figures
299@dirrm share/gnome/help/ekiga/uk 365@dirrm share/gnome/help/ekiga/uk
300@dirrm share/gnome/help/ekiga/sv/figures 366@dirrm share/gnome/help/ekiga/sv/figures
301@dirrm share/gnome/help/ekiga/sv 367@dirrm share/gnome/help/ekiga/sv
302@dirrm share/gnome/help/ekiga/ru/figures 368@dirrm share/gnome/help/ekiga/ru/figures
303@dirrm share/gnome/help/ekiga/ru 369@dirrm share/gnome/help/ekiga/ru
304@dirrm share/gnome/help/ekiga/pt_BR/figures 370@dirrm share/gnome/help/ekiga/pt_BR/figures
305@dirrm share/gnome/help/ekiga/pt_BR 371@dirrm share/gnome/help/ekiga/pt_BR
306@dirrm share/gnome/help/ekiga/oc/figures 372@dirrm share/gnome/help/ekiga/oc/figures
307@dirrm share/gnome/help/ekiga/oc 373@dirrm share/gnome/help/ekiga/oc
308@dirrm share/gnome/help/ekiga/fr/figures 374@dirrm share/gnome/help/ekiga/fr/figures
309@dirrm share/gnome/help/ekiga/fr 375@dirrm share/gnome/help/ekiga/fr
310@dirrm share/gnome/help/ekiga/fi/figures 376@dirrm share/gnome/help/ekiga/fi/figures
311@dirrm share/gnome/help/ekiga/fi 377@dirrm share/gnome/help/ekiga/fi
 378@dirrm share/gnome/help/ekiga/eu/figures
 379@dirrm share/gnome/help/ekiga/eu
312@dirrm share/gnome/help/ekiga/es/figures 380@dirrm share/gnome/help/ekiga/es/figures
313@dirrm share/gnome/help/ekiga/es 381@dirrm share/gnome/help/ekiga/es
 382@dirrm share/gnome/help/ekiga/en_GB/figures
 383@dirrm share/gnome/help/ekiga/en_GB
314@dirrm share/gnome/help/ekiga/el/figures 384@dirrm share/gnome/help/ekiga/el/figures
315@dirrm share/gnome/help/ekiga/el 385@dirrm share/gnome/help/ekiga/el
316@dirrm share/gnome/help/ekiga/de/figures 386@dirrm share/gnome/help/ekiga/de/figures
317@dirrm share/gnome/help/ekiga/de 387@dirrm share/gnome/help/ekiga/de
 388@dirrm share/gnome/help/ekiga/ca/figures
 389@dirrm share/gnome/help/ekiga/ca
318@dirrm share/gnome/help/ekiga/bg/figures 390@dirrm share/gnome/help/ekiga/bg/figures
319@dirrm share/gnome/help/ekiga/bg 391@dirrm share/gnome/help/ekiga/bg
320@dirrm share/gnome/help/ekiga/C/figures 392@dirrm share/gnome/help/ekiga/C/figures
321@dirrm share/gnome/help/ekiga/C 393@dirrm share/gnome/help/ekiga/C
322@dirrm share/gnome/help/ekiga 394@dirrm share/gnome/help/ekiga
323@comment in gnome2-dirs: @dirrm share/gnome/help 395@comment in gnome2-dirs: @dirrm share/gnome/help
 396@comment in gnome2-dirs: @dirrm share/gnome
324@comment in GConf: @dirrm share/gconf/schemas 397@comment in GConf: @dirrm share/gconf/schemas
325@comment in dbus: @dirrm share/dbus-1/services 398@comment in dbus: @dirrm share/dbus-1/services
 399@comment in dbus: @dirrm share/dbus-1
326@comment in xdg-dirs: @dirrm share/applications 400@comment in xdg-dirs: @dirrm share/applications

cvs diff -r1.4 -r1.5 pkgsrc/net/ekiga/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/net/ekiga/Attic/distinfo 2009/01/13 03:23:51 1.4
+++ pkgsrc/net/ekiga/Attic/distinfo 2009/03/18 13:08:07 1.5
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.4 2009/01/13 03:23:51 jmcneill Exp $ 1$NetBSD: distinfo,v 1.5 2009/03/18 13:08:07 jmcneill Exp $
2 2
3SHA1 (ekiga-3.0.2.tar.bz2) = a89e2b493a1fcc518ffa2af36f6ffb2955bc2090 3SHA1 (ekiga-3.2.0.tar.bz2) = 6a8d6f203cd982cbfb37822b2a96f176176cd763
4RMD160 (ekiga-3.0.2.tar.bz2) = 997b890f5a18ae89020f7511db977f5ae0561ba2 4RMD160 (ekiga-3.2.0.tar.bz2) = f31e94dbe03038e39fb5b50bd71372992c13ae8b
5Size (ekiga-3.0.2.tar.bz2) = 7142789 bytes 5Size (ekiga-3.2.0.tar.bz2) = 7679645 bytes
 6SHA1 (patch-aa) = feecff1e35c7c55d63354393f2d4c4d14e36a57d

File Added: pkgsrc/net/ekiga/files/Attic/msgfmtstrip
# $Id: msgfmtstrip,v 1.1 2009/03/18 13:08:07 jmcneill Exp $
# Simple awk script to strip out .po entries with "msgctxt" or "#~|", so the
# resultant file can be handled by the msgfmt 0.14.4 in NetBSD 4.0
{
if (/^$/) { entry_end(); }
else if ($1 == "msgctxt" || $2 == "msgctxt") { skip = 1; }
else if ($1 == "#~|") { skip = 1; }
else { entry = entry $0 "\n" }
}

END { entry_end(); }

function entry_end() {
    if (!skip)
	print entry;
    entry = "";
    skip = 0;
}

File Added: pkgsrc/net/ekiga/patches/Attic/patch-aa
$NetBSD: patch-aa,v 1.3 2009/03/18 13:08:07 jmcneill Exp $

--- configure.ac.orig	2009-03-16 17:42:46.000000000 -0400
+++ configure.ac
@@ -340,6 +340,8 @@ if test "x$enable_ldap" = "xyes"; then
   AC_SUBST(LDAP_LIBS)
   LDAP="enabled"
   AC_DEFINE(HAVE_LDAP,1,[LDAP support])
+
+  LDAP_LIBS="${LDAP_LIBS} -lsasl2"
 fi
 
 AM_CONDITIONAL(HAVE_LDAP, test "x$found_ldap" = "xyes")