Date: Thu, 18 Jul 2019 17:53:03 +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: r506867 - in head/audio: . qaudiosonar Message-ID: <201907181753.x6IHr3FS096166@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hselasky Date: Thu Jul 18 17:53:02 2019 New Revision: 506867 URL: https://svnweb.freebsd.org/changeset/ports/506867 Log: Add new port qaudiosonar v1.6.0. Approved by: pi Added: head/audio/qaudiosonar/ head/audio/qaudiosonar/Makefile (contents, props changed) head/audio/qaudiosonar/distinfo (contents, props changed) head/audio/qaudiosonar/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Thu Jul 18 17:50:56 2019 (r506866) +++ head/audio/Makefile Thu Jul 18 17:53:02 2019 (r506867) @@ -700,6 +700,7 @@ SUBDIR += py-webrtcvad SUBDIR += py-xmms2 SUBDIR += pytone + SUBDIR += qaudiosonar SUBDIR += qjackctl SUBDIR += qmidiarp SUBDIR += qmidictl Added: head/audio/qaudiosonar/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/qaudiosonar/Makefile Thu Jul 18 17:53:02 2019 (r506867) @@ -0,0 +1,26 @@ +# Created by: Hans Petter Selasky <hselasky@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= qaudiosonar +PORTVERSION= 1.6.0 +CATEGORIES= audio +MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ + http://home.selasky.org/distfiles/ + +MAINTAINER= hselasky@FreeBSD.org +COMMENT= Quick Audio Sonar + +LICENSE= BSD2CLAUSE + +LIB_DEPENDS= libportaudio.so:audio/portaudio + +USES= compiler:c++11-lang gl qmake qt:5 tar:bzip2 +USE_GL= gl +USE_QT= buildtools_build core gui widgets + +PLIST_FILES= \ + bin/qaudiosonar \ + share/pixmaps/qaudiosonar.png \ + share/applications/qaudiosonar.desktop + +.include <bsd.port.mk> Added: head/audio/qaudiosonar/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/qaudiosonar/distinfo Thu Jul 18 17:53:02 2019 (r506867) @@ -0,0 +1,3 @@ +TIMESTAMP = 1563298125 +SHA256 (qaudiosonar-1.6.0.tar.bz2) = 24fdde7fbe8dc71d62c8cc34145e4e7e3403c2c52854dbac669b15f019264404 +SIZE (qaudiosonar-1.6.0.tar.bz2) = 57829 Added: head/audio/qaudiosonar/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/qaudiosonar/pkg-descr Thu Jul 18 17:53:02 2019 (r506867) @@ -0,0 +1,5 @@ +Quick Audio Sonar + +Advanced audio analysis tool. + +WWW: http://www.selasky.org/hans_petter/qaudiosonar
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907181753.x6IHr3FS096166>