> -----Original Message----- > From: [email protected] > [mailto:openembedded-devel- > [email protected]] On Behalf Of Burton, Ross > Sent: Saturday, May 23, 2015 12:30 AM > To: [email protected] > Subject: Re: [oe] [PATCH 0/4] Add GStreamer 0.10 and things that depend on it > from oe-core > > On 22 May 2015 at 17:11, akuster808 <[email protected]> wrote: > > > I have noticed some breakages when building xfce, (libcanberra DEPENDS > > = > > 'gstreamer') now needs to be "gstream1.0". I suspect some of it is do > > to gstreamer transitioning. I will give a few days to settle before > > sending patches. > > > > libcanberra 0.29 only supports GStreamer 0.10, libcanberra 0.30 depends on > 1.0. > > I suspect the problem you're hitting is that libcanberra 0.29 depends on > gstreamer which isn't in oe- > core anymore, but switching gstreamer to > gstreamer1.0 whilst letting the build run will mean libcanberra doesn't > actually support GStreamer...
We are hitting the same issue, I think we should upgrade libcanberra to version 0.30 and make it depend on Gstream1.0, and I think the dependency on gstreamer is not mandatory for libcanberra, it's an optional support, we should make it into PACKAGECONFIG and use DISTRO_FEATURES to decide if it's needed. Thanks, Jackie > > Either xfce should keep with GStreamer 0.10 and so depend on meta-multimedia, > or xfce and related > recipes migrate to GStreamer 1.x. > > Ross > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
