~ubuntu-branches/ubuntu/karmic/ekiga/karmic

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2009-03-17 15:14:12 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090317151412-no6uq0wl8zz2hsw3
Tags: 3.2.0-0ubuntu1
* New upstream release (LP: #341367)
  - Better NAT support in case of 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
  - Fixed possible crash when retrieving presence information
  - 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
  - Better NAT support in case of Cone NAT
  - There is now only one H.263 plugin implementing both H.263 and H.263+
  - Allow several ALSA devices to have the same name
  - Added support for the G.722 audio codec: G.722 is a 16 kHz wideband
    audio codec advertised as HD Voice by the famous Polycom. It is a
    great boost in quality and interoperability
  - Added support for the CELT ultral-low delay audio codec: CELT delivers
    high quality audio at 32 kHz or 48 kHz, allowing to transmit music in
    high quality, with low delay and low bitrate
  - Added support for SIP dialog-info notifications: they allow displaying
    notifications of incoming calls in the roster. With software like
    kamailio or Asterisk, it allows being informed of incoming calls
    reaching your colleagues
  - Largely improved LDAP support: the OpenLDAP guys contributed several
    patches to provide state-of-the-art LDAP support in the Ekiga address
    book. The new code even supports authentication
  - Killed the gconf_test_age test, Ekiga can now finally work with
    badly installed GConf schemas
  - Better handling of multiple network interfaces with dynamic addition
    and removal
  - Added settings migration from Ekiga 2.0.x.
  - Other various fixes, cleanups, removal of deprecated symbols etc.
  - New translations: crh, or
  - New help translation: en_GB, eu
  - Updated many translations and help
  - Experimental features:
    * Significant improvements in IPv6 support
    * Gstreamer audio and video capture support near to be finished...
* debian/patches/migrate_2.0_settings.patch:
  - Removed, migration is now upstream
* debian/patches/00_news.patch
  - Removed
* debian/patches/ubuntu_lpi.patch:
  - Modified to work with 3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
GNOME_CFLAGS = @GNOME_CFLAGS@
138
138
GNOME_LIBS = @GNOME_LIBS@
139
139
GREP = @GREP@
 
140
GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
 
141
GSTREAMER_LIBS = @GSTREAMER_LIBS@
140
142
GTK_CFLAGS = @GTK_CFLAGS@
141
143
GTK_LIBS = @GTK_LIBS@
142
144
HELP_DIR = @HELP_DIR@
147
149
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148
150
INSTOBJEXT = @INSTOBJEXT@
149
151
INTLLIBS = @INTLLIBS@
150
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
151
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
152
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
153
152
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
154
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
155
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
156
153
INTLTOOL_MERGE = @INTLTOOL_MERGE@
157
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
158
154
INTLTOOL_PERL = @INTLTOOL_PERL@
159
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
160
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
161
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
162
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
163
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
164
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
165
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
166
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
167
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
168
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
169
155
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
170
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
171
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
172
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
156
KAB_CFLAGS = @KAB_CFLAGS@
 
157
KAB_LIBS = @KAB_LIBS@
 
158
KDE_CFLAGS = @KDE_CFLAGS@
 
159
KDE_LIBS = @KDE_LIBS@
173
160
LDAP_CFLAGS = @LDAP_CFLAGS@
174
161
LDAP_LIBS = @LDAP_LIBS@
175
162
LDFLAGS = @LDFLAGS@
207
194
PTLIB_CFLAGS = @PTLIB_CFLAGS@
208
195
PTLIB_LIBS = @PTLIB_LIBS@
209
196
RANLIB = @RANLIB@
210
 
SCHEMA_AGE = @SCHEMA_AGE@
211
197
SED = @SED@
212
198
SET_MAKE = @SET_MAKE@
213
199
SHELL = @SHELL@
214
200
SIGC_CFLAGS = @SIGC_CFLAGS@
215
201
SIGC_LIBS = @SIGC_LIBS@
216
202
SK_CONFIG = @SK_CONFIG@
 
203
SOUP_CFLAGS = @SOUP_CFLAGS@
 
204
SOUP_LIBS = @SOUP_LIBS@
217
205
STRIP = @STRIP@
218
206
USE_NLS = @USE_NLS@
219
207
VERSION = @VERSION@
277
265
target_cpu = @target_cpu@
278
266
target_os = @target_os@
279
267
target_vendor = @target_vendor@
 
268
top_build_prefix = @top_build_prefix@
280
269
top_builddir = @top_builddir@
281
270
top_srcdir = @top_srcdir@
282
271
SUBDIRS = gmconf gui toolbox platform $(am__append_1) engine