Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Nov 2020 13:02:04 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555700 - in head/audio: . hpsjam
Message-ID:  <202011191302.0AJD246Y051022@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Thu Nov 19 13:02:03 2020
New Revision: 555700
URL: https://svnweb.freebsd.org/changeset/ports/555700

Log:
  Add new port hpsjam v1.0.0.
  
  Approved by:	pi (implicit)

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

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Thu Nov 19 11:47:33 2020	(r555699)
+++ head/audio/Makefile	Thu Nov 19 13:02:03 2020	(r555700)
@@ -327,6 +327,7 @@
     SUBDIR += headsetcontrol
     SUBDIR += herrie
     SUBDIR += hexter
+    SUBDIR += hpsjam
     SUBDIR += hts_engine-API
     SUBDIR += hvl2wav
     SUBDIR += hydrogen

Added: head/audio/hpsjam/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/hpsjam/Makefile	Thu Nov 19 13:02:03 2020	(r555700)
@@ -0,0 +1,28 @@
+# Created by: Hans Petter Selasky <hselasky@freebsd.org>
+# $FreeBSD$
+
+PORTNAME=	hpsjam
+DISTVERSIONPREFIX=	v
+DISTVERSION=		1.0.0
+CATEGORIES=	audio
+
+MAINTAINER=	hselasky@FreeBSD.org
+COMMENT=	Online jamming client and server tool
+
+LICENSE=	BSD2CLAUSE
+
+LIB_DEPENDS=	libfftw3.so:math/fftw3
+
+USES=		compiler:c++11-lang gl qmake qt:5 tar:bzip2
+USE_GL=		gl
+USE_QT=		buildtools_build core gui widgets svg
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	hselasky
+
+PLIST_FILES= \
+	bin/HpsJam \
+	share/pixmaps/HpsJam.png \
+	share/applications/HpsJam.desktop
+
+.include <bsd.port.mk>

Added: head/audio/hpsjam/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/hpsjam/distinfo	Thu Nov 19 13:02:03 2020	(r555700)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1605787869
+SHA256 (hselasky-hpsjam-v1.0.0_GH0.tar.gz) = 57d2e98d3ae358ba3b48ec04b1ae5910fb8d57f8bdd929eae9828d1174e32b81
+SIZE (hselasky-hpsjam-v1.0.0_GH0.tar.gz) = 1147345

Added: head/audio/hpsjam/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/hpsjam/pkg-descr	Thu Nov 19 13:02:03 2020	(r555700)
@@ -0,0 +1,4 @@
+An online audio collaboration tool for low latency audio with lyrics and
+chat support. The tool contains both server and client.
+
+WWW: https://github.com/hselasky/hpsjam



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