Versions
v2.4.1-r1 :: 0 :: gentoo
- Modified
- License
- LGPL-3+
- Keywords
- amd64 x86 ~arm64
- USE flags
- doc introspection test
v2.3.1 :: 0 :: gentoo
- Modified
- License
- GPL-3+
- Keywords
- amd64 arm64 x86
- USE flags
- doc introspection
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- introspection
- Add support for GObject based introspection
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
dev-libs / glib : The GLib library of C routines
dev-libs / gobject-introspection : Introspection system for GObject-based libraries
Runtime Dependencies
dev-libs / glib : The GLib library of C routines
dev-libs / gobject-introspection : Introspection system for GObject-based libraries
Depending packages
gui-apps / waybar : Highly customizable Wayland bar for Sway and Wlroots based compositors
x11-misc / yabar : A modern and lightweight status bar for X window managers
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-sound/playerctl: drop 2.4.1
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
media-sound/playerctl: Keyword 2.4.1-r1 arm64, #908611
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
media-sound/playerctl: Stabilize 2.4.1-r1 x86, #910358
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
media-sound/playerctl: Stabilize 2.4.1-r1 amd64, #910358
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfred Wingate · gentoo
media-sound/playerctl: enable tests
* Should pass now after enabling asyncio-mode=auto. Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/31521 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-sound/playerctl: add 2.4.1
Closes: https://bugs.gentoo.org/907163 Signed-off-by: Sam James <sam@gentoo.org> - Alfred Wingate · gentoo
media-sound/playerctl: wire up tests
[sam: Pulling in Alfred's bump PR which I'd missed.] Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/25976 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Göktürk Yüksek · gentoo
media-sound/playerctl: remove old
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
media-sound/playerctl: amd64 stable wrt bug #774381
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
media-sound/playerctl: x86 stable (bug #774381)
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
media-sound/playerctl: Stabilize 2.3.1 arm64, #774381
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Göktürk Yüksek · gentoo
media-sound/playerctl: remove old
Package-Manager: Portage-2.3.89, Repoman-2.3.23 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org> - Göktürk Yüksek · gentoo
media-sound/playerctl: bump to 2.3.1
Package-Manager: Portage-2.3.89, Repoman-2.3.23 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Göktürk Yüksek · gentoo
media-sound/playerctl: bump to 2.2.1
Closes: https://github.com/gentoo/gentoo/pull/15134 Closes: https://bugs.gentoo.org/724798 Closes: https://bugs.gentoo.org/736497 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Göktürk Yüksek · gentoo
media-sound/playerctl: prune old <2.0.0
Package-Manager: Portage-2.3.67, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
media-sound/playerctl: amd64 stable wrt bug #687466
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
media-sound/playerctl: x86 stable wrt bug #687466
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86" - Repository mirror & CI · gentoo
Merge updates from master - Göktürk Yüksek · gentoo
media-sound/playerctl: fix gdbus-codegen handling in configure.ac
In configure.ac, the **absolute** path of gdbus-codegen (as obtained by pkg-config) is passed to AC_PATH_PROG. The macro then appends this path to the directories in PATH and tests if the result is executable. This internally results in checking for '/usr/bin/usr/bin/gdbus-codegen'. The macro is redundant because the value returned by pkg-config is sufficient. Closes: https://bugs.gentoo.org/682788 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Göktürk Yüksek · gentoo
media-sound/playerctl: bump to 2.0.2
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Göktürk Yüksek · gentoo
media-sound/playerctl: bump to 2.0.1
Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Göktürk Yüksek · gentoo
media-sound/playerctl: add missing dep on dev-util/glib-utils #667324
Closes: https://bugs.gentoo.org/667324 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Göktürk Yüksek · gentoo
media-sound/playerctl: bump to 2.0.0-rc1
Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Göktürk Yüksek · gentoo
media-sound/playerctl: bump to 0.6.1
This version switches from autotools to meson. Package-Manager: Portage-2.3.41, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Alex Bennée · gentoo
media-sound/playerctl: add ~arm64 keyword - Göktürk Yüksek · gentoo
media-sound/playerctl: bump to 0.6.0
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Tobias Klausmann · gentoo
media-sound/playerctl-0.5.0-r0: amd64 stable
Gentoo-Bug: http://bugs.gentoo.org/605410 - Thomas Deutschmann · gentoo
media-sound/playerctl: x86 stable (bug #605410)
Package-Manager: Portage-2.3.11, Repoman-2.3.3 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Göktürk Yüksek · gentoo
media-sound/playerctl: unconditionally depend on gobject-introspection #598511
Package-Manager: portage-2.2.28 - Göktürk Yüksek · gentoo
media-sound/playerctl: fix xdg related sandbox violation #596166
Gentoo-Bug: https://bugs.gentoo.org/596166 Package-Manager: portage-2.2.28 - Göktürk Yüksek · gentoo
media-sound/playerctl: initial commit with version 0.5.0
playerctl is a mpris command-line controller and library for spotify, vlc, audacious, bmp, xmms2, and others. Package-Manager: portage-2.3.0