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 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -6,12 +6,10 @@ inherit git-r3 autotools
DESCRIPTION="A voice inversion descrambler" DESCRIPTION="A voice inversion descrambler"
HOMEPAGE="https://github.com/windytan/deinvert" HOMEPAGE="https://github.com/windytan/deinvert"
SRC_URI=""
EGIT_REPO_URI="https://github.com/windytan/deinvert.git" EGIT_REPO_URI="https://github.com/windytan/deinvert.git"
LICENSE="MIT" LICENSE="MIT"
SLOT="0" SLOT="0"
KEYWORDS=""
IUSE="+liquid +wav" IUSE="+liquid +wav"
DEPEND="liquid? ( net-libs/liquid-dsp ) DEPEND="liquid? ( net-libs/liquid-dsp )

View file

@ -1,12 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata> <pkgmetadata>
<maintainer type="project"> <maintainer type="person">
<email>radio@gentoo.org</email> <email>sidhayn@gmail.com</email>
<name>Radio</name> <name>Zero_Chaos</name>
</maintainer> </maintainer>
<use> <use>
<flag name="liquid">improve sound quality using <pkg>net-libs/liquid-dsp</pkg></flag> <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> <flag name="wav">wav file support using <pkg>media-libs/libsndfile</pkg></flag>
</use> </use>
<upstream>
<remote-id type="github">windytan/deinvert</remote-id>
</upstream>
</pkgmetadata> </pkgmetadata>