media-plugins/deadbeef-jack - 0.3 (stuff)

Search

Install

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

Package Information

Description:
JACK output plugin for the DeaDBeeF audio player
Homepage:
https://github.com/tokiclover/deadbeef-plugins-jack
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.3 8 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

Dependencies

DEPEND

	media-sound/deadbeef
	virtual/jack

RDEPEND

	media-sound/deadbeef
	virtual/jack

Manifest for 0.3

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