mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-07-19 05:09:09 +00:00
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>
This commit is contained in:
parent
c0f261cc63
commit
d802e1d79b
16
meta-oe/recipes-multimedia/playerctl/playerctl_2.4.1.bb
Normal file
16
meta-oe/recipes-multimedia/playerctl/playerctl_2.4.1.bb
Normal file
@ -0,0 +1,16 @@
|
||||
SUMMARY = "For true players only: vlc, mpv, RhythmBox, web browsers, cmus, mpd, spotify and others."
|
||||
LICENSE = "LGPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
||||
|
||||
SRC_URI = "git://github.com/altdesktop/playerctl.git;protocol=https;branch=master"
|
||||
|
||||
DEPENDS = "glib-2.0"
|
||||
|
||||
inherit meson pkgconfig gobject-introspection bash-completion
|
||||
|
||||
EXTRA_OEMESON += "--buildtype=release -Dbash-completions=true -Dgtk-doc=false"
|
||||
|
||||
SRCREV = "e5304e9dc9a0c0c32b3689c3f141cf266d27f59c"
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user