Install this version:
emerge -a =media-plugins/deadbeef-copy-info-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-plugins/deadbeef-copy-info-9999
Or alternatively:
emerge --autounmask-write -a =media-plugins/deadbeef-copy-info-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
DESCRIPTION="Copy track info to the clipboard in a custom format, for DeaDBeeF"
HOMEPAGE="https://github.com/danpla/ddb_copy_info"
EGIT_REPO_URI="https://github.com/danpla/ddb_copy_info.git"
LICENSE="GPL-2"
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_compile() {
use gtk2 && emake gtk2
use gtk3 && emake gtk3
}
src_install() {
exeinto /usr/$(get_libdir)/deadbeef
doexe *.so
}
Manage flags for this package:
euse -i <flag> -p media-plugins/deadbeef-copy-info |
euse -E <flag> -p media-plugins/deadbeef-copy-info |
euse -D <flag> -p media-plugins/deadbeef-copy-info
media-sound/deadbeef gtk2? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 )
media-sound/deadbeef gtk2? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 )
virtual/pkgconfig