aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2026-02-04 13:26:49 +0000
committerHiroki Tagato <tagattie@FreeBSD.org>2026-02-04 13:26:49 +0000
commit1de02a425b8e429437efe8dd686fbe67604855fa (patch)
tree637a747c27a19868ee13100be1cc00b467aabf56
parent0fed601a0ad226e7760154aad61bbcc719996ebe (diff)
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
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/hyprpwcenter/Makefile28
-rw-r--r--multimedia/hyprpwcenter/distinfo3
-rw-r--r--multimedia/hyprpwcenter/pkg-descr2
4 files changed, 34 insertions, 0 deletions
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.