diff options
| author | Cristinel Panfir <cristinel.panfir@nxp.com> | 2019-12-20 19:03:41 +0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-12-20 16:54:20 -0300 |
| commit | 2d204dad701ca7e7a13454ca02c99ca323d5f143 (patch) | |
| tree | 7a5e261677d154457d8f30d21cad4aaae3ad2a0a | |
| parent | 5c8c14df2c6b7d2554e2f99e07d7fb73a282c539 (diff) | |
| download | meta-freescale-2d204dad701ca7e7a13454ca02c99ca323d5f143.tar.gz | |
gstreamer1.0-rtsp-server: Add 1.16 version recipe
Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
| -rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.0.bb | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.0.bb b/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.0.bb new file mode 100644 index 000000000..e9f8d20c3 --- /dev/null +++ b/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.0.bb | |||
| @@ -0,0 +1,37 @@ | |||
| 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 | FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/${PN}:" | ||
| 12 | FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/files:" | ||
| 13 | |||
| 14 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz \ | ||
| 15 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ | ||
| 16 | file://gtk-doc-tweaks.patch \ | ||
| 17 | " | ||
| 18 | |||
| 19 | SRC_URI[md5sum] = "adc4460239ec2eccf58ad9752ce53bfd" | ||
| 20 | SRC_URI[sha256sum] = "198e9eec1a3e32dc810d3fbf3a714850a22c6288d4a5c8e802c5ff984af03f19" | ||
| 21 | |||
| 22 | S = "${WORKDIR}/${PNREAL}-${PV}" | ||
| 23 | |||
| 24 | inherit autotools pkgconfig upstream-version-is-even gobject-introspection gtk-doc | ||
| 25 | |||
| 26 | EXTRA_OECONF = "--disable-examples --disable-tests --disable-introspection " | ||
| 27 | |||
| 28 | # Starting with 1.8.0 gst-rtsp-server includes dependency-less plugins as well | ||
| 29 | LIBV = "1.0" | ||
| 30 | require recipes-multimedia/gstreamer/gst-plugins-package.inc | ||
| 31 | |||
| 32 | delete_pkg_m4_file() { | ||
| 33 | # This m4 file is out of date and is missing PKG_CONFIG_SYSROOT_PATH tweaks which we need for introspection | ||
| 34 | rm "${S}/common/m4/pkg.m4" || true | ||
| 35 | } | ||
| 36 | |||
| 37 | do_configure[prefuncs] += " delete_pkg_m4_file" | ||
