From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E305139337 for ; Mon, 28 Jun 2021 08:38:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52446E094F; Mon, 28 Jun 2021 08:38:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A0DEE094F for ; Mon, 28 Jun 2021 08:38:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5ADD335DC3 for ; Mon, 28 Jun 2021 08:38:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E309563F for ; Mon, 28 Jun 2021 08:38:48 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1624869507.12216f7a8a33d758214ebf1d9f3c8e5f4afb3396.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rnnoise/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/rnnoise/Manifest media-libs/rnnoise/metadata.xml media-libs/rnnoise/rnnoise-0.4.1_p20210122.ebuild X-VCS-Directories: media-libs/rnnoise/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 12216f7a8a33d758214ebf1d9f3c8e5f4afb3396 X-VCS-Branch: master Date: Mon, 28 Jun 2021 08:38:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b0d6cbce-dc38-475c-a790-58f41ed4ac5e X-Archives-Hash: 1ec11fbdbaf696a83e7aec6119128995 commit: 12216f7a8a33d758214ebf1d9f3c8e5f4afb3396 Author: Esteve Varela Colominas gmail com> AuthorDate: Sun Jun 27 21:34:47 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Jun 28 08:38:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12216f7a media-libs/rnnoise: Initial import New dependency of net-im/telegram-desktop Signed-off-by: Esteve Varela Colominas gmail.com> Signed-off-by: Georgy Yakovlev gentoo.org> media-libs/rnnoise/Manifest | 1 + media-libs/rnnoise/metadata.xml | 12 ++++++ media-libs/rnnoise/rnnoise-0.4.1_p20210122.ebuild | 46 +++++++++++++++++++++++ 3 files changed, 59 insertions(+) diff --git a/media-libs/rnnoise/Manifest b/media-libs/rnnoise/Manifest new file mode 100644 index 00000000000..f20a2761d4c --- /dev/null +++ b/media-libs/rnnoise/Manifest @@ -0,0 +1 @@ +DIST rnnoise-0.4.1_p20210122.tar.gz 173787 BLAKE2B 33ecee81eb54a00e89c6fc0a2c9a3c66250c853cbef420f6b1fc9f7141b3b9862fe34fb31951de407c8912e940ac7e9917f68cb649261117d729b7b380d3476c SHA512 7d16f7d68a0a28ecdaaea098df5482d55adf7948292cab8ed78ae5cc6652ebdfc48e623f193ee356fcf527e54883e9d3938195f2fd52c20dff895fd2515617f3 diff --git a/media-libs/rnnoise/metadata.xml b/media-libs/rnnoise/metadata.xml new file mode 100644 index 00000000000..631cf5ff785 --- /dev/null +++ b/media-libs/rnnoise/metadata.xml @@ -0,0 +1,12 @@ + + + + + esteve.varela@gmail.com + Esteve Varela Colominas + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/media-libs/rnnoise/rnnoise-0.4.1_p20210122.ebuild b/media-libs/rnnoise/rnnoise-0.4.1_p20210122.ebuild new file mode 100644 index 00000000000..2b007421cea --- /dev/null +++ b/media-libs/rnnoise/rnnoise-0.4.1_p20210122.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Recurrent neural network for audio noise reduction" +HOMEPAGE="https://jmvalin.ca/demo/rnnoise/ https://gitlab.xiph.org/xiph/rnnoise" + +COMMIT="1cbdbcf1283499bbb2230a6b0f126eb9b236defd" +SRC_URI="https://gitlab.xiph.org/xiph/rnnoise/-/archive/${COMMIT}/rnnoise-${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc" +# NOTE: Documentation currently empty (version 0.4.1_p20210122) + +BDEPEND=" + doc? ( + app-doc/doxygen + media-gfx/graphviz + ) +" + +src_prepare() { + default + eautoreconf +} + +src_configure() { + local myeconfargs=( + --disable-static + --disable-examples + $(use_enable doc) + ) + econf "${myeconfargs[@]}" +} + +src_install() { + default + rm "${ED}/usr/share/doc/${PF}/COPYING" || die + find "${ED}" -name '*.la' -delete || die +}