aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/gstreamer/gst-rtsp_0.10.8.bb
blob: 931865651f4412cdd4fca777d0cca9ffa5adbe01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"

# 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/"