[Pkg-voip-commits] [janus] 02/03: Improve shipment of janus-demos streaming script(s): Skip obsolete GStreamer 0.10 script. Install only as example file. Set executable bit. Suggest gstreamer1.0-tools gstreamer1.0-plugins-good. Document suggested packages in long description.

Jonas Smedegaard dr at jones.dk
Tue Mar 14 12:01:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository janus.

commit ba72cebe902ae21c1932ee78408529b7b19f5654
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Mar 14 12:25:35 2017 +0100

    Improve shipment of janus-demos streaming script(s): Skip obsolete GStreamer 0.10 script. Install only as example file. Set executable bit. Suggest gstreamer1.0-tools gstreamer1.0-plugins-good. Document suggested packages in long description.
---
 debian/control              | 5 +++++
 debian/janus-demos.examples | 1 +
 debian/rules                | 1 +
 3 files changed, 7 insertions(+)

diff --git a/debian/control b/debian/control
index d8933f7..40cc72c 100644
--- a/debian/control
+++ b/debian/control
@@ -116,9 +116,14 @@ Depends:
  fonts-font-awesome,
 Suggests:
  janus,
+ gstreamer1.0-tools,
+ gstreamer1.0-plugins-good,
 Description: Open Source, general purpose, WebRTC gateway - documentation
  Janus is a general purpose WebRTC Gateway with a minimal footprint.
  .
  This package contains a set of demo html applications using Janus.
  .
  The demos require online referenced Javascript code.
+ .
+ Packages gstreamer1.0-plugins-good are needed for included example
+ streaming script.
diff --git a/debian/janus-demos.examples b/debian/janus-demos.examples
new file mode 100644
index 0000000..108edda
--- /dev/null
+++ b/debian/janus-demos.examples
@@ -0,0 +1 @@
+plugins/streams/test_gstreamer_1.sh
diff --git a/debian/rules b/debian/rules
index d9ed6f2..08f9152 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,4 +24,5 @@ override_dh_install:
 	mv -ft debian/tmp/usr/include/janus/transports \
 		debian/tmp/usr/include/janus/transport.h
 	rename 's/\.sample$$//' debian/tmp/etc/janus/*.sample
+	rm -f debian/tmp/usr/share/janus/streams/test_*
 	dh_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list