From owner-svn-ports-head@freebsd.org Fri Dec 22 02:49:19 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67458E9F50C; Fri, 22 Dec 2017 02:49:19 +0000 (UTC) (envelope-from araujo@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 mx1.freebsd.org (Postfix) with ESMTPS id 3E8836379F; Fri, 22 Dec 2017 02:49:19 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBM2nIH2084147; Fri, 22 Dec 2017 02:49:18 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBM2nIOU084143; Fri, 22 Dec 2017 02:49:18 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201712220249.vBM2nIOU084143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Fri, 22 Dec 2017 02:49:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456964 - in head/audio: . pc-mixer X-SVN-Group: ports-head X-SVN-Commit-Author: araujo X-SVN-Commit-Paths: in head/audio: . pc-mixer X-SVN-Commit-Revision: 456964 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.25 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: Fri, 22 Dec 2017 02:49:19 -0000 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 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 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