Add new port hpsjam v1.0.0.
Approved by: pi (implicit)
This commit is contained in:
parent
4c7216cb7e
commit
f634624298
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555700
4 changed files with 36 additions and 0 deletions
|
@ -327,6 +327,7 @@
|
|||
SUBDIR += headsetcontrol
|
||||
SUBDIR += herrie
|
||||
SUBDIR += hexter
|
||||
SUBDIR += hpsjam
|
||||
SUBDIR += hts_engine-API
|
||||
SUBDIR += hvl2wav
|
||||
SUBDIR += hydrogen
|
||||
|
|
28
audio/hpsjam/Makefile
Normal file
28
audio/hpsjam/Makefile
Normal file
|
@ -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>
|
3
audio/hpsjam/distinfo
Normal file
3
audio/hpsjam/distinfo
Normal file
|
@ -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
|
4
audio/hpsjam/pkg-descr
Normal file
4
audio/hpsjam/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue