summaryrefslogtreecommitdiffstats
path: root/rules/gst-rtsp-server1.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-12-12 14:25:43 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-12-12 14:40:29 +0100
commitfae8e2b7dd5df178c96e862fb146b30cefaa116f (patch)
tree5cbbe8344af0c3bc4e086fc458f0ea44baaf88f9 /rules/gst-rtsp-server1.make
parentdbd740eca61007b7d76ba92f1c12808f7b568bfc (diff)
downloadptxdist-fae8e2b7dd5df178c96e862fb146b30cefaa116f.tar.gz
ptxdist-fae8e2b7dd5df178c96e862fb146b30cefaa116f.tar.xz
gst-rtsp-server1: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gst-rtsp-server1.make')
-rw-r--r--rules/gst-rtsp-server1.make67
1 files changed, 67 insertions, 0 deletions
diff --git a/rules/gst-rtsp-server1.make b/rules/gst-rtsp-server1.make
new file mode 100644
index 000000000..fe94b4e7f
--- /dev/null
+++ b/rules/gst-rtsp-server1.make
@@ -0,0 +1,67 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2014 by Michael Olbrich <m.olbrich@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_GST_RTSP_SERVER1) += gst-rtsp-server1
+
+#
+# Paths and names
+#
+GST_RTSP_SERVER1_VERSION := 1.4.4
+GST_RTSP_SERVER1_MD5 := 8b496d7815a0bec94750b1d281972996
+GST_RTSP_SERVER1 := gst-rtsp-server-$(GST_RTSP_SERVER1_VERSION)
+GST_RTSP_SERVER1_SUFFIX := tar.xz
+GST_RTSP_SERVER1_URL := http://gstreamer.freedesktop.org/src/gst-rtsp/$(GST_RTSP_SERVER1).$(GST_RTSP_SERVER1_SUFFIX)
+GST_RTSP_SERVER1_SOURCE := $(SRCDIR)/$(GST_RTSP_SERVER1).$(GST_RTSP_SERVER1_SUFFIX)
+GST_RTSP_SERVER1_DIR := $(BUILDDIR)/$(GST_RTSP_SERVER1)
+GST_RTSP_SERVER1_LICENSE := LGPLv2+
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+GST_RTSP_SERVER1_CONF_TOOL := autoconf
+GST_RTSP_SERVER1_CONF_OPT := \
+ $(CROSS_AUTOCONF_USR) \
+ --disable-debug \
+ --disable-valgrind \
+ --disable-gcov \
+ --disable-tests \
+ --disable-introspection \
+ --disable-docbook \
+ --disable-gtk-doc \
+ --disable-gtk-doc-html \
+ --disable-gtk-doc-pdf
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/gst-rtsp-server1.targetinstall:
+ @$(call targetinfo)
+
+ @$(call install_init, gst-rtsp-server1)
+ @$(call install_fixup, gst-rtsp-server1,PRIORITY,optional)
+ @$(call install_fixup, gst-rtsp-server1,SECTION,base)
+ @$(call install_fixup, gst-rtsp-server1,AUTHOR,"Michael Olbrich <m.olbrich@pengutronix.de>")
+ @$(call install_fixup, gst-rtsp-server1,DESCRIPTION,missing)
+
+ @$(call install_lib, gst-rtsp-server1, 0, 0, 0644, libgstrtspserver-1.0)
+
+ @$(call install_finish, gst-rtsp-server1)
+
+ @$(call touch)
+
+# vim: syntax=make