Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2020 08:32:46 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550657 - head/audio/jamulus
Message-ID:  <202009300832.08U8WklQ030493@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Sep 30 08:32:46 2020
New Revision: 550657
URL: https://svnweb.freebsd.org/changeset/ports/550657

Log:
  audio/jamulus: Add missing USES=gl
  
  Also fix WWW.

Modified:
  head/audio/jamulus/Makefile
  head/audio/jamulus/pkg-descr

Modified: head/audio/jamulus/Makefile
==============================================================================
--- head/audio/jamulus/Makefile	Wed Sep 30 07:59:54 2020	(r550656)
+++ head/audio/jamulus/Makefile	Wed Sep 30 08:32:46 2020	(r550657)
@@ -2,6 +2,7 @@
 
 PORTNAME=	jamulus
 DISTVERSION=	3.5.11
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	SF/llcon/${NAME}/${DISTVERSION}/
 DISTNAME=	${NAME}-${PORTVERSION}
@@ -14,8 +15,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libjack.so:audio/jack
 
-USES=		compiler:c++11-lang pkgconfig qmake qt:5
+USES=		compiler:c++11-lang gl pkgconfig qmake qt:5
 USE_QT=		concurrent core gui network widgets xml buildtools_build linguisttools_build
+USE_GL=		gl
 
 NAME=		Jamulus
 

Modified: head/audio/jamulus/pkg-descr
==============================================================================
--- head/audio/jamulus/pkg-descr	Wed Sep 30 07:59:54 2020	(r550656)
+++ head/audio/jamulus/pkg-descr	Wed Sep 30 08:32:46 2020	(r550657)
@@ -3,4 +3,4 @@ the Internet. There is one server running the Jamulus 
 collects the audio data from each Jamulus client, mixes the audio data and sends
 the mix back to each client.
 
-WWW: http://llcon.sourceforge.net/
+WWW: https://llcon.sourceforge.io/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009300832.08U8WklQ030493>