@@ -1,4 +1,4 @@
-From 7924016fce2d0b435891a335cdae52fc939c7e3b Mon Sep 17 00:00:00 2001
+From 33474c0340b061b9c7dfff8c64bc7b8bdb8636b1 Mon Sep 17 00:00:00 2001
From: Jussi Kukkonen <jussi.kukkonen@intel.com>
Date: Thu, 17 Aug 2017 11:07:02 +0300
Subject: [PATCH] Make player examples installable
@@ -7,16 +7,15 @@ Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Upstream-Status: Denied [Upstream considers these code examples, for now a least]
https://bugzilla.gnome.org/show_bug.cgi?id=777827
-
---
- playback/player/gst-play/meson.build | 1 +
- playback/player/gtk/meson.build | 1 +
+ subprojects/gst-examples/playback/player/gst-play/meson.build | 1 +
+ subprojects/gst-examples/playback/player/gtk/meson.build | 1 +
2 files changed, 2 insertions(+)
-Index: gst-examples/playback/player/gst-play/meson.build
-===================================================================
---- gst-examples.orig/playback/player/gst-play/meson.build
-+++ gst-examples/playback/player/gst-play/meson.build
+diff --git a/subprojects/gst-examples/playback/player/gst-play/meson.build b/subprojects/gst-examples/playback/player/gst-play/meson.build
+index 5e80ca8dd4..129e5bdcbe 100644
+--- a/subprojects/gst-examples/playback/player/gst-play/meson.build
++++ b/subprojects/gst-examples/playback/player/gst-play/meson.build
@@ -2,5 +2,6 @@ executable('gst-play',
['gst-play.c',
'gst-play-kb.c',
@@ -24,11 +23,11 @@ Index: gst-examples/playback/player/gst-play/meson.build
+ install: true,
dependencies : [gst_dep, dependency('gstreamer-play-1.0'), m_dep])
-Index: gst-examples/playback/player/gtk/meson.build
-===================================================================
---- gst-examples.orig/playback/player/gtk/meson.build
-+++ gst-examples/playback/player/gtk/meson.build
-@@ -20,5 +20,6 @@ if gtk_dep.found()
+diff --git a/subprojects/gst-examples/playback/player/gtk/meson.build b/subprojects/gst-examples/playback/player/gtk/meson.build
+index 6892f15254..20d7505877 100644
+--- a/subprojects/gst-examples/playback/player/gtk/meson.build
++++ b/subprojects/gst-examples/playback/player/gtk/meson.build
+@@ -21,5 +21,6 @@ if gtk_dep.found()
'gtk-video-renderer.h',
'gtk-video-renderer.c'],
c_args : extra_c_args,
similarity index 96%
rename from meta/recipes-multimedia/gstreamer/gst-examples_1.26.9.bb
rename to meta/recipes-multimedia/gstreamer/gst-examples_1.26.10.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gstreamer.git;protocol=https;b
file://gst-player.desktop \
"
-SRCREV = "f313fae193089408e278c0dd3450145e5a12307b"
+SRCREV = "bfdc62185e243d3633aa916187a566d03a587792"
S = "${UNPACKDIR}/${BP}/subprojects/gst-examples"
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gst-examples* to *1.26.10* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-gst-examples-upgrade-1.26.9-1.26.10.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From b07646dac1e8b373149c7f1eceeded1aedc17c70 Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org> Date: Thu, 1 Jan 2026 10:58:38 +0000 Subject: [PATCH] gst-examples: upgrade 1.26.9 -> 1.26.10 --- ...001-Make-player-examples-installable.patch | 25 +++++++++---------- ...ples_1.26.9.bb => gst-examples_1.26.10.bb} | 2 +- 2 files changed, 13 insertions(+), 14 deletions(-) rename meta/recipes-multimedia/gstreamer/{gst-examples_1.26.9.bb => gst-examples_1.26.10.bb} (96%)