aboutsummaryrefslogtreecommitdiff
path: root/core/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2018-01-11 23:31:33 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2018-01-12 10:53:41 +0100
commitda25cbb7871dff64c0298cb13786241786f6e8fc (patch)
tree2f2fcb6a1ae25b7c8950aa821c5a91c187b00ffc /core/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc
parent19a640e79bc2d8427d09f9af1fadf4a27c9ce646 (diff)
gstreamer: import gst 1.12.4 from OE-core
This is a squashed commit to import gstreamer from oe-core as of 4facc57238 linux-firmware: Bump revision to 65b1c68c Change-Id: Ic5008e5ef1df117ffdbacda19ac7747df7888776 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'core/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc')
-rw-r--r--core/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc29
1 files changed, 29 insertions, 0 deletions
diff --git a/core/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc b/core/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc
new file mode 100644
index 0000000..70e90b8
--- /dev/null
+++ b/core/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc
@@ -0,0 +1,29 @@
+SUMMARY = "A library on top of GStreamer for building an RTSP server"
+HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/"
+SECTION = "multimedia"
+LICENSE = "LGPLv2"
+
+DEPENDS = "gstreamer1.0 libcgroup gstreamer1.0-plugins-base libcheck"
+
+PNREAL = "gst-rtsp-server"
+
+SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz \
+ file://0001-Don-t-hardcode-libtool-name-when-using-introspection.patch \
+ file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \
+ file://gtk-doc-tweaks.patch"
+
+S = "${WORKDIR}/${PNREAL}-${PV}"
+
+inherit autotools pkgconfig upstream-version-is-even gobject-introspection gtk-doc
+
+# Starting with 1.8.0 gst-rtsp-server includes dependency-less plugins as well
+LIBV = "1.0"
+require gst-plugins-package.inc
+
+delete_pkg_m4_file() {
+ # This m4 file is out of date and is missing PKG_CONFIG_SYSROOT_PATH tweaks which we need for introspection
+ rm "${S}/common/m4/pkg.m4" || true
+}
+
+do_configure[prefuncs] += " delete_pkg_m4_file"
+