[meta-ti] [PATCH 5/6] gstreamer: bbappend to use TI-patched versions needed for gst-plugin-ducati

Nicolas Dechesne ndec13 at gmail.com
Thu Oct 11 01:22:11 PDT 2012


On Thu, Oct 11, 2012 at 1:40 AM, Enrico Butera <ebutera at users.berlios.de> wrote:
> Note: pvrvideosink is disabled because it needs pvr driver.
>
> Signed-off-by: Enrico Butera <ebutera at users.berlios.de>
> ---
>  .../gstreamer/gst-plugins-bad_0.10.23.bbappend     |   17 +++++++++++++++++
>  .../gstreamer/gst-plugins-base_0.10.36.bbappend    |   16 ++++++++++++++++
>  .../gstreamer/gstreamer_0.10.36.bbappend           |   13 +++++++++++++
>  3 files changed, 46 insertions(+)
>  create mode 100644 recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend
>  create mode 100644 recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bbappend
>  create mode 100644 recipes-multimedia/gstreamer/gstreamer_0.10.36.bbappend
>
> diff --git a/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend b/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend
> new file mode 100644
> index 0000000..06f62f9
> --- /dev/null
> +++ b/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend
> @@ -0,0 +1,17 @@
> +
> +COMPATIBLE_MACHINE = "pandaboard"

s/pandaboard/omap4/

> +
> +# 2012/09/26: pvrvideosink: Limit size to 1080p as it is a hardware limitation
> +SRCREV = "3eb68bf5bcd79d490e35d29f262a0a9d84da36ff"
> +
> +SRC_URI = "git://gitorious.org/gstreamer-omap/gst-plugins-bad.git;protocol=git;branch=v0.10.23+ti"
> +

i would expect that it might be cleaner to archive the patch series,
than changing the SCR_URI... that's just my guess.

> +S = "${WORKDIR}/git"
> +
> +# TODO: add pvr drivers to enable the pvr plugin
> +EXTRA_OECONF += " --disable-pvr"
> +
> +do_configure_prepend() {
> +       git submodule init && git submodule update
> +       autopoint
> +}
> diff --git a/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bbappend b/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bbappend
> new file mode 100644
> index 0000000..f8b5742
> --- /dev/null
> +++ b/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bbappend
> @@ -0,0 +1,16 @@
> +
> +COMPATIBLE_MACHINE = "pandaboard"
> +
> +# 2012/09/20: typefind: give less weight to H.263 streams when few blocks are found
> +SRCREV = "fad32193a79b394c8e7e630b0aa739462a424fa4"
> +
> +SRC_URI = "git://gitorious.org/gstreamer-omap/gst-plugins-base.git;protocol=git;branch=v0.10.36+ti \
> +           file://gst-plugins-base-tremor.patch \
> +           file://configure.ac-fix-subparse-plugin.patch"
> +
> +S = "${WORKDIR}/git"
> +
> +do_configure_prepend() {
> +       git submodule init && git submodule update
> +       autopoint
> +}
> diff --git a/recipes-multimedia/gstreamer/gstreamer_0.10.36.bbappend b/recipes-multimedia/gstreamer/gstreamer_0.10.36.bbappend
> new file mode 100644
> index 0000000..aba1664
> --- /dev/null
> +++ b/recipes-multimedia/gstreamer/gstreamer_0.10.36.bbappend
> @@ -0,0 +1,13 @@
> +
> +COMPATIBLE_MACHINE = "pandaboard"
> +
> +SRCREV = "2096b1022ad513f90639aa7a04445a2da8bc5363"
> +
> +SRC_URI = "git://gitorious.org/gstreamer-omap/gstreamer.git;protocol=git;branch=v0.10.36+ti"
> +
> +S = "${WORKDIR}/git"
> +
> +do_configure_prepend() {
> +       git submodule init && git submodule update
> +       autopoint
> +}
> --
> 1.7.9.5
>
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti



More information about the meta-ti mailing list