1 SUMMARY = "dreambox RTSP server"
3 LICENSE = "CC-BY-NC-SA-3.0 | DreamProperty"
4 LIC_FILES_CHKSUM = "file://COPYING;md5=d0bc37dd201603b26956a4e5f4a3601d"
5 DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server"
6 SRCREV = "${@opendreambox_srcrev('cf4f76b8e14f8017189c1f16b43b63e0cf0f79b7', d)}"
8 inherit autotools opendreambox-git systemd
10 RDEPENDS_${PN} = "gst-plugin-dreamsource \
11 gstreamer1.0-plugins-bad-videoparsersbad \
12 gstreamer1.0-plugins-bad-mpegtsmux \
13 gstreamer1.0-plugins-base-app \
14 gstreamer1.0-plugins-good-audioparsers \
15 gstreamer1.0-plugins-good-rtp \
16 gstreamer1.0-plugins-good-rtpmanager \
17 gstreamer1.0-plugins-good-udp"
19 SYSTEMD_SERVICE_${PN} = "dreamrtspserver.service"
21 pkg_postinst_${PN} () {