Bug#520830: ekiga: Dependancy on evolution-data-server should be removed or moved to additional package

Eugen Dedu Eugen.Dedu at pu-pm.univ-fcomte.fr
Mon Mar 23 11:46:30 UTC 2009


Achim Dreyer wrote:
> Package: ekiga
> Version: 3.0.1-1
> Severity: wishlist
> 
> The dependancy on evolution-data-server is unnecessary and draws a lot
> of additional packages in.

Hi,

Why do you say that it's unnecessary?  In configure.ac I see:

dnl ###############################
dnl   Evolution-data-server support
dnl ###############################
EDS="disabled"

if test "x${gm_platform}" != "xmingw" ; then
   AC_ARG_ENABLE(eds, AS_HELP_STRING([--enable-eds],[enable 
evolution-data-server addressbook support (default is enabled)]),
[if test "x$enableval" = "xyes"; then
   enable_eds=yes
fi],enable_eds=yes)

   if test "x$enable_eds" = "xyes"; then
     PKG_CHECK_MODULES([EDS], [libebook-1.2], [found_eds=yes])
     AC_SUBST(EDS_CFLAGS)
     AC_SUBST(EDS_LIBS)
     EDS="enabled"
     AC_DEFINE(HAVE_EDS,1,[EDS support])
   fi
fi

AM_CONDITIONAL(HAVE_EDS, test "x$found_eds" = "xyes")


-- 
Eugen






More information about the pkg-gnome-maintainers mailing list