Skip to content

Commit d802e1d

Browse files
MarkusVolkkraj
authored andcommitted
playerctl: add recipe
Playerctl is a command-line utility and library for controlling media players that implement the MPRIS D-Bus Interface Specification. Playerctl makes it easy to bind player actions, such as play and pause, to media keys. You can also get metadata about the playing track such as the artist and title for integration into statusline generators or other command-line tools. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
1 parent c0f261c commit d802e1d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
SUMMARY = "For true players only: vlc, mpv, RhythmBox, web browsers, cmus, mpd, spotify and others."
2+
LICENSE = "LGPL-3.0-only"
3+
LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
4+
5+
SRC_URI = "git://github.com/altdesktop/playerctl.git;protocol=https;branch=master"
6+
7+
DEPENDS = "glib-2.0"
8+
9+
inherit meson pkgconfig gobject-introspection bash-completion
10+
11+
EXTRA_OEMESON += "--buildtype=release -Dbash-completions=true -Dgtk-doc=false"
12+
13+
SRCREV = "e5304e9dc9a0c0c32b3689c3f141cf266d27f59c"
14+
15+
FILES:${PN} += "${datadir}"
16+

0 commit comments

Comments
 (0)