public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/deinvert/
@ 2018-03-05 19:08 Richard Farina
  0 siblings, 0 replies; only message in thread
From: Richard Farina @ 2018-03-05 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     3165f776ae293e2762ebbf3aec080a607f1e7cc7
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  5 19:08:21 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Mar  5 19:08:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3165f776

media-sound/deinvert: initial import

tool to deinvert voice inversion scrambling

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-sound/deinvert/deinvert-9999.ebuild | 31 +++++++++++++++++++++++++++++++
 media-sound/deinvert/metadata.xml         | 12 ++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/media-sound/deinvert/deinvert-9999.ebuild b/media-sound/deinvert/deinvert-9999.ebuild
new file mode 100644
index 00000000000..8f9dfb0b0b8
--- /dev/null
+++ b/media-sound/deinvert/deinvert-9999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+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)
+}

diff --git a/media-sound/deinvert/metadata.xml b/media-sound/deinvert/metadata.xml
new file mode 100644
index 00000000000..a075d9becd1
--- /dev/null
+++ b/media-sound/deinvert/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://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>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-05 19:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-05 19:08 [gentoo-commits] repo/gentoo:master commit in: media-sound/deinvert/ Richard Farina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox