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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52F8D158095 for ; Tue, 20 Sep 2022 20:17:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59468E0C78; Tue, 20 Sep 2022 20:17:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 400DDE0C68 for ; Tue, 20 Sep 2022 20:17:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78EC734105C for ; Tue, 20 Sep 2022 20:17:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B55335D9 for ; Tue, 20 Sep 2022 20:17:18 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1663705036.b659b09e818b25346f7fa6e5f7f34f4306ed9f63.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/iir1/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/iir1/Manifest media-libs/iir1/iir1-1.9.3.ebuild media-libs/iir1/metadata.xml X-VCS-Directories: media-libs/iir1/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: b659b09e818b25346f7fa6e5f7f34f4306ed9f63 X-VCS-Branch: master Date: Tue, 20 Sep 2022 20:17:18 +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: 15d60ca5-56ee-41a7-a83c-b271af3f8eac X-Archives-Hash: 09b41c2d1aa80b47e804b409fb862ae3 commit: b659b09e818b25346f7fa6e5f7f34f4306ed9f63 Author: Bernard Cafarelli gentoo org> AuthorDate: Tue Sep 20 19:34:43 2022 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Sep 20 20:17:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b659b09e media-libs/iir1: new package, add 1.9.3 Unbundled library from games-emulation/dosbox-staging Signed-off-by: Bernard Cafarelli gentoo.org> media-libs/iir1/Manifest | 1 + media-libs/iir1/iir1-1.9.3.ebuild | 17 +++++++++++++++++ media-libs/iir1/metadata.xml | 11 +++++++++++ 3 files changed, 29 insertions(+) diff --git a/media-libs/iir1/Manifest b/media-libs/iir1/Manifest new file mode 100644 index 000000000000..b190452e9d17 --- /dev/null +++ b/media-libs/iir1/Manifest @@ -0,0 +1 @@ +DIST iir1-1.9.3.tar.gz 2092743 BLAKE2B bbd6476b47574b7944281d1ce6a9eb072a57eb0bab5674110252fa2249fd5a549185a8de09f3fd0582e2f1b08f5b307a47c3d494df8cf12f9075654f60aaaaaa SHA512 3ac7f83832077acf670dd227f40a72e4ec635d62cc97c7e5160ec338b6578de4edf17704da338d221be57e93d05288fafd0b8324854cded6f09eb0e32027a994 diff --git a/media-libs/iir1/iir1-1.9.3.ebuild b/media-libs/iir1/iir1-1.9.3.ebuild new file mode 100644 index 000000000000..f6816cd7e416 --- /dev/null +++ b/media-libs/iir1/iir1-1.9.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit cmake + +DESCRIPTION="DSP IIR realtime filter library written in C++" +HOMEPAGE="https://github.com/berndporr/iir1" +SRC_URI="https://github.com/berndporr/iir1/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" diff --git a/media-libs/iir1/metadata.xml b/media-libs/iir1/metadata.xml new file mode 100644 index 000000000000..797d6dc5fdb0 --- /dev/null +++ b/media-libs/iir1/metadata.xml @@ -0,0 +1,11 @@ + + + + + voyageur@gentoo.org + Bernard Cafarelli + + + berndporr/iir1 + +