Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | DESCRIPTION = "Gstreamer Daemon 1.0" |
| 2 | SUMMARY = "GStreamer framework for controlling audio and video streaming using TCP connection messages" |
| 3 | HOMEPAGE = "https://developer.ridgerun.com/wiki/index.php?title=Gstd-1.0" |
| 4 | SECTION = "multimedia" |
| 5 | LICENSE = "GPLv2+" |
| 6 | |
| 7 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server json-glib libdaemon" |
| 8 | |
| 9 | SRCBRANCH ?= "master" |
| 10 | SRCREV = "097a086a8606dcb368c7d38c7ec4fefc2497401b" |
| 11 | SRC_URI = "git://git@github.com/RidgeRun/gstd-1.x.git;protocol=https;branch=${SRCBRANCH} \ |
| 12 | file://0001-gstd-yocto-compatibility.patch" |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | PACKAGECONFIG_CONFARGS = " \ |
| 17 | --disable-gtk-doc \ |
| 18 | " |
| 19 | |
| 20 | inherit autotools pkgconfig gettext |
| 21 | |
| 22 | do_configure() { |
| 23 | ${S}/autogen.sh |
| 24 | oe_runconf |
| 25 | } |