deinvert: minor qa

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-05-01 22:56:59 -04:00
parent 3c410ec3b5
commit f7b42ae12d
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 7 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Foundation
# Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -6,12 +6,10 @@ 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 )

View file

@ -1,12 +1,15 @@
<?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 type="person">
<email>sidhayn@gmail.com</email>
<name>Zero_Chaos</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>
<upstream>
<remote-id type="github">windytan/deinvert</remote-id>
</upstream>
</pkgmetadata>