media-plugins/deadbeef-customizable-toolbar - 9999 (stuff)

Search

Install

Install this version:

emerge -a =media-plugins/deadbeef-customizable-toolbar-9999

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

autounmask =media-plugins/deadbeef-customizable-toolbar-9999

Or alternatively:

emerge --autounmask-write -a =media-plugins/deadbeef-customizable-toolbar-9999

Package Information

Description:
Customizable toolbar widget for the DeaDBeeF audio player
Homepage:
https://github.com/kravich/ddb_customizabletb
License:
GPL-3+

Ebuild Details

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

EAPI=8

inherit git-r3

DESCRIPTION="Customizable toolbar widget for the DeaDBeeF audio player"
HOMEPAGE="https://github.com/kravich/ddb_customizabletb"
EGIT_REPO_URI="https://github.com/kravich/ddb_customizabletb.git"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS=""
IUSE="+gtk3 gtk2"
REQUIRED_USE="|| ( gtk2 gtk3 )"

DEPEND="
	media-sound/deadbeef
	gtk2? ( x11-libs/gtk+:2 )
	gtk3? ( x11-libs/gtk+:3 )
"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"

src_install() {
	exeinto /usr/$(get_libdir)/deadbeef
	doexe *.so
}

USE Flags

Manage flags for this package: euse -i <flag> -p media-plugins/deadbeef-customizable-toolbar | euse -E <flag> -p media-plugins/deadbeef-customizable-toolbar | euse -D <flag> -p media-plugins/deadbeef-customizable-toolbar

Global/Standard Flags

gtk3
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	media-sound/deadbeef
	gtk2? ( x11-libs/gtk+:2 )
	gtk3? ( x11-libs/gtk+:3 )

RDEPEND

	media-sound/deadbeef
	gtk2? ( x11-libs/gtk+:2 )
	gtk3? ( x11-libs/gtk+:3 )

BDEPEND

virtual/pkgconfig