From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) by mx.groups.io with SMTP id smtpd.web10.39508.1602506209058948480 for ; Mon, 12 Oct 2020 05:36:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=UsrDkN0c; spf=pass (domain: gmail.com, ip: 209.85.221.45, mailfrom: quaresma.jose@gmail.com) Received: by mail-wr1-f45.google.com with SMTP id h7so19028042wre.4 for ; Mon, 12 Oct 2020 05:36:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=kU1XYn3SWv/twvOzfmqWMJY0hUEpSOr8O+WprMh4J7k=; b=UsrDkN0cvS4/+eXBVeZGfNG0hO0/rkiIXko+ykVmRGwdu5VAh7aLfXTEeFCZG7SGTD LfnXNcF+QZCNB00Mifud9vtsom1Bm5hbOa1vG+MvIpn3k2nrpUFK+zXqS4yW4g4HGpIz KW4fnZJ18P6NydUZp711knAMjBUelyUU8G8uNDbB5X/i2zLE0dQ+fxRlho7bbqs7pC9w UL5Qi4yDhJPHiGmTJv4psWnK8JU03V+M2cim/uxSfFVYGgQUtz+fhEWa70Yi5Dgz7HUl L2waHPZUrRcThZvO7aFFHKNlaWZhkbKrRG1hQ53kgmzLcjmXJm+hVn65JoSE4FENMp8j juTQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=kU1XYn3SWv/twvOzfmqWMJY0hUEpSOr8O+WprMh4J7k=; b=TtHMPGUZQOhDIFTyxrGAPAWhJRy4HlvJkYWZ3uiuf0Mhdkn4kBD3/8dkBGGAQCyasF 0AEJJH8DH/HHFoxPhkL06c8QJOPW3yk8DTm/15C/kzclUkBKT47C/bscZItIu28GxFEw gfU5A+9IDg10o2Cu2ZRrjq+pNCzsUGWGyo7ouDcBLzh7B+V+Ymn0fFTtecrXs3QR7E43 2kMp0ck3QuviSppIVAl+3GOQ2foxL7U/1OomYMQL1mlJrYwONzefgC5TlQFe3Ry2Avqu tzTqX10hULhdiCoFQ2Qs6JNabCqRZuD6Bt7u1ri10OzMNhALy2Q3BJLrN0nJVCIhIixl BnrA== X-Gm-Message-State: AOAM533y9KwVMha3aZzti9HyewPdcFYj+VGyWN22ecPIwlNt3RszHGXs 6RbrEhCoQyyojoo6rEgxJmbuqbAqll9BvA== X-Google-Smtp-Source: ABdhPJxU+F5Eqrq7h7Szpl7P9Y2vWWDt5D5cdtDh9D5sWd4CLH7hZ77GksIVdA/PpPVlV7hHL73B7Q== X-Received: by 2002:a5d:6904:: with SMTP id t4mr775626wru.410.1602506207136; Mon, 12 Oct 2020 05:36:47 -0700 (PDT) Return-Path: Received: from dragon.lan (176.57.115.89.rev.vodafone.pt. [89.115.57.176]) by smtp.gmail.com with ESMTPSA id i14sm23076089wml.24.2020.10.12.05.36.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 12 Oct 2020 05:36:46 -0700 (PDT) From: "Jose Quaresma" To: openembedded-core@lists.openembedded.org Cc: Jose Quaresma Subject: [PATCH 08/13] gstreamer1.0-rtsp-server: upgrade to version 1.18.0 Date: Mon, 12 Oct 2020 13:36:15 +0100 Message-Id: <20201012123620.2095778-8-quaresma.jose@gmail.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201012123620.2095778-1-quaresma.jose@gmail.com> References: <20201012123620.2095778-1-quaresma.jose@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit * 0001-meson-build-gir-even-when-cross-compiling-if-introsp.patch Removed since these are included in 1.18.0 Signed-off-by: Jose Quaresma --- ...even-when-cross-compiling-if-introsp.patch | 36 ------------------- ....bb => gstreamer1.0-rtsp-server_1.18.0.bb} | 9 +++-- 2 files changed, 4 insertions(+), 41 deletions(-) delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server/0001-meson-build-gir-even-when-cross-compiling-if-introsp.patch rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.16.2.bb => gstreamer1.0-rtsp-server_1.18.0.bb} (74%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server/0001-meson-build-gir-even-when-cross-compiling-if-introsp.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server/0001-meson-build-gir-even-when-cross-compiling-if-introsp.patch deleted file mode 100644 index 6962a50d6e..0000000000 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server/0001-meson-build-gir-even-when-cross-compiling-if-introsp.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 95ce953e34cd0e9f5d42ce7900a9572e7bc8ca47 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= -Date: Fri, 18 Oct 2019 00:42:12 +0100 -Subject: [PATCH] meson: build gir even when cross-compiling if introspection - was enabled explicitly - -This can be made to work in certain circumstances when -cross-compiling, so default to not building g-i stuff -when cross-compiling, but allow it if introspection was -enabled explicitly via -Dintrospection=enabled. - -See gstreamer/gstreamer#454 and gstreamer/gstreamer#381. - -Upstream-Status: Backport [95ce953e34cd0e9f5d42ce7900a9572e7bc8ca47] - -Signed-off-by: Carlos Rafael Giani ---- - meson.build | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/meson.build b/meson.build -index e1e3b1d..3f45f0e 100644 ---- a/meson.build -+++ b/meson.build -@@ -173,7 +173,7 @@ endif - - gir = find_program('g-ir-scanner', required : get_option('introspection')) - gnome = import('gnome') --build_gir = gir.found() and not meson.is_cross_build() -+build_gir = gir.found() and (not meson.is_cross_build() or get_option('introspection').enabled()) - gir_init_section = [ '--add-init-section=extern void gst_init(gint*,gchar**);' + \ - 'g_setenv("GST_REGISTRY_1.0", "@0@", TRUE);'.format(meson.current_build_dir() + '/gir_empty_registry.reg') + \ - 'g_setenv("GST_PLUGIN_PATH_1_0", "", TRUE);' + \ --- -2.17.1 - diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.0.bb similarity index 74% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.2.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.0.bb index 02c3c83840..0adfa2aac9 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.0.bb @@ -8,18 +8,17 @@ DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base" PNREAL = "gst-rtsp-server" -SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz \ - file://0001-meson-build-gir-even-when-cross-compiling-if-introsp.patch \ - " +SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz" -SRC_URI[md5sum] = "8a998725820c771ba45be6e18bfdf73a" -SRC_URI[sha256sum] = "de07a2837b3b04820ce68264a4909f70c221b85dbff0cede7926e9cdbb1dc26e" +SRC_URI[md5sum] = "77fe28c702a83566811ab5c7bbe99ab2" +SRC_URI[sha256sum] = "2ad19311054cbf2df0d0622936bc703dedc06ced706df46a3d3a3ea5a4b7c70f" S = "${WORKDIR}/${PNREAL}-${PV}" inherit meson pkgconfig upstream-version-is-even gobject-introspection EXTRA_OEMESON += " \ + -Ddoc=disabled \ -Dexamples=disabled \ -Dtests=disabled \ " -- 2.28.0