mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
media-sound/deinvert: save this from treeclean
This commit is contained in:
parent
87796805bc
commit
69a325a722
3 changed files with 44 additions and 0 deletions
31
media-sound/deinvert/deinvert-9999.ebuild
Normal file
31
media-sound/deinvert/deinvert-9999.ebuild
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Copyright 1999-2022 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"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/windytan/deinvert.git"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
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)
|
||||
}
|
||||
12
media-sound/deinvert/metadata.xml
Normal file
12
media-sound/deinvert/metadata.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>radio@gentoo.org</email>
|
||||
<name>Radio</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="liquid">improve sound quality using <pkg>net-libs/liquid-dsp</pkg></flag>
|
||||
<flag name="wav">wav file support using <pkg>media-libs/libsndfile</pkg></flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
@ -21,3 +21,4 @@ dev-python/simplespectral
|
|||
dev-python/simplesoapy
|
||||
net-wireless/soapy_power
|
||||
net-wireless/nanovna-saver
|
||||
media-sound/deinvert
|
||||
|
|
|
|||
Loading…
Reference in a new issue