media-plugins/deadbeef-gnome - 9999 (stuff)

Search

Install

Install this version:

emerge -a =media-plugins/deadbeef-gnome-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-plugins/deadbeef-gnome-9999

Or alternatively:

emerge --autounmask-write -a =media-plugins/deadbeef-gnome-9999

Package Information

Description:
DeaDBeeF player Gnome (via DBus) multimedia keys plugin
Homepage:
https://github.com/barthez/deadbeef-gnome-mmkeys
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit git-r3

DESCRIPTION="DeaDBeeF player Gnome (via DBus) multimedia keys plugin"
HOMEPAGE="https://github.com/barthez/deadbeef-gnome-mmkeys"
EGIT_REPO_URI="https://github.com/barthez/deadbeef-gnome-mmkeys.git"

LICENSE="GPL-2"
SLOT="0"

DEPEND_COMMON="
	media-sound/deadbeef
	dev-libs/glib:2"

RDEPEND="${DEPEND_COMMON}"
DEPEND="${DEPEND_COMMON}"

src_install(){
	insinto /usr/$(get_libdir)/deadbeef
	doins ddb_gnome_mmkeys.so
}

Inherited Eclasses

Dependencies

DEPEND

	media-sound/deadbeef
	dev-libs/glib:2

RDEPEND

	media-sound/deadbeef
	dev-libs/glib:2