media-plugins/ladspa-bs2b - 0.9.1-r4 (gentoo)

Search

Package Information

Description:
LADSPA plugin for bs2b headphone filter
Homepage:
http://bs2b.sourceforge.net/
License:
|| ( GPL-2 GPL-3 )

Ebuild Details

Version EAPI Keywords Slot
0.9.1-r4 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="8"

inherit autotools

DESCRIPTION="LADSPA plugin for bs2b headphone filter"
HOMEPAGE="http://bs2b.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/bs2b/plugins/LADSPA%20plugin/${PV}/${P}.tar.bz2"

LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="amd64 x86"

DEPEND="media-libs/ladspa-sdk
		>=media-libs/libbs2b-3.1.0"

RDEPEND="${DEPEND}"

src_prepare() {
	default
	sed 's,dist-lzma,,' -i configure.ac || die
	eautoreconf  # bug 889426
}

src_install() {
	default
	find "${D}" -name '*.la' -delete || die
}

Dependencies

DEPEND

media-libs/ladspa-sdk
		>=media-libs/libbs2b-3.1.0

RDEPEND

media-libs/ladspa-sdk
		>=media-libs/libbs2b-3.1.0