mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
gst-rtsp: add GStreamer RTSP server/library
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
d116a1f163
commit
2942932a8b
|
|
@ -0,0 +1,34 @@
|
|||
index gst-rtsp_0.10.8/bindings/python/Makefile.am
|
||||
--- gst-rtsp_0.10.8.orig/bindings/python/Makefile.am
|
||||
+++ gst-rtsp_0.10.8/bindings/python/Makefile.am
|
||||
@@ -14,7 +14,7 @@ defs_DATA = $(DEFS)
|
||||
defsdir = $(pkgdatadir)/$(GST_MAJORMINOR)/defs
|
||||
OVERRIDES = rtspserver.override
|
||||
|
||||
-INCLUDES = -I$(top_srcdir) -I$(srcdir) $(PYTHON_INCLUDES)
|
||||
+AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir) $(PYTHON_INCLUDES)
|
||||
|
||||
rtspserver_la_CFLAGS = -I$(top_srcdir)/src \
|
||||
$(PYGOBJECT_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
index gst-rtsp_0.10.8/examples/Makefile.am
|
||||
--- gst-rtsp_0.10.8.orig/examples/Makefile.am
|
||||
+++ gst-rtsp_0.10.8/examples/Makefile.am
|
||||
@@ -1,6 +1,6 @@
|
||||
noinst_PROGRAMS = test-video test-ogg test-mp4 test-readme test-launch test-sdp test-uri test-auth
|
||||
|
||||
-INCLUDES = -I$(top_srcdir) -I$(srcdir)
|
||||
+AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir)
|
||||
|
||||
AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
AM_LDFLAGS = \
|
||||
index gst-rtsp_0.10.8/tests/Makefile.am
|
||||
--- gst-rtsp_0.10.8.orig/tests/Makefile.am
|
||||
+++ gst-rtsp_0.10.8/tests/Makefile.am
|
||||
@@ -1,6 +1,6 @@
|
||||
noinst_PROGRAMS = test-cleanup
|
||||
|
||||
-INCLUDES = -I$(top_srcdir) -I$(srcdir)
|
||||
+AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir)
|
||||
|
||||
AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
AM_LDFLAGS = \
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
DESCRIPTION = "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/"
|
||||
Loading…
Reference in New Issue
Block a user