summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd.inc')
-rw-r--r--meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd.inc25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd.inc b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd.inc
new file mode 100644
index 000000000..10ee5bcb2
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd.inc
@@ -0,0 +1,25 @@
1DESCRIPTION = "Gstreamer Daemon 1.0"
2SUMMARY = "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+"
6
7DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server json-glib libdaemon"
8
9SRCBRANCH ?= "master"
10SRCREV = "097a086a8606dcb368c7d38c7ec4fefc2497401b"
11SRC_URI = "git://git@github.com/RidgeRun/gstd-1.x.git;protocol=https;branch=${SRCBRANCH} \
12 file://0001-gstd-yocto-compatibility.patch"
13
14S = "${WORKDIR}/git"
15
16PACKAGECONFIG_CONFARGS = " \
17 --disable-gtk-doc \
18"
19
20inherit autotools pkgconfig gettext
21
22do_configure() {
23${S}/autogen.sh
24oe_runconf
25}