diff options
| author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2018-09-26 19:42:39 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-19 17:03:24 +0000 |
| commit | bcb6cd29f8e820e5a0a498c1f65e9fd151dd59c4 (patch) | |
| tree | 686116c2aea2473d905b25138f6f39be65cf8a2b /meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.14.3.bb | |
| parent | 5fcb2ce593e82c667d89363891a258e4318ed1af (diff) | |
| download | poky-bcb6cd29f8e820e5a0a498c1f65e9fd151dd59c4.tar.gz | |
gstreamer1.0-rtsp-server: upgrade to version 1.14.3
(From OE-Core rev: f62a87b3c6638c6da764d19133eba552f2102bae)
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
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/gstreamer1.0-rtsp-server_1.14.3.bb')
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.14.3.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.14.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.14.3.bb new file mode 100644 index 0000000000..7e75f62c28 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.14.3.bb | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | SUMMARY = "A library on top of GStreamer for building an RTSP server" | ||
| 2 | HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/" | ||
| 3 | SECTION = "multimedia" | ||
| 4 | LICENSE = "LGPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d" | ||
| 6 | |||
| 7 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base" | ||
| 8 | |||
| 9 | PNREAL = "gst-rtsp-server" | ||
| 10 | |||
| 11 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz \ | ||
| 12 | file://0001-Don-t-hardcode-libtool-name-when-using-introspection.patch \ | ||
| 13 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ | ||
| 14 | file://gtk-doc-tweaks.patch \ | ||
| 15 | " | ||
| 16 | |||
| 17 | SRC_URI[md5sum] = "3da1cd1011d3b826df87c96dbfbb1174" | ||
| 18 | SRC_URI[sha256sum] = "1f654c7617af15d13b67bf833f4c81d086ecbfd8cce7f2bf65fe5c1c3519f4e6" | ||
| 19 | |||
| 20 | S = "${WORKDIR}/${PNREAL}-${PV}" | ||
| 21 | |||
| 22 | inherit autotools pkgconfig upstream-version-is-even gobject-introspection gtk-doc | ||
| 23 | |||
| 24 | EXTRA_OECONF = "--disable-examples --disable-tests" | ||
| 25 | |||
| 26 | # Starting with 1.8.0 gst-rtsp-server includes dependency-less plugins as well | ||
| 27 | LIBV = "1.0" | ||
| 28 | require gst-plugins-package.inc | ||
| 29 | |||
| 30 | delete_pkg_m4_file() { | ||
| 31 | # This m4 file is out of date and is missing PKG_CONFIG_SYSROOT_PATH tweaks which we need for introspection | ||
| 32 | rm "${S}/common/m4/pkg.m4" || true | ||
| 33 | } | ||
| 34 | |||
| 35 | do_configure[prefuncs] += " delete_pkg_m4_file" | ||
