All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/12] gstreamer1.0: upgrade 1.12.4 -> 1.14.0
@ 2018-05-03  8:17 Anuj Mittal
  2018-05-03  8:17 ` [PATCH 02/12] gst-plugins-base: " Anuj Mittal
                   ` (12 more replies)
  0 siblings, 13 replies; 25+ messages in thread
From: Anuj Mittal @ 2018-05-03  8:17 UTC (permalink / raw)
  To: openembedded-core

* 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"
-- 
2.14.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2018-05-08  9:18 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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.