mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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.
This commit is contained in:
parent
b0c1f47b11
commit
be83dd9738
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456964
4 changed files with 41 additions and 0 deletions
|
@ -629,6 +629,7 @@
|
|||
SUBDIR += patchage
|
||||
SUBDIR += pavucontrol
|
||||
SUBDIR += pavumeter
|
||||
SUBDIR += pc-mixer
|
||||
SUBDIR += pd
|
||||
SUBDIR += pd-cyclone
|
||||
SUBDIR += pear-Text_Spell_Audio
|
||||
|
|
34
audio/pc-mixer/Makefile
Normal file
34
audio/pc-mixer/Makefile
Normal file
|
@ -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>
|
3
audio/pc-mixer/distinfo
Normal file
3
audio/pc-mixer/distinfo
Normal file
|
@ -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
|
3
audio/pc-mixer/pkg-descr
Normal file
3
audio/pc-mixer/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
TrueOS QT5 based audio mixer
|
||||
|
||||
WWW: https://github.com/trueos/pc-mixer
|
Loading…
Add table
Reference in a new issue