Install this version:
emerge -a =media-plugins/deadbeef-jack-0.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-plugins/deadbeef-jack-0.3
Or alternatively:
emerge --autounmask-write -a =media-plugins/deadbeef-jack-0.3
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="JACK output plugin for the DeaDBeeF audio player"
HOMEPAGE="https://github.com/tokiclover/deadbeef-plugins-jack"
SRC_URI="https://github.com/tokiclover/deadbeef-plugins-jack/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/deadbeef-plugins-jack-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
media-sound/deadbeef
virtual/jack
"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}"/${P}-modern-api.patch )
src_install() {
exeinto /usr/$(get_libdir)/deadbeef
doexe *.so
}
media-sound/deadbeef virtual/jack
media-sound/deadbeef virtual/jack
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | deadbeef-jack-0.3.tar.gz | 4922 bytes | https://github.com/tokiclover/deadbeef-plugins-jack/archive/refs/tags/0.3.tar.gz |