mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
multimedia/qpwgraph: New port: PipeWire Graph Qt GUI Interface
It's in its alpha stage and I couldn't make it work, see https://gitlab.freedesktop.org/rncbc/qpwgraph/-/issues/9
This commit is contained in:
parent
bce6b62d4e
commit
4c0d283b29
@ -344,6 +344,7 @@
|
||||
SUBDIR += py-tvnamer
|
||||
SUBDIR += qmmp-plugin-pack-qt5
|
||||
SUBDIR += qmmp-qt5
|
||||
SUBDIR += qpwgraph
|
||||
SUBDIR += qt-faststart
|
||||
SUBDIR += qt5-multimedia
|
||||
SUBDIR += quodlibet
|
||||
|
23
multimedia/qpwgraph/Makefile
Normal file
23
multimedia/qpwgraph/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
PORTNAME= qpwgraph
|
||||
DISTVERSION= 0.0.7
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= PipeWire Graph Qt GUI Interface
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire
|
||||
|
||||
USES= cmake pkgconfig qt:5
|
||||
USE_QT= core gui network widgets buildtools_build qmake_build
|
||||
|
||||
USE_GITLAB= yes
|
||||
GL_SITE= https://gitlab.freedesktop.org
|
||||
GL_ACCOUNT= rncbc
|
||||
GL_COMMIT= eb605ab1397adb2e565aa3e14f7b7d91b1047bf3
|
||||
|
||||
PLIST_FILES= bin/qpwgraph
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/qpwgraph/distinfo
Normal file
3
multimedia/qpwgraph/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1637875203
|
||||
SHA256 (rncbc-qpwgraph-eb605ab1397adb2e565aa3e14f7b7d91b1047bf3_GL0.tar.gz) = 681bcdd4b7deae0d31d3b8a4f3798207a005f488a7bfed7f79c135d7c431ea8f
|
||||
SIZE (rncbc-qpwgraph-eb605ab1397adb2e565aa3e14f7b7d91b1047bf3_GL0.tar.gz) = 70950
|
4
multimedia/qpwgraph/pkg-descr
Normal file
4
multimedia/qpwgraph/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
qpwgraph is a graph manager dedicated for PipeWire, using the Qt C++ framework,
|
||||
based and pretty much like the same of QjackCtl.
|
||||
|
||||
WWW: https://gitlab.freedesktop.org/rncbc/qpwgraph
|
Loading…
Reference in New Issue
Block a user