diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-05-03 16:17:56 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-11 07:49:37 +0100 |
commit | 2856342f95ad1d2e9ebd220ec703560a2a683cfd (patch) | |
tree | 9f7dd3044bb164a4267986a7b7e177de61c32789 /meta/recipes-multimedia/gstreamer | |
parent | 03d219eebd5f6537486a94ab56be0aa3c9afc6b0 (diff) | |
download | poky-2856342f95ad1d2e9ebd220ec703560a2a683cfd.tar.gz |
gst-python: upgrade 1.12.4 -> 1.14.0
For changes, please see: https://cgit.freedesktop.org/gstreamer/gst-python/tree/ChangeLog
Also merge inc/bb since we have only one version now.
(From OE-Core rev: 360493d4065101462194a49940e4024993011a79)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.12.4.bb | 7 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.14.0.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-python.inc) | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.12.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.12.4.bb deleted file mode 100644 index faec3566c4..0000000000 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.12.4.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | require gstreamer1.0-python.inc | ||
2 | |||
3 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz" | ||
4 | SRC_URI[md5sum] = "f1fd046ea781736a794f9f552d77c50d" | ||
5 | SRC_URI[sha256sum] = "20ce6af6615c9a440c1928c31259a78226516d06bf1a65f888c6d109826fa3ea" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740" | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.14.0.bb index 361f0bca41..1eb1a3f6f4 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.14.0.bb | |||
@@ -1,7 +1,13 @@ | |||
1 | SUMMARY = "Python bindings for GStreamer 1.0" | 1 | SUMMARY = "Python bindings for GStreamer 1.0" |
2 | HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-python/" | 2 | HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-python/" |
3 | SECTION = "multimedia" | 3 | SECTION = "multimedia" |
4 | |||
4 | LICENSE = "LGPLv2.1" | 5 | LICENSE = "LGPLv2.1" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740" | ||
7 | |||
8 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz" | ||
9 | SRC_URI[md5sum] = "97782b2fde877f1d1d68c64f7db4f735" | ||
10 | SRC_URI[sha256sum] = "e0b98111150aa3fcdeb6e228cd770995fbdaa8586fc02ec9b3273d4ae83399e6" | ||
5 | 11 | ||
6 | DEPENDS = "gstreamer1.0 python3-pygobject" | 12 | DEPENDS = "gstreamer1.0 python3-pygobject" |
7 | RDEPENDS_${PN} += "gstreamer1.0 python3-pygobject" | 13 | RDEPENDS_${PN} += "gstreamer1.0 python3-pygobject" |