From owner-svn-ports-head@freebsd.org Sat Apr 4 23:05:55 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AFD462A5BF3; Sat, 4 Apr 2020 23:05:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48vsq65mYjz3KrH; Sat, 4 Apr 2020 23:05:54 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A29CA17DE; Sat, 4 Apr 2020 22:55:49 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 034Mtnmq034918; Sat, 4 Apr 2020 22:55:49 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 034MtmpB034913; Sat, 4 Apr 2020 22:55:48 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202004042255.034MtmpB034913@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 4 Apr 2020 22:55:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530728 - in head/audio: . cli-visualizer cli-visualizer/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . cli-visualizer cli-visualizer/files X-SVN-Commit-Revision: 530728 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2020 23:05:55 -0000 Author: yuri Date: Sat Apr 4 22:55:48 2020 New Revision: 530728 URL: https://svnweb.freebsd.org/changeset/ports/530728 Log: New port: audio/cli-visualizer: CLI based audio visualizer Added: head/audio/cli-visualizer/ head/audio/cli-visualizer/Makefile (contents, props changed) head/audio/cli-visualizer/distinfo (contents, props changed) head/audio/cli-visualizer/files/ head/audio/cli-visualizer/files/patch-src_Visualizer.cpp (contents, props changed) head/audio/cli-visualizer/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sat Apr 4 22:42:14 2020 (r530727) +++ head/audio/Makefile Sat Apr 4 22:55:48 2020 (r530728) @@ -81,6 +81,7 @@ SUBDIR += chordpack SUBDIR += chromaprint SUBDIR += clementine-player + SUBDIR += cli-visualizer SUBDIR += clunk SUBDIR += cmp3 SUBDIR += cmt Added: head/audio/cli-visualizer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/cli-visualizer/Makefile Sat Apr 4 22:55:48 2020 (r530728) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= cli-visualizer +DISTVERSIONPREFIX= v +DISTVERSION= 1.8-27 +DISTVERSIONSUFFIX= -g4fc1552 +CATEGORIES= audio + +MAINTAINER= yuri@FreeBSD.org +COMMENT= CLI based audio visualizer + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libfftw3.so:math/fftw3 \ + libpulse.so:audio/pulseaudio + +USES= cmake compiler:c++14-lang localbase:ldflags +USE_GITHUB= yes +GH_ACCOUNT= dpayne + +PLIST_FILES= bin/vis + +.include Added: head/audio/cli-visualizer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/cli-visualizer/distinfo Sat Apr 4 22:55:48 2020 (r530728) @@ -0,0 +1,3 @@ +TIMESTAMP = 1586039983 +SHA256 (dpayne-cli-visualizer-v1.8-27-g4fc1552_GH0.tar.gz) = dd2e51dc65b8b9b74d8d938b3b9367e24f5701568f58f49e99f995443a5aaf99 +SIZE (dpayne-cli-visualizer-v1.8-27-g4fc1552_GH0.tar.gz) = 55944 Added: head/audio/cli-visualizer/files/patch-src_Visualizer.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/cli-visualizer/files/patch-src_Visualizer.cpp Sat Apr 4 22:55:48 2020 (r530728) @@ -0,0 +1,11 @@ +--- src/Visualizer.cpp.orig 2020-04-04 22:44:14 UTC ++++ src/Visualizer.cpp +@@ -137,7 +137,7 @@ void vis::Visualizer::run() + m_writer->setup_colors(m_settings->is_override_terminal_colors(), + m_settings->get_colors()); + +- auto last_rotation_timestamp = ++ int64_t last_rotation_timestamp = + std::chrono::system_clock::now().time_since_epoch() / + std::chrono::seconds(1); + Added: head/audio/cli-visualizer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/cli-visualizer/pkg-descr Sat Apr 4 22:55:48 2020 (r530728) @@ -0,0 +1,4 @@ +Command line visualizer. Supports mpd, with experimental support for alsa and +pulseaudio. + +WWW: https://github.com/KDE/pulseaudio-qt