Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Feb 2026 13:27:56 +0000
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1de02a425b8e - main - multimedia/hyprpwcenter: Add port: GUI Pipewire control center
Message-ID:  <6983495c.341e4.63085bc1@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1de02a425b8e429437efe8dd686fbe67604855fa

commit 1de02a425b8e429437efe8dd686fbe67604855fa
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-02-04 13:26:49 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-02-04 13:26:49 +0000

    multimedia/hyprpwcenter: Add port: GUI Pipewire control center
    
    hyprpwcenter is a GUI control center for pipewire. It allows to look
    and configure nodes, outputs, and adjust the pw graph.
    
    WWW: https://github.com/hyprwm/hyprpwcenter
---
 multimedia/Makefile               |  1 +
 multimedia/hyprpwcenter/Makefile  | 28 ++++++++++++++++++++++++++++
 multimedia/hyprpwcenter/distinfo  |  3 +++
 multimedia/hyprpwcenter/pkg-descr |  2 ++
 4 files changed, 34 insertions(+)

diff --git a/multimedia/Makefile b/multimedia/Makefile
index f0bbc7d84e8d..b3c75468089a 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -117,6 +117,7 @@
     SUBDIR += haruna
     SUBDIR += harvid
     SUBDIR += helvum
+    SUBDIR += hyprpwcenter
     SUBDIR += intel-media-sdk
     SUBDIR += iso2mkv
     SUBDIR += jellyfin
diff --git a/multimedia/hyprpwcenter/Makefile b/multimedia/hyprpwcenter/Makefile
new file mode 100644
index 000000000000..fe2a796608eb
--- /dev/null
+++ b/multimedia/hyprpwcenter/Makefile
@@ -0,0 +1,28 @@
+PORTNAME=	hyprpwcenter
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.1.1
+CATEGORIES=	multimedia
+
+MAINTAINER=	tagattie@FreeBSD.org
+COMMENT=	GUI Pipewire control center
+WWW=		https://github.com/hyprwm/hyprpwcenter
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	libhyprutils.so:devel/hyprutils \
+		libdrm.so:graphics/libdrm \
+		libpipewire-0.3.so:multimedia/pipewire \
+		libhyprtoolkit.so:x11-toolkits/hyprtoolkit
+
+USES=		cmake pkgconfig xorg
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	hyprwm
+
+USE_XORG=	pixman
+
+PLIST_FILES=	bin/${PORTNAME} \
+		share/applications/${PORTNAME}.desktop
+
+.include <bsd.port.mk>
diff --git a/multimedia/hyprpwcenter/distinfo b/multimedia/hyprpwcenter/distinfo
new file mode 100644
index 000000000000..a77c400fccda
--- /dev/null
+++ b/multimedia/hyprpwcenter/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1769000889
+SHA256 (hyprwm-hyprpwcenter-v0.1.1_GH0.tar.gz) = 4786a54e5f1841cfb1d54ba57a4818089e0d70705c656303104580ce2270c4fb
+SIZE (hyprwm-hyprpwcenter-v0.1.1_GH0.tar.gz) = 21198
diff --git a/multimedia/hyprpwcenter/pkg-descr b/multimedia/hyprpwcenter/pkg-descr
new file mode 100644
index 000000000000..ca2da05507c8
--- /dev/null
+++ b/multimedia/hyprpwcenter/pkg-descr
@@ -0,0 +1,2 @@
+hyprpwcenter is a GUI control center for pipewire. It allows to look
+and configure nodes, outputs, and adjust the pw graph.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6983495c.341e4.63085bc1>