aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp_0.10.8.bb
blob: b31a7ee18fc3e437c69084774d268d5d94de2b5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUMMARY = "GStreamer RTSP server"
LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"

SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2 \
           file://0001-change-deprecated-INCLUDES-to-AM_CPPFLAGS-for-automa.patch"
SRC_URI[md5sum] = "b511af07000595f63c3a705946221643"
SRC_URI[sha256sum] = "9915887cf8515bda87462c69738646afb715b597613edc7340477ccab63a6617"

DEPENDS = "gst-plugins-base gstreamer"

EXTRA_OECONF = "--disable-introspection"

# Configure always checks for Python so inherit pythonnative. Better solution
# would be to disable the checks entirely.
inherit autotools pythonnative gettext

FILES_${PN}-dev += "${datadir}/vala/vapi/"

PNBLACKLIST[gst-rtsp] ?= "Depends on blacklisted gstreamer"