Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2020 19:03:33 +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: r529903 - in head/audio: . jamulus
Message-ID:  <202003301903.02UJ3Xvp031321@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Mar 30 19:03:32 2020
New Revision: 529903
URL: https://svnweb.freebsd.org/changeset/ports/529903

Log:
  New port: audio/jamulus: Internet jam session software

Added:
  head/audio/jamulus/
  head/audio/jamulus/Makefile   (contents, props changed)
  head/audio/jamulus/distinfo   (contents, props changed)
  head/audio/jamulus/pkg-descr   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Mon Mar 30 18:16:49 2020	(r529902)
+++ head/audio/Makefile	Mon Mar 30 19:03:32 2020	(r529903)
@@ -346,6 +346,7 @@
     SUBDIR += jalv
     SUBDIR += jalv-select
     SUBDIR += jamin
+    SUBDIR += jamulus
     SUBDIR += jid3lib
     SUBDIR += juk
     SUBDIR += juke

Added: head/audio/jamulus/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/jamulus/Makefile	Mon Mar 30 19:03:32 2020	(r529903)
@@ -0,0 +1,34 @@
+# $FreeBSD$
+
+PORTNAME=	jamulus
+DISTVERSION=	3.4.4
+CATEGORIES=	audio
+MASTER_SITES=	SF/llcon/${NAME}/${DISTVERSION}/
+DISTNAME=	${NAME}-${PORTVERSION}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Internet jam session software
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libjack.so:audio/jack
+
+USES=		qmake qt:5
+USE_QT=		core gui network widgets xml buildtools_build
+
+NAME=		Jamulus
+
+WRKSRC=		${WRKDIR}/${NAME}${PORTVERSION}
+
+DESKTOP_ENTRIES=	"${NAME}" "${COMMENT}" "${NAME}" \
+			"${PORTNAME}" "AudioVideo;Audio;Mixer;Qt;" true
+
+PLIST_FILES=	bin/${NAME} \
+		share/pixmaps/jamulus.png
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/${NAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_DATA} ${WRKSRC}/src/res/fronticon.png ${STAGEDIR}${PREFIX}/share/pixmaps/jamulus.png
+
+.include <bsd.port.mk>

Added: head/audio/jamulus/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/jamulus/distinfo	Mon Mar 30 19:03:32 2020	(r529903)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1585542387
+SHA256 (Jamulus-3.4.4.tar.gz) = 886611f452d64e6a0245ef2f8ae2911a746b78bbdaad9b296116e627974e6c97
+SIZE (Jamulus-3.4.4.tar.gz) = 1509046

Added: head/audio/jamulus/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/jamulus/pkg-descr	Mon Mar 30 19:03:32 2020	(r529903)
@@ -0,0 +1,6 @@
+The Jamulus software enables musicians to perform real-time jam sessions over
+the Internet. There is one server running the Jamulus server software which
+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/



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