media-sound/deinvert - 9999 (pentoo)

Search

Install

Install this version:

emerge -a =media-sound/deinvert-9999

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

autounmask =media-sound/deinvert-9999

Or alternatively:

emerge --autounmask-write -a =media-sound/deinvert-9999

Package Information

Description:
A voice inversion descrambler
Homepage:
https://github.com/windytan/deinvert
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit git-r3 autotools

DESCRIPTION="A voice inversion descrambler"
HOMEPAGE="https://github.com/windytan/deinvert"
EGIT_REPO_URI="https://github.com/windytan/deinvert.git"

LICENSE="MIT"
SLOT="0"
IUSE="+liquid +wav"

DEPEND="liquid? ( net-libs/liquid-dsp )
		wav? ( media-libs/libsndfile )
"
RDEPEND="${DEPEND}"

src_prepare() {
	eapply_user
	eautoreconf
}

src_configure() {
	econf \
		$(use_with liquid) \
		$(use_with wav sndfile)
}

USE Flags

Manage flags for this package: euse -i <flag> -p media-sound/deinvert | euse -E <flag> -p media-sound/deinvert | euse -D <flag> -p media-sound/deinvert

Global/Standard Flags

liquid
Default: Enabled (+)
wav
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

liquid? ( net-libs/liquid-dsp )
		wav? ( media-libs/libsndfile )

RDEPEND

liquid? ( net-libs/liquid-dsp )
		wav? ( media-libs/libsndfile )