All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mario Domenech Goulart <mario@ossystems.com.br>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: meta-freescale Mailing List <meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm][PATCH 2/2] gst1.0-fsl-plugin: Stop using gst-fsl-plugin.inc file
Date: Wed, 10 Jun 2015 23:03:09 +0000	[thread overview]
Message-ID: <87lhfrgo9e.fsf@email.parenteses.org> (raw)
In-Reply-To: <1433977152-16089-2-git-send-email-otavio@ossystems.com.br> (Otavio Salvador's message of "Wed, 10 Jun 2015 19:59:12 -0300")

On Wed, 10 Jun 2015 19:59:12 -0300 Otavio Salvador <otavio@ossystems.com.br> wrote:

> As GStreamer 0.10 support is now gone, we can remove the .inc file and
> do some cleanups in the code.
>
> Change-Id: I048a81f96a930d09035004aab83e92454cad9062
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>  recipes-multimedia/gstreamer/gst-fsl-plugin.inc    | 44 ----------------------
>  .../gstreamer/gst1.0-fsl-plugin_4.0.3.bb           | 42 ++++++++++++++++++---
>  2 files changed, 36 insertions(+), 50 deletions(-)
>  delete mode 100644 recipes-multimedia/gstreamer/gst-fsl-plugin.inc
>
> diff --git a/recipes-multimedia/gstreamer/gst-fsl-plugin.inc b/recipes-multimedia/gstreamer/gst-fsl-plugin.inc
> deleted file mode 100644
> index 412ca05..0000000
> --- a/recipes-multimedia/gstreamer/gst-fsl-plugin.inc
> +++ /dev/null
> @@ -1,44 +0,0 @@
> -# Copyright (C) 2011-2013 Freescale Semiconductor
> -# Copytight (C) 2012-2014 O.S. Systems Software LTDA.
> -# Released under the MIT license (see COPYING.MIT for the terms)
> -
> -DESCRIPTION = "Gstreamer freescale plugins"
> -LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1"
> -SECTION = "multimedia"
> -
> -DEPENDS = "libfslcodec libfslparser virtual/kernel"
> -DEPENDS_append_mx6q = " imx-lib imx-vpu libfslvpuwrap"
> -DEPENDS_append_mx6dl = " imx-lib imx-vpu libfslvpuwrap"
> -DEPENDS_append_mx6sl = " imx-lib"
> -DEPENDS_append_mx6sx = " imx-lib"
> -
> -# Make sure kernel sources are available
> -do_configure[depends] += "virtual/kernel:do_shared_workdir"
> -
> -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
> -                    file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
> -                    file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"
> -
> -inherit autotools pkgconfig
> -
> -PLATFORM_mx6 = "MX6"
> -PLATFORM_mx6sl = "MX6SL"
> -PLATFORM_mx6sx = "MX6SX"
> -
> -# Todo add a mechanism to map posible build targets
> -EXTRA_OECONF = "PLATFORM=${PLATFORM} \
> -                CPPFLAGS="-I${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include""
> -
> -PACKAGES =+ "${PN}-libmfwsconf ${PN}-libgplaycore ${PN}-libgstfsl \
> -             ${PN}-libme ${PN}-libgstbufmeta ${PN}-libmfwba \
> -             ${PN}-libfwvss ${PN}-gplay"
> -
> -# Add codec list that the beep plugin run-time depended
> -BEEP_RDEPENDS = "libfslcodec-aac libfslcodec-mp3 libfslcodec-oggvorbis"
> -RDEPENDS_${PN} += "libfslparser ${BEEP_RDEPENDS}"
> -
> -FILES_${PN}-libmfwsconf = "${libdir}/libmfwsconf${SOLIBS}"
> -FILES_${PN}-libme = "${libdir}/libme${SOLIBS}"
> -FILES_${PN}-libgstbufmeta = "${libdir}/libgstbufmeta${SOLIBS}"
> -FILES_${PN}-libmfwba =  "${libdir}/libmfwba${SOLIBS}"
> -FILES_${PN}-libfwvss = "${libdir}/libmfwvss${SOLIBS}"
> diff --git a/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.3.bb
> b/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.3.bb
> index dd761b6..df9d9a0 100644
> --- a/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.3.bb
> +++ b/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.3.bb
> @@ -1,18 +1,46 @@
>  # Copyright (C) 2014,2015 Freescale Semiconductor
> +# Copytight (C) 2012-2015 O.S. Systems Software LTDA.

s/Copytight/Copyright/

>  # Released under the MIT license (see COPYING.MIT for the terms)
>  
> -require gst-fsl-plugin.inc
> +DESCRIPTION = "Gstreamer freescale plugins"
> +LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1"
> +SECTION = "multimedia"
>  
> -SRC_URI = "${FSL_MIRROR}/gst1.0-fsl-plugins-${PV}.tar.gz"
> -S = "${WORKDIR}/gst1.0-fsl-plugins-${PV}"
> +DEPENDS = "libfslcodec libfslparser virtual/kernel gstreamer1.0 gstreamer1.0-plugins-base"
> +DEPENDS_append_mx6q = " imx-lib imx-vpu libfslvpuwrap"
> +DEPENDS_append_mx6dl = " imx-lib imx-vpu libfslvpuwrap"
> +DEPENDS_append_mx6sl = " imx-lib"
> +DEPENDS_append_mx6sx = " imx-lib"
>  
> -EXTRA_OECONF += " CROSS_ROOT=${PKG_CONFIG_SYSROOT_DIR}"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
> +                    file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
> +                    file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"
>  
> +SRC_URI = "${FSL_MIRROR}/gst1.0-fsl-plugins-${PV}.tar.gz"
>  SRC_URI[md5sum] = "b5c1072536479c174bda1349ade5d10c"
>  SRC_URI[sha256sum] = "9d5c051cbde023014e67fde07bc314b6b9a5e7030e24eb0d8afdf33e7e458125"
>  
> -DEPENDS_append = " gstreamer1.0 gstreamer1.0-plugins-base"
> -RDEPENDS_${PN} += "gstreamer1.0-plugins-good-id3demux"
> +S = "${WORKDIR}/gst1.0-fsl-plugins-${PV}"
> +
> +inherit autotools pkgconfig
> +
> +# Make sure kernel sources are available
> +do_configure[depends] += "virtual/kernel:do_shared_workdir"
> +
> +PLATFORM_mx6 = "MX6"
> +PLATFORM_mx6sl = "MX6SL"
> +PLATFORM_mx6sx = "MX6SX"
> +
> +# Todo add a mechanism to map posible build targets

s/posible/possible/

> +EXTRA_OECONF = "PLATFORM=${PLATFORM} \
> +                CPPFLAGS="-I${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include" \
> +                CROSS_ROOT=${PKG_CONFIG_SYSROOT_DIR}"
> +
> +PACKAGES =+ "${PN}-gplay ${PN}-libgplaycore ${PN}-libgstfsl"
> +
> +# Add codec list that the beep plugin run-time depended
> +BEEP_RDEPENDS = "libfslcodec-aac libfslcodec-mp3 libfslcodec-oggvorbis"
> +RDEPENDS_${PN} += "libfslparser ${BEEP_RDEPENDS}"
>  
>  PACKAGECONFIG ?= ""
>  PACKAGECONFIG_mx6 = "overlaysink"
> @@ -29,6 +57,8 @@ OVDEPENDS = "virtual/libg2d"
>  PACKAGECONFIG[overlaysink] += "--enable-overlaysink,--disable-overlaysink, ${OVDEPENDS}"
>  
>  FILES_${PN} = "${libdir}/gstreamer-1.0/*.so ${datadir}"
> +RDEPENDS_${PN} += "gstreamer1.0-plugins-good-id3demux"
> +
>  FILES_${PN}-dbg += "${libdir}/gstreamer-1.0/.debug"
>  FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la ${libdir}/pkgconfig/*.pc"
>  FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a"
> -- 
> 2.1.4

Mario
-- 
http://www.ossystems.com.br


  reply	other threads:[~2015-06-10 23:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-10 22:59 [meta-fsl-arm][PATCH 1/2] Remove GStreamer 0.10 support Otavio Salvador
2015-06-10 22:59 ` [meta-fsl-arm][PATCH 2/2] gst1.0-fsl-plugin: Stop using gst-fsl-plugin.inc file Otavio Salvador
2015-06-10 23:03   ` Mario Domenech Goulart [this message]
2015-06-10 23:07     ` Otavio Salvador
2015-06-11 12:45 ` [meta-fsl-arm][PATCH 1/2] Remove GStreamer 0.10 support Daiane Angolini
2015-06-11 12:51   ` Otavio Salvador
2015-06-11 14:17 ` Nikolay Dimitrov
2015-06-11 16:52   ` Daiane Angolini
2015-06-11 17:03     ` Nikolay Dimitrov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lhfrgo9e.fsf@email.parenteses.org \
    --to=mario@ossystems.com.br \
    --cc=meta-freescale@yoctoproject.org \
    --cc=otavio@ossystems.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.