blob: 828caa8833139fa76a42462a0a7860ffc3d60b84 [file] [log] [blame]
Brad Bishop93c3acf2019-10-29 09:48:15 -04001DESCRIPTION = "Gstreamer Daemon"
Brad Bishop316dfdd2018-06-25 12:45:53 -04002SUMMARY = "GStreamer framework for controlling audio and video streaming using TCP connection messages"
3HOMEPAGE = "https://developer.ridgerun.com/wiki/index.php?title=Gstd-1.0"
4SECTION = "multimedia"
5LICENSE = "GPLv2+"
Brad Bishop93c3acf2019-10-29 09:48:15 -04006LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
Brad Bishop316dfdd2018-06-25 12:45:53 -04007
8DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server json-glib libdaemon"
9
10SRCBRANCH ?= "master"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011SRCREV = "3526d0ffdbccc375db7d5fe33a72c68b134657c2"
Brad Bishop316dfdd2018-06-25 12:45:53 -040012SRC_URI = "git://git@github.com/RidgeRun/gstd-1.x.git;protocol=https;branch=${SRCBRANCH} \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013 file://0001-gstd-yocto-compatibility.patch \
14 file://0001-Look-for-gtk-doc.make-in-builddir.patch \
15 "
Brad Bishop316dfdd2018-06-25 12:45:53 -040016S = "${WORKDIR}/git"
17
Brad Bishop93c3acf2019-10-29 09:48:15 -040018# Remove the +really when upstream version is > 1.0
19PV = "1.0+really0.6.3"
20
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080021inherit autotools pkgconfig gettext gtk-doc
Brad Bishop316dfdd2018-06-25 12:45:53 -040022
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080023do_configure_prepend() {
24 sed -i -e "s|include \$(top_builddir)/docs/gtk-doc.make||g" ${S}/docs/reference/gstd/Makefile.am
Brad Bishop316dfdd2018-06-25 12:45:53 -040025}