diff options
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch | 24 | ||||
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-examples_1.18.0.bb (renamed from meta/recipes-multimedia/gstreamer/gst-examples_1.16.0.bb) | 4 |
2 files changed, 13 insertions, 15 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch b/meta/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch index 0338bad1c0..ab93c13244 100644 --- a/meta/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch +++ b/meta/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 755f6dab07565aca7b6aefacad8be65de364ff75 Mon Sep 17 00:00:00 2001 | 1 | From 7924016fce2d0b435891a335cdae52fc939c7e3b Mon Sep 17 00:00:00 2001 |
| 2 | From: Jussi Kukkonen <jussi.kukkonen@intel.com> | 2 | From: Jussi Kukkonen <jussi.kukkonen@intel.com> |
| 3 | Date: Thu, 17 Aug 2017 11:07:02 +0300 | 3 | Date: Thu, 17 Aug 2017 11:07:02 +0300 |
| 4 | Subject: [PATCH] Make player examples installable | 4 | Subject: [PATCH] Make player examples installable |
| @@ -7,16 +7,17 @@ Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> | |||
| 7 | Upstream-Status: Denied [Upstream considers these code examples, for now a least] | 7 | Upstream-Status: Denied [Upstream considers these code examples, for now a least] |
| 8 | 8 | ||
| 9 | https://bugzilla.gnome.org/show_bug.cgi?id=777827 | 9 | https://bugzilla.gnome.org/show_bug.cgi?id=777827 |
| 10 | |||
| 10 | --- | 11 | --- |
| 11 | playback/player/gst-play/meson.build | 1 + | 12 | playback/player/gst-play/meson.build | 1 + |
| 12 | playback/player/gtk/meson.build | 1 + | 13 | playback/player/gtk/meson.build | 1 + |
| 13 | 2 files changed, 2 insertions(+) | 14 | 2 files changed, 2 insertions(+) |
| 14 | 15 | ||
| 15 | diff --git a/playback/player/gst-play/meson.build b/playback/player/gst-play/meson.build | 16 | diff --git a/playback/player/gst-play/meson.build b/playback/player/gst-play/meson.build |
| 16 | index 719b55b..a56fe13 100644 | 17 | index 8ec021d..977cc5c 100644 |
| 17 | --- a/playback/player/gst-play/meson.build | 18 | --- a/playback/player/gst-play/meson.build |
| 18 | +++ b/playback/player/gst-play/meson.build | 19 | +++ b/playback/player/gst-play/meson.build |
| 19 | @@ -8,5 +8,6 @@ executable('gst-play', | 20 | @@ -2,5 +2,6 @@ executable('gst-play', |
| 20 | ['gst-play.c', | 21 | ['gst-play.c', |
| 21 | 'gst-play-kb.c', | 22 | 'gst-play-kb.c', |
| 22 | 'gst-play-kb.h'], | 23 | 'gst-play-kb.h'], |
| @@ -24,16 +25,13 @@ index 719b55b..a56fe13 100644 | |||
| 24 | dependencies : [gst_dep, gstplayer_dep, m_dep]) | 25 | dependencies : [gst_dep, gstplayer_dep, m_dep]) |
| 25 | 26 | ||
| 26 | diff --git a/playback/player/gtk/meson.build b/playback/player/gtk/meson.build | 27 | diff --git a/playback/player/gtk/meson.build b/playback/player/gtk/meson.build |
| 27 | index 08aae4f..671a65d 100644 | 28 | index f7a7419..6281130 100644 |
| 28 | --- a/playback/player/gtk/meson.build | 29 | --- a/playback/player/gtk/meson.build |
| 29 | +++ b/playback/player/gtk/meson.build | 30 | +++ b/playback/player/gtk/meson.build |
| 30 | @@ -18,5 +18,6 @@ executable('gtk-play', | 31 | @@ -13,5 +13,6 @@ if gtk_dep.found() |
| 31 | gtk_play_resources, | 32 | gtk_play_resources, |
| 32 | 'gtk-video-renderer.h', | 33 | 'gtk-video-renderer.h', |
| 33 | 'gtk-video-renderer.c'], | 34 | 'gtk-video-renderer.c'], |
| 34 | + install: true, | 35 | + install: true, |
| 35 | dependencies : [glib_dep, gobject_dep, gmodule_dep, gst_dep, gsttag_dep, gstplayer_dep, gtk_dep, x11_dep]) | 36 | dependencies : [glib_dep, gobject_dep, gmodule_dep, gst_dep, gsttag_dep, gstplayer_dep, gtk_dep, x11_dep]) |
| 36 | 37 | endif | |
| 37 | -- | ||
| 38 | 2.13.3 | ||
| 39 | |||
diff --git a/meta/recipes-multimedia/gstreamer/gst-examples_1.16.0.bb b/meta/recipes-multimedia/gstreamer/gst-examples_1.18.0.bb index e23d23d9ca..66db2f4eb8 100644 --- a/meta/recipes-multimedia/gstreamer/gst-examples_1.16.0.bb +++ b/meta/recipes-multimedia/gstreamer/gst-examples_1.18.0.bb | |||
| @@ -2,14 +2,14 @@ SUMMARY = "GStreamer examples (including gtk-play, gst-play)" | |||
| 2 | LICENSE = "LGPL-2.0+" | 2 | LICENSE = "LGPL-2.0+" |
| 3 | LIC_FILES_CHKSUM = "file://playback/player/gtk/gtk-play.c;beginline=1;endline=20;md5=f8c72dae3d36823ec716a9ebcae593b9" | 3 | LIC_FILES_CHKSUM = "file://playback/player/gtk/gtk-play.c;beginline=1;endline=20;md5=f8c72dae3d36823ec716a9ebcae593b9" |
| 4 | 4 | ||
| 5 | DEPENDS = "glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gtk+3 glib-2.0-native" | 5 | DEPENDS = "glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gtk+3 libsoup-2.4 json-glib glib-2.0-native" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gst-examples.git;protocol=https \ | 7 | SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gst-examples.git;protocol=https \ |
| 8 | file://0001-Make-player-examples-installable.patch \ | 8 | file://0001-Make-player-examples-installable.patch \ |
| 9 | file://gst-player.desktop \ | 9 | file://gst-player.desktop \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | SRCREV = "d953c127c1146b50d5676618299933950685dcd7" | 12 | SRCREV = "009290dc8784e6714dc2a29be123110c14a38123" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
