[Buildroot] [PATCH/next 6/6] package/linphone: bump to version 4.3.1

Fabrice Fontaine fontaine.fabrice at gmail.com
Tue Mar 10 21:03:05 UTC 2020


Hello Thomas,

Le lun. 9 mars 2020 à 22:14, Thomas Petazzoni
<thomas.petazzoni at bootlin.com> a écrit :
>
> Hello Fabrice,
>
> On Thu, 27 Feb 2020 18:47:14 +0100
> Fabrice Fontaine <fontaine.fabrice at gmail.com> wrote:
>
> > -LINPHONE_AUTORECONF = YES
> > +     -DENABLE_ADVANCED_IM=OFF \
> > +     -DENABLE_CXX_WRAPPER=OFF \
> > +     -DENABLE_DB_STORAGE=OFF \
> > +     -DENABLE_LIME=OFF \
> > +     -DENABLE_LIME_X3DH=OFF \
> > +     -DENABLE_STRICT=OFF \
> > +     -DENABLE_TOOLS=OFF \
> > +     -DENABLE_TUTORIALS=OFF \
> > +     -DENABLE_UNIT_TESTS=OFF \
> > +     -DENABLE_VCARD=OFF \
> > +     -DENABLE_VIDEO=OFF
>
> Before your patch, linphone had support for Video4Linux (V4L), so we
> used to have video support. It seems like quite a regression to no
> longer have any video support.
The linphone package never provided video support as stated in:
 - the Config.in file
 - the commit message of f3492b28d89c1f2448c9662a6f755cb48e8c0f0b
which added --disable-video to LINPHONE_CONF_OPTS
>
> >  ifeq ($(BR2_PACKAGE_LIBGTK2)$(BR2_PACKAGE_XORG7),yy)
> > -LINPHONE_CONF_OPTS += --enable-gtk_ui
> > +LINPHONE_CONF_OPTS += -DENABLE_GTK_UI=ON
>
> Are you sure about this ENABLE_GTK_UI option? I don't see it being
> defined anywhere:
>
> $ grep -r ENABLE_GTK_UI
> share/CMakeLists.txt:if(ENABLE_GTK_UI)
> CMakeLists.txt:cmake_dependent_option(ENABLE_NOTIFY "Enable libnotify support." YES "ENABLE_GTK_UI;NOT APPLE" NO)
> CMakeLists.txt:cmake_dependent_option(ENABLE_ASSISTANT "Turn on assistant compiling." YES "ENABLE_GTK_UI" NO)
>
> None of these occurrences seem to be definitions of the ENABLE_GTK_UI
> option.
You're right that ENABLE_GTK_UI doesn't seem to be defined or useful.
I'll remove it in v2.
>
> Could you comment on these topics ?
>
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
Best Regards,

Fabrice



More information about the buildroot mailing list