media-plugins/vocoder-ladspa - 0.4 (proaudio-gentoo)

Search

Package Information

Description:
A vocoder is a sound effect that can make a human voice sound synthetic
Homepage:
http://www.sirlab.de/linux/descr_vocoder.html
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.4 8 amd64 ppc x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="8"

inherit multilib

RESTRICT=mirror
DESCRIPTION="A vocoder is a sound effect that can make a human voice sound
synthetic"
HOMEPAGE="http://www.sirlab.de/linux/descr_vocoder.html"
SRC_URI="http://www.sirlab.de/linux/download/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""

DEPEND="media-libs/ladspa-sdk"
MY_P="${P/-ladspa/}"
S=${WORKDIR}/${MY_P}

#PATCHES=( "${FILESDIR}/stereo-0001.patch" )

src_compile() {
	emake || die
}

src_install() {
	dodoc COPYRIGHT README
	insinto /usr/$(get_libdir)/ladspa
	insopts -m0755
	doins *.so
}

Dependencies

DEPEND

media-libs/ladspa-sdk

Manifest for 0.4

Type File Size Source URLs
DIST vocoder-ladspa-0.4.tgz 5014 bytes http://www.sirlab.de/linux/download/vocoder-ladspa-0.4.tgz