mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
deinvert: minor qa
This commit is contained in:
parent
3c410ec3b5
commit
f7b42ae12d
2 changed files with 7 additions and 6 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue