[Buildroot] [PATCH v2 next 05/11] gst1-plugins-bad: bump version to 1.12.0

Peter Korsgaard peter at korsgaard.com
Tue Jul 4 11:32:16 UTC 2017


>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera at imgtec.com> writes:

 > Remove non-existant configure options:
 >   --disable-mimic:
 >     https://github.com/GStreamer/gst-plugins-bad/commit/ad661999ad2c79a5d7721f0eb1e7f1f83a304224

 >   --enable-dataurisrc:
 >     https://github.com/GStreamer/gst-plugins-bad/commit/de4bb6e1d4793637fd72d7316d06ebba4148583e

 >   --enable-videomeasure:
 >     https://github.com/GStreamer/gst-plugins-bad/commit/ca3020cf46d49d8e3fd54ec323b3a17cd389d780

 >   --enable-apexsink, --disable-nas, --disable-linsys, --enable-sdl,
 >   --disable-sdltest, --disable-libvisual, --disable-timidity,
 >   --disable-sndio, --disable-wininet, --disable-xvid,
 >   --enable-cdxaparse, --enable-dccp, --enable-hdvparse, --enable-mve,
 >   --enable-nuvdemux, --enable-patchdetect, --enable-sdi, --enable-tta,
 >   --disable-pvr:
 >     https://github.com/GStreamer/gst-plugins-bad/commit/9b5de053995488d5ddc78c1bf4df651101271d70

 > Fix wrong configure options:

 >   --disable-webrtc doesn't exist. The right option is called
 >   --disable-webrtcdsp, and the gstreamer plugin is also called
 >   webrtcdsp, so make the appropriate changes to Config.in and
 >   gst1-plugins-bad.mk.

This is not related to the version bump, so I've split this out to a
separate commit.

 
 >  ###############################################################################
 > +comment "Legacy options removed in 2017.08"
 > +
 > +config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_CDXAPARSE
 > +	bool "cdxaparse removed"
 > +	select BR2_LEGACY
 > +
 > +config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DATAURISRC
 > +	bool "dataurisrc removed"
 > +	select BR2_LEGACY

dataurisrc has in fact moved to gstreamer1 and it is always built, so
I've tweaked the prompt added help text.

Committed with these fixes, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list