media-plugins/deadbeef-pulse2 - 1.3 (stuff)

Search

Install

Install this version:

emerge -a =media-plugins/deadbeef-pulse2-1.3

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

autounmask =media-plugins/deadbeef-pulse2-1.3

Or alternatively:

emerge --autounmask-write -a =media-plugins/deadbeef-pulse2-1.3

Package Information

Description:
PulseAudio output plugin (async API) for the DeaDBeeF audio player
Homepage:
https://github.com/saivert/ddb_output_pulse2
License:
GPL-2

Ebuild Details

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

EAPI=8

DESCRIPTION="PulseAudio output plugin (async API) for the DeaDBeeF audio player"
HOMEPAGE="https://github.com/saivert/ddb_output_pulse2"
SRC_URI="https://github.com/saivert/ddb_output_pulse2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/ddb_output_pulse2-${PV}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	media-libs/libpulse
	media-sound/deadbeef
"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"

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

Dependencies

DEPEND

	media-libs/libpulse
	media-sound/deadbeef

RDEPEND

	media-libs/libpulse
	media-sound/deadbeef

BDEPEND

virtual/pkgconfig

Manifest for 1.3

Type File Size Source URLs
DIST deadbeef-pulse2-1.3.tar.gz 8568 bytes https://github.com/saivert/ddb_output_pulse2/archive/refs/tags/v1.3.tar.gz