Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 21:28:36 +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: r535502 - in head/audio: . jacktrip jacktrip/files
Message-ID:  <202005162128.04GLSaoC015002@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat May 16 21:28:35 2020
New Revision: 535502
URL: https://svnweb.freebsd.org/changeset/ports/535502

Log:
  New port: audio/jacktrip: Multi-machine audio network performance over the Internet

Added:
  head/audio/jacktrip/
  head/audio/jacktrip/Makefile   (contents, props changed)
  head/audio/jacktrip/distinfo   (contents, props changed)
  head/audio/jacktrip/files/
  head/audio/jacktrip/files/patch-jacktrip.pro   (contents, props changed)
  head/audio/jacktrip/pkg-descr   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Sat May 16 21:03:04 2020	(r535501)
+++ head/audio/Makefile	Sat May 16 21:28:35 2020	(r535502)
@@ -349,6 +349,7 @@
     SUBDIR += jack-smf-utils
     SUBDIR += jack_ghero
     SUBDIR += jack_umidi
+    SUBDIR += jacktrip
     SUBDIR += jalv
     SUBDIR += jalv-select
     SUBDIR += jamin

Added: head/audio/jacktrip/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/jacktrip/Makefile	Sat May 16 21:28:35 2020	(r535502)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	jacktrip
+DISTVERSIONPREFIX=	v
+DISTVERSION=	1.1-132
+DISTVERSIONSUFFIX=	-g5dd7740
+CATEGORIES=	audio
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Multi-machine audio network performance over the Internet
+
+LICENSE=	MIT
+
+LIB_DEPENDS=	libjack.so:audio/jack
+
+USES=		qt:5 qmake
+USE_GITHUB=	yes
+USE_QT=		core network buildtools_build
+
+CXXFLAGS+=	-D__LINUX__
+
+WRKSRC_SUBDIR=	src
+
+PLIST_FILES=	bin/jacktrip
+
+.include <bsd.port.mk>

Added: head/audio/jacktrip/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/jacktrip/distinfo	Sat May 16 21:28:35 2020	(r535502)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1589663534
+SHA256 (jacktrip-jacktrip-v1.1-132-g5dd7740_GH0.tar.gz) = 9a8cd85d62c39d6f116953b6cbbec605350518b57b6d2fcb5d7fac95295e2a15
+SIZE (jacktrip-jacktrip-v1.1-132-g5dd7740_GH0.tar.gz) = 2527645

Added: head/audio/jacktrip/files/patch-jacktrip.pro
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/jacktrip/files/patch-jacktrip.pro	Sat May 16 21:28:35 2020	(r535502)
@@ -0,0 +1,20 @@
+--- jacktrip.pro.orig	2020-05-16 21:20:44 UTC
++++ jacktrip.pro
+@@ -5,7 +5,7 @@
+ CONFIG += c++11 console
+ CONFIG -= app_bundle
+ 
+-CONFIG += qt thread debug_and_release build_all
++CONFIG += qt thread release build_all
+ CONFIG(debug, debug|release) {
+   TARGET = jacktrip_debug
+   } else {
+@@ -109,7 +109,7 @@ win32 {
+ 
+ DESTDIR = .
+ QMAKE_CLEAN += -r ./jacktrip ./jacktrip_debug ./release ./debug
+-target.path = /usr/bin
++target.path = $${PREFIX}/bin/
+ INSTALLS += target
+ 
+ # for plugins

Added: head/audio/jacktrip/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/jacktrip/pkg-descr	Sat May 16 21:28:35 2020	(r535502)
@@ -0,0 +1,10 @@
+JackTrip is a multi-machine audio system used for network music performance
+over the Internet.
+
+It supports any number of channels (as many as the computer/network can handle)
+of bidirectional, high quality, uncompressed audio signal streaming.
+
+You can use it between any combination of machines e.g., one end using Linux
+can connect to another using Mac OSX.
+
+WWW: https://github.com/jacktrip/jacktrip



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