summaryrefslogtreecommitdiff
path: root/multimedia/btavctpd
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/btavctpd')
-rw-r--r--multimedia/btavctpd/Makefile22
-rw-r--r--multimedia/btavctpd/distinfo3
-rw-r--r--multimedia/btavctpd/pkg-descr5
3 files changed, 30 insertions, 0 deletions
diff --git a/multimedia/btavctpd/Makefile b/multimedia/btavctpd/Makefile
new file mode 100644
index 000000000000..58e00f2d72c9
--- /dev/null
+++ b/multimedia/btavctpd/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= btavctpd
+DISTVERSION= 1.0.0
+CATEGORIES= multimedia
+
+MAINTAINER= nsonack@herrhotzenplotz.de
+COMMENT= Media-Player remote control daemon via Bluetooth
+WWW= https://github.com/herrhotzenplotz/btavctpd
+
+LICENSE= BSD2CLAUSE
+
+LIB_DEPENDS= libplayerctl.so:multimedia/playerctl
+RUN_DEPENDS= xdotool:x11/xdotool
+
+USES= gnome pkgconfig
+USE_GITHUB= yes
+GH_ACCOUNT= herrhotzenplotz
+USE_GNOME= glib20
+
+PLIST_FILES= bin/btavctpd \
+ share/man/man8/btavctpd.8.gz
+
+.include <bsd.port.mk>
diff --git a/multimedia/btavctpd/distinfo b/multimedia/btavctpd/distinfo
new file mode 100644
index 000000000000..434903e9e2a9
--- /dev/null
+++ b/multimedia/btavctpd/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1755329739
+SHA256 (herrhotzenplotz-btavctpd-1.0.0_GH0.tar.gz) = 3049e1baf93c5d65e7ee167c52ef9165e1480464015e814340b1abfb77bd8c6f
+SIZE (herrhotzenplotz-btavctpd-1.0.0_GH0.tar.gz) = 8484
diff --git a/multimedia/btavctpd/pkg-descr b/multimedia/btavctpd/pkg-descr
new file mode 100644
index 000000000000..f43a1e596c1c
--- /dev/null
+++ b/multimedia/btavctpd/pkg-descr
@@ -0,0 +1,5 @@
+btavctpd is a daemon that allows you to remotely control media players
+on your workstation through the Bluetooth A/V Remote Control Profile.
+Can either emit X11 Keypresses through xdotool or use libplayerctl to
+dynamically detect players and listen for their events or send commands
+to them.