~ubuntu-branches/ubuntu/precise/empathy/precise

« back to all changes in this revision

Viewing changes to .pc/41_unity_launcher_progress.patch/configure.ac

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-04-05 12:33:53 UTC
  • mfrom: (1.1.91)
  • Revision ID: package-import@ubuntu.com-20120405123353-cixnoewww4k1v32c
Tags: 3.4.0.1-0ubuntu1
* New upstream release:
 - Initial Empathy Accounts Dialog does not allow to click 
   "Connect" (LP: #972382)
 - Empathy should notify when someone mention me at IRC (LP: #877698)
 - empathy-accounts segfault (settings are null for liststore iter)
 - Call window inline toolbar borders are not crisp 
 - Call window preview drop placeholder should not be red 
 - gst_element_get_name: return value should be freed 
 - Pidgin importer treeview should expand vertically. 
 - Empathy need porting to logger stable call1 support 
 - Video preview is always behind the incoming video 
 - Right-click on GOA account let you disable it 
 - "Enable" account menu item doesn't connect the account 
 - nautilus-sendto menu entry "Instant Message (Empathy)" lacks icon 
* debian/control
  - bump build depend on libclutter-1.0-dev >= 1.10.0
* debian/patches/99_add_missing_av_files.patch
  - Add AudioVideo files that are missing from the release tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
m4_define([empathy_major_version], [3])
5
5
m4_define([empathy_minor_version], [4])
6
6
m4_define([empathy_micro_version], [0])
7
 
m4_define([empathy_nano_version], [0])
 
7
m4_define([empathy_nano_version], [1])
8
8
 
9
9
dnl Display the nano_version only if it's not '0'
10
10
m4_define([empathy_base_version],
39
39
 
40
40
GLIB_REQUIRED=2.30.0
41
41
AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_30, [Ignore post 2.30 deprecations])
42
 
AC_DEFINE(GLIB_VERSION_MAX_REQUIRED, GLIB_VERSION_2_30, [Prevent post 2.30 APIs])
 
42
AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_30, [Prevent post 2.30 APIs])
43
43
 
44
44
GTK_REQUIRED=3.3.6
45
45
AC_DEFINE(GDK_VERSION_MIN_REQUIRED, GDK_VERSION_3_4, [Ignore post 3.4 deprecations])
46
 
AC_DEFINE(GDK_VERSION_MAX_REQUIRED, GDK_VERSION_3_4, [Prevent post 3.4 APIs])
 
46
AC_DEFINE(GDK_VERSION_MAX_ALLOWED, GDK_VERSION_3_4, [Prevent post 3.4 APIs])
47
47
 
48
 
CLUTTER_REQUIRED=1.8.0
 
48
CLUTTER_REQUIRED=1.10.0
49
49
AC_DEFINE(CLUTTER_VERSION_MIN_REQUIRED, CLUTTER_VERSION_1_8, [Ignore post 1.8 deprecations])
50
 
AC_DEFINE(CLUTTER_VERSION_MAX, CLUTTER_VERSION_1_8, [Prevent post 1.8 APIs])
 
50
AC_DEFINE(CLUTTER_VERSION_MAX_ALLOWED, CLUTTER_VERSION_1_10, [Prevent post 1.10 APIs])
51
51
 
52
52
CLUTTER_GTK_REQUIRED=0.90.3
53
53
CLUTTER_GST_REQUIRED=1.5.2
59
59
LIBNOTIFY_REQUIRED=0.7.0
60
60
TELEPATHY_FARSTREAM_REQUIRED=0.2.1
61
61
TELEPATHY_GLIB_REQUIRED=0.17.5
62
 
TELEPATHY_LOGGER=0.2.10
 
62
TELEPATHY_LOGGER=0.2.13
63
63
IDO_REQUIRED=0.2.90
64
64
WEBKIT_REQUIRED=1.3.13
65
65
GOA_REQUIRED=3.3.0
235
235
AM_CONDITIONAL(HAVE_EMPATHY_AV, test "x$have_empathy_av" = "xyes")
236
236
 
237
237
# -----------------------------------------------------------
238
 
# Call support in tp-logger
239
 
# -----------------------------------------------------------
240
 
AC_ARG_ENABLE(call-logs,
241
 
            AS_HELP_STRING([--enable-call-logs=@<:@no/yes/auto@:>@],
242
 
            [build with call logs support]),,
243
 
            [enable_call_logs=auto])
244
 
if test "x$enable_call_logs" != "xno" ; then
245
 
   SAVE_CFLAGS=$CFLAGS
246
 
   SAVE_CPPFLAGS=$CPPFLAGS
247
 
   SAVE_LDFLAGS=$LDFLAGS
248
 
   CFLAGS="$CFLAGS $EMPATHY_CFLAGS"
249
 
   CPPFLAGS="$CPPFLAGS $EMPATHY_CFLAGS"
250
 
   LDFLAGS="$LDFLAGS $EMPATHY_LDFLAGS"
251
 
 
252
 
   AC_CHECK_HEADER(telepathy-logger/call-event.h,
253
 
      have_call_logs="yes", have_call_logs="no")
254
 
 
255
 
   CFLAGS=$SAVE_CFLAGS
256
 
   CPPFLAGS=$SAVE_CPPFLAGS
257
 
   LDFLAGS=$SAVE_LDFLAGS
258
 
 
259
 
   if test "x$have_call_logs" = "xyes"; then
260
 
      AC_DEFINE(HAVE_CALL_LOGS, 1, [Define if you have call log support])
261
 
   fi
262
 
else
263
 
  have_call_logs=no
264
 
fi
265
 
 
266
 
if test "x$enable_call_logs" = "xyes" -a "x$have_call_logs" != "xyes"; then
267
 
   AC_MSG_ERROR([Call logs support requested but telepathy-logger wasn't
268
 
                 built with --enable-call])
269
 
fi
270
 
 
271
 
# -----------------------------------------------------------
272
238
# evolution-data-server (about-me)
273
239
# -----------------------------------------------------------
274
240
AC_ARG_WITH(eds,
689
655
        Nautilus-sendto plugin......:  ${have_nst}
690
656
        GOA MC plugin...............:  ${have_goa}
691
657
        Salut E-D-S support.........:  ${with_eds}
692
 
        Exp. Call log support.......:  ${have_call_logs}
693
658
        empathy-av (legacy).........:  ${enable_empathy_av}
694
659
"