All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carlos Rafael Giani <dv@pseudoterminal.org>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 01/12] gstreamer1.0: upgrade 1.12.4 -> 1.14.0
Date: Mon, 7 May 2018 14:39:34 +0200	[thread overview]
Message-ID: <9e7c2d23-7836-fee3-47e5-1a9ae8c93054@pseudoterminal.org> (raw)
In-Reply-To: <20180503081758.4661-1-anuj.mittal@intel.com>

Is this based on my updates in meta-gstreamer1.0 ?

I did not yet have the time to push them to the mailing list, but it 
would be good to try and not have duplicate work.


On 2018-05-03 10:17, Anuj Mittal wrote:
> * For changes, please see: https://gstreamer.freedesktop.org/releases/1.14/
> * Merge inc and bb file since we only have one version now.
>
> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
> ---
>   meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.4.bb   | 14 --------------
>   .../gstreamer/{gstreamer1.0.inc => gstreamer1.0_1.14.0.bb} | 12 +++++++++++-
>   2 files changed, 11 insertions(+), 15 deletions(-)
>   delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.4.bb
>   rename meta/recipes-multimedia/gstreamer/{gstreamer1.0.inc => gstreamer1.0_1.14.0.bb} (84%)
>
> diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.4.bb
> deleted file mode 100644
> index 01b2396513..0000000000
> --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.4.bb
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -require gstreamer1.0.inc
> -
> -LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \
> -                    file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d"
> -
> -SRC_URI = " \
> -    http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \
> -"
> -SRC_URI[md5sum] = "9d268f2e891cce1ac0832f1cc467d4ea"
> -SRC_URI[sha256sum] = "5a8704aa4c2eeb04da192c4a9942f94f860ac1a585de90d9f914bac26a970674"
> -
> -S = "${WORKDIR}/gstreamer-${PV}"
> -
> -CVE_PRODUCT = "gstreamer"
> diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.0.bb
> similarity index 84%
> rename from meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
> rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.0.bb
> index c2df1f3258..b4398c8111 100644
> --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
> +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.0.bb
> @@ -14,11 +14,19 @@ inherit autotools pkgconfig gettext upstream-version-is-even gobject-introspecti
>   # (it has a custom INTROSPECTION_INIT macro, and so must be used instead of our common introspection.m4 file)
>   acpaths = "-I ${S}/common/m4 -I ${S}/m4"
>   
> -SRC_URI_append = " \
> +LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \
> +                    file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d"
> +
> +S = "${WORKDIR}/gstreamer-${PV}"
> +
> +SRC_URI = " \
> +    http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \
>       file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \
>       file://gtk-doc-tweaks.patch \
>       file://0001-gst-gstpluginloader.c-when-env-var-is-set-do-not-fal.patch \
>   "
> +SRC_URI[md5sum] = "63c7cbfb86aa28c4522e374dc5555b96"
> +SRC_URI[sha256sum] = "fc361367f0d4b780a868a8833f9f30b9c9f4ac9faea4e6b251db8b4b0398466e"
>   
>   PACKAGECONFIG ??= ""
>   
> @@ -59,3 +67,5 @@ do_configure[prefuncs] += "delete_pkg_m4_file"
>   do_compile_prepend() {
>           export GIR_EXTRA_LIBS_PATH="${B}/gst/.libs:${B}/libs/gst/base/.libs"
>   }
> +
> +CVE_PRODUCT = "gstreamer"



      parent reply	other threads:[~2018-05-07 12:39 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-03  8:17 [PATCH 01/12] gstreamer1.0: upgrade 1.12.4 -> 1.14.0 Anuj Mittal
2018-05-03  8:17 ` [PATCH 02/12] gst-plugins-base: " Anuj Mittal
2018-05-04 11:52   ` Burton, Ross
2018-05-04 13:07     ` Anuj Mittal
2018-05-04 13:09       ` Burton, Ross
2018-05-07 10:14         ` Alexander Kanavin
2018-05-04 13:28   ` [PATCH v2] " Anuj Mittal
2018-05-07 10:42     ` Alexander Kanavin
2018-05-08  9:18       ` Anuj Mittal
2018-05-08  9:18     ` [PATCH v3] " Anuj Mittal
2018-05-03  8:17 ` [PATCH 03/12] gst-plugins-good: " Anuj Mittal
2018-05-03  8:17 ` [PATCH 04/12] gst-plugins-bad: " Anuj Mittal
2018-05-03  8:17 ` [PATCH 05/12] gst-plugins-ugly: " Anuj Mittal
2018-05-03  8:17 ` [PATCH 06/12] gst-rtsp-server: " Anuj Mittal
2018-05-03  8:17 ` [PATCH 07/12] gstreamer-vaapi: " Anuj Mittal
2018-05-03  8:17 ` [PATCH 08/12] gst-validate: " Anuj Mittal
2018-05-03  8:17 ` [PATCH 09/12] gst-omx: " Anuj Mittal
2018-05-03  8:17 ` [PATCH 10/12] gst-python: " Anuj Mittal
2018-05-03  8:17 ` [PATCH 11/12] gstreamer-libav: " Anuj Mittal
2018-05-03  8:17 ` [PATCH 12/12] gst-plugins-good: enable mpg123 and lame Anuj Mittal
2018-05-03 22:49 ` [PATCH 01/12] gstreamer1.0: upgrade 1.12.4 -> 1.14.0 Khem Raj
2018-05-04 10:23   ` Burton, Ross
2018-05-07 12:40     ` Carlos Rafael Giani
2018-05-07 16:03       ` Khem Raj
2018-05-07 12:39 ` Carlos Rafael Giani [this message]

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=9e7c2d23-7836-fee3-47e5-1a9ae8c93054@pseudoterminal.org \
    --to=dv@pseudoterminal.org \
    --cc=openembedded-core@lists.openembedded.org \
    /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.