Date: Fri, 22 Dec 2017 02:49:18 +0000 (UTC) From: Marcelo Araujo <araujo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456964 - in head/audio: . pc-mixer Message-ID: <201712220249.vBM2nIOU084143@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: araujo Date: Fri Dec 22 02:49:17 2017 New Revision: 456964 URL: https://svnweb.freebsd.org/changeset/ports/456964 Log: Add pc-mixer version 20171212 part of Lumina desktop version 1.4.1. PR: ports/224305 Submitted by: JT Pennington <jt@ixsystems.com> Sponsored by: iXsystems, Inc. Added: head/audio/pc-mixer/ head/audio/pc-mixer/Makefile (contents, props changed) head/audio/pc-mixer/distinfo (contents, props changed) head/audio/pc-mixer/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Fri Dec 22 02:46:38 2017 (r456963) +++ head/audio/Makefile Fri Dec 22 02:49:17 2017 (r456964) @@ -629,6 +629,7 @@ SUBDIR += patchage SUBDIR += pavucontrol SUBDIR += pavumeter + SUBDIR += pc-mixer SUBDIR += pd SUBDIR += pd-cyclone SUBDIR += pear-Text_Spell_Audio Added: head/audio/pc-mixer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/pc-mixer/Makefile Fri Dec 22 02:49:17 2017 (r456964) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= pc-mixer +PORTVERSION= 20171212 +CATEGORIES= audio + +MAINTAINER= jmaloney@ixsystems.com +COMMENT= QT5 based audio mixer for FreeBSD + +LICENSE= BSD2CLAUSE + +WRKSRC_SUBDIR= src-qt5 +MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} + +MAKE_JOBS_UNSAFE=yes +USES= qmake shebangfix tar:xz +USE_LDCONFIG= yes +USE_QT5= core gui network svg linguist \ + buildtools x11extras widgets multimedia +USE_GL+= gl + +WRKSRC_SUBDIR= src-qt5 + +QMAKE_ARGS= CONFIG+="configure" + +USE_GITHUB= yes +GH_ACCOUNT= trueos +GH_PROJECT= pc-mixer +GH_TAGNAME= ac1d74cc261337998526d091123c28d4ae85277e + +PLIST_FILES= bin/pc-mixer \ + share/applications/pc-mixer.desktop + +.include <bsd.port.mk> Added: head/audio/pc-mixer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/pc-mixer/distinfo Fri Dec 22 02:49:17 2017 (r456964) @@ -0,0 +1,3 @@ +TIMESTAMP = 1513135174 +SHA256 (trueos-pc-mixer-20171212-ac1d74cc261337998526d091123c28d4ae85277e_GH0.tar.gz) = 7b6a2d89efd977d05f8c1b7cecbd5dbafc8ca7f23cd77ba7c066773cdd0d1bb4 +SIZE (trueos-pc-mixer-20171212-ac1d74cc261337998526d091123c28d4ae85277e_GH0.tar.gz) = 69540 Added: head/audio/pc-mixer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/pc-mixer/pkg-descr Fri Dec 22 02:49:17 2017 (r456964) @@ -0,0 +1,3 @@ +TrueOS QT5 based audio mixer + +WWW: https://github.com/trueos/pc-mixer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712220249.vBM2nIOU084143>