Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from deinvert_cleanup #1874

Merged
merged 2 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions media-sound/deinvert/deinvert-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# Copyright 1999-2022 Gentoo Foundation
# 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"
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 )
Expand Down
9 changes: 6 additions & 3 deletions media-sound/deinvert/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
<name>Radio</name>
<maintainer type="person">
<email>[email protected]</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>