[Pkg-voip-commits] [janus] 01/06: Fix have janus-demos suggest gstreamer1.0-x.
Jonas Smedegaard
dr at jones.dk
Sat Mar 25 13:10:38 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 6dcb1ef0b6e4b736d71822c61b1a80ecd9ff7dc0
Author: Jonas Smedegaard <dr at jones.dk>
Date: Thu Mar 23 21:36:41 2017 +0100
Fix have janus-demos suggest gstreamer1.0-x.
---
debian/control | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index d6d3630..f309bcb 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Build-Depends:
librabbitmq-dev,
libsofia-sip-ua-dev,
libsrtp2-dev [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el],
- libsrtp0-dev (>= 1.5) [!amd64 !arm64 !armel !armhf !i386 !mips64el !mipsel !ppc64el],
+ libsrtp0-dev [!amd64 !arm64 !armel !armhf !i386 !mips64el !mipsel !ppc64el] (>= 1.5),
libssl-dev,
libwebsockets-dev (>> 1.3),
libavutil-dev,
@@ -119,6 +119,7 @@ Suggests:
janus,
gstreamer1.0-tools,
gstreamer1.0-plugins-good,
+ gstreamer1.0-x,
Description: Open Source, general purpose, WebRTC gateway - demos
Janus is a general purpose WebRTC Gateway with a minimal footprint.
.
@@ -126,5 +127,5 @@ Description: Open Source, general purpose, WebRTC gateway - demos
.
The demos require online referenced Javascript code.
.
- Packages gstreamer1.0-plugins-good are needed for included example
- streaming script.
+ Packages gstreamer1.0-plugins-good gstreamer1.0-x are needed for
+ included example streaming script.
--
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