Skip to content

Commit

Permalink
net-im/dino: Improve audio/video calling support
Browse files Browse the repository at this point in the history
Add couple more dependencies which were missing, but seem to be
necessary for audio/video calls. Many thanks to Goran for helping
test this.

PR:		262055
Reported by:	Goran Mekić <meka at tilda dot center>
Tested by:	Goran Mekić <meka at tilda dot center>
  • Loading branch information
wahjava committed Mar 4, 2022
1 parent fac2f81 commit d21befb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net-im/dino/Makefile
@@ -1,7 +1,7 @@
PORTNAME= dino
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net-im

MAINTAINER= ashish@FreeBSD.org
Expand Down Expand Up @@ -47,7 +47,7 @@ ICE_VARS= ENABLED_PLUGINS+=ice
ICE_VARS_OFF= DISABLED_PLUGINS+=ice
RTP_LIB_DEPENDS= libgnutls.so:security/gnutls \
libwebrtc-audio-processing-1.so:audio/webrtc-audio-processing
RTP_USE= GSTREAMER1=srtp
RTP_USE= GSTREAMER1=srtp,gtk,pulse,opus,speex,vpx,x264,v4l2
RTP_VARS= ENABLED_PLUGINS+=rtp
RTP_VARS_OFF= DISABLED_PLUGINS+=rtp
OMEMO_GH_TUPLE= signalapp:libsignal-protocol-c:v2.3.3:signalapp/plugins/signal-protocol/libsignal-protocol-c
Expand Down

0 comments on commit d21befb

Please sign in to comment.