* [PATCH 0/3] Upgrades for a few git recipes
@ 2017-02-23 12:47 Jussi Kukkonen
2017-02-23 12:47 ` [PATCH 1/3] xf86-video-intel: Upgrade to recent git revision Jussi Kukkonen
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Jussi Kukkonen @ 2017-02-23 12:47 UTC (permalink / raw)
To: openembedded-core
Fairly innocent looking git revision upgrades for recipes whose
upstreams do not make releases for one reason or another.
Thanks,
Jussi
The following changes since commit e436a6398684d2872cb541f1cfb0f67b3618d15a:
layer.conf: bump version for change in eSDK selftest behaviour (2017-02-19 09:39:03 -0800)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib jku/git-upgrades
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/git-upgrades
Jussi Kukkonen (3):
xf86-video-intel: Upgrade to recent git revision
gst-player: Upgrade to recent git revision
x264: Upgrade to stable branch head
.../xorg-driver/xf86-video-intel_git.bb | 2 +-
...ovide-similar-behaviour-for-quit-and-clos.patch | 32 ----------------------
.../recipes-multimedia/gstreamer/gst-player_git.bb | 3 +-
meta/recipes-multimedia/x264/x264_git.bb | 4 +--
4 files changed, 4 insertions(+), 37 deletions(-)
delete mode 100644 meta/recipes-multimedia/gstreamer/gst-player/0001-gtk-play-provide-similar-behaviour-for-quit-and-clos.patch
--
2.1.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/3] xf86-video-intel: Upgrade to recent git revision
2017-02-23 12:47 [PATCH 0/3] Upgrades for a few git recipes Jussi Kukkonen
@ 2017-02-23 12:47 ` Jussi Kukkonen
2017-02-23 12:47 ` [PATCH 2/3] gst-player: " Jussi Kukkonen
2017-02-23 12:47 ` [PATCH 3/3] x264: Upgrade to stable branch head Jussi Kukkonen
2 siblings, 0 replies; 4+ messages in thread
From: Jussi Kukkonen @ 2017-02-23 12:47 UTC (permalink / raw)
To: openembedded-core
This includes a number of small fixes and some new PCI IDs, no
major changes.
For background, xf86-video-intel does not get releases so
we have to follow git.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
index 3fd6c63..f86de6f 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
@@ -9,7 +9,7 @@ Infrastructure (DRI)."
LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e"
-SRCREV = "8f33f80100096f7790c7b819ce37a3ed8ce8b5fa"
+SRCREV = "e4fe79cf0d9a05ee3f3a027148ef0aeb2b1b34e1"
PV = "2.99.917+git${SRCPV}"
S = "${WORKDIR}/git"
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/3] gst-player: Upgrade to recent git revision
2017-02-23 12:47 [PATCH 0/3] Upgrades for a few git recipes Jussi Kukkonen
2017-02-23 12:47 ` [PATCH 1/3] xf86-video-intel: Upgrade to recent git revision Jussi Kukkonen
@ 2017-02-23 12:47 ` Jussi Kukkonen
2017-02-23 12:47 ` [PATCH 3/3] x264: Upgrade to stable branch head Jussi Kukkonen
2 siblings, 0 replies; 4+ messages in thread
From: Jussi Kukkonen @ 2017-02-23 12:47 UTC (permalink / raw)
To: openembedded-core
The update contains a small number of bug fixes. Removed one
upstreamed patch.
gst-player does not have releases: this is the current git master.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
...ovide-similar-behaviour-for-quit-and-clos.patch | 32 ----------------------
.../recipes-multimedia/gstreamer/gst-player_git.bb | 3 +-
2 files changed, 1 insertion(+), 34 deletions(-)
delete mode 100644 meta/recipes-multimedia/gstreamer/gst-player/0001-gtk-play-provide-similar-behaviour-for-quit-and-clos.patch
diff --git a/meta/recipes-multimedia/gstreamer/gst-player/0001-gtk-play-provide-similar-behaviour-for-quit-and-clos.patch b/meta/recipes-multimedia/gstreamer/gst-player/0001-gtk-play-provide-similar-behaviour-for-quit-and-clos.patch
deleted file mode 100644
index e3f1c4f..0000000
--- a/meta/recipes-multimedia/gstreamer/gst-player/0001-gtk-play-provide-similar-behaviour-for-quit-and-clos.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 220c2659a45dd354270a465c45197970dae5f548 Mon Sep 17 00:00:00 2001
-From: "Maxin B. John" <maxin.john@intel.com>
-Date: Fri, 5 Aug 2016 17:52:18 +0300
-Subject: [PATCH] gtk-play: provide similar behaviour for quit and close
-
-In x86 targets, gtk-play just pause rather than quitting the application
-when we click the close button (delete-event). Change the callback function
-to get similar behaviour when we click on "Quit" menu option.
-
-Upstream-Status: Accepted
-
-Signed-off-by: Maxin B. John <maxin.john@intel.com>
----
- gtk/gtk-play.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/gtk/gtk-play.c b/gtk/gtk-play.c
-index a520bef..16afc6b 100644
---- a/gtk/gtk-play.c
-+++ b/gtk/gtk-play.c
-@@ -177,7 +177,7 @@ load_from_builder (const gchar * filename, gboolean register_sig_handler,
- static void
- delete_event_cb (GtkWidget * widget, GdkEvent * event, GtkPlay * play)
- {
-- gst_player_stop (play->player);
-+ gtk_widget_destroy (GTK_WIDGET (play));
- }
-
- static void
---
-2.4.0
-
diff --git a/meta/recipes-multimedia/gstreamer/gst-player_git.bb b/meta/recipes-multimedia/gstreamer/gst-player_git.bb
index 9a023ab..ebc4ae8 100644
--- a/meta/recipes-multimedia/gstreamer/gst-player_git.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-player_git.bb
@@ -8,10 +8,9 @@ SRC_URI = "git://github.com/sdroege/gst-player.git \
file://filechooser.patch;apply=0 \
file://Fix-pause-play.patch;apply=0 \
file://Add-error-signal-emission-for-missing-plugins.patch;apply=0 \
- file://0001-gtk-play-provide-similar-behaviour-for-quit-and-clos.patch \
file://gst-player.desktop"
-SRCREV = "ea90e63c1064503f9ba5d59aa4ca604f13ca5def"
+SRCREV = "ee3c226c82767a089743e4e06058743e67f73cdb"
PV = "0.0.1+git${SRCPV}"
S = "${WORKDIR}/git"
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 3/3] x264: Upgrade to stable branch head
2017-02-23 12:47 [PATCH 0/3] Upgrades for a few git recipes Jussi Kukkonen
2017-02-23 12:47 ` [PATCH 1/3] xf86-video-intel: Upgrade to recent git revision Jussi Kukkonen
2017-02-23 12:47 ` [PATCH 2/3] gst-player: " Jussi Kukkonen
@ 2017-02-23 12:47 ` Jussi Kukkonen
2 siblings, 0 replies; 4+ messages in thread
From: Jussi Kukkonen @ 2017-02-23 12:47 UTC (permalink / raw)
To: openembedded-core
Small number of bug fixes and x86 optimizations.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
meta/recipes-multimedia/x264/x264_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb
index 64193dc..69f52c2 100644
--- a/meta/recipes-multimedia/x264/x264_git.bb
+++ b/meta/recipes-multimedia/x264/x264_git.bb
@@ -13,9 +13,9 @@ SRC_URI = "git://github.com/mirror/x264;branch=stable \
file://Fix-X32-build-by-disabling-asm.patch \
"
-SRCREV = "86b71982e131eaa70125f8d0e725fcade9c4c677"
+SRCREV = "2b741f81e51f92d053d87a49f59ff1026553a0f6"
-PV = "r2491+git${SRCPV}"
+PV = "r2731+git${SRCPV}"
S = "${WORKDIR}/git"
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-02-23 12:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-23 12:47 [PATCH 0/3] Upgrades for a few git recipes Jussi Kukkonen
2017-02-23 12:47 ` [PATCH 1/3] xf86-video-intel: Upgrade to recent git revision Jussi Kukkonen
2017-02-23 12:47 ` [PATCH 2/3] gst-player: " Jussi Kukkonen
2017-02-23 12:47 ` [PATCH 3/3] x264: Upgrade to stable branch head Jussi Kukkonen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox