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 CCE88158451 for ; Sun, 7 Jan 2024 19:10:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15E502BC06A; Sun, 7 Jan 2024 19:10:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 EB1D72BC06A for ; Sun, 7 Jan 2024 19:10:42 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F36E342FFA for ; Sun, 7 Jan 2024 19:10:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1259AE5 for ; Sun, 7 Jan 2024 19:10:40 +0000 (UTC) From: "Seth Price" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Seth Price" Message-ID: <1704654253.2faad3d3ec28a013fa61a1faabdc8cab25a23c6c.sprice623@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-dialup/minimodem/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-dialup/minimodem/Manifest net-dialup/minimodem/metadata.xml net-dialup/minimodem/minimodem-0.24.ebuild X-VCS-Directories: net-dialup/minimodem/ X-VCS-Committer: sprice623 X-VCS-Committer-Name: Seth Price X-VCS-Revision: 2faad3d3ec28a013fa61a1faabdc8cab25a23c6c X-VCS-Branch: dev Date: Sun, 7 Jan 2024 19:10:40 +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: ef48d716-9758-41ac-8404-0962f7d6972f X-Archives-Hash: c069d7ce46f988f2b9cc3e09b65acad3 commit: 2faad3d3ec28a013fa61a1faabdc8cab25a23c6c Author: Seth M. Price aol com> AuthorDate: Sun Jan 7 19:04:13 2024 +0000 Commit: Seth Price aol com> CommitDate: Sun Jan 7 19:04:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2faad3d3 net-dialup/minimodem: new package, add 0.24 Signed-off-by: Seth M. Price aol.com> net-dialup/minimodem/Manifest | 1 + net-dialup/minimodem/metadata.xml | 22 ++++++++++++++++++++ net-dialup/minimodem/minimodem-0.24.ebuild | 32 ++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+) diff --git a/net-dialup/minimodem/Manifest b/net-dialup/minimodem/Manifest new file mode 100644 index 0000000000..6ae8aa9bf6 --- /dev/null +++ b/net-dialup/minimodem/Manifest @@ -0,0 +1 @@ +DIST minimodem-0.24.tar.gz 159508 BLAKE2B a08c2ef87ed6d50d5bae390d97a384591da9612e4b60b10fc373fa00bceb60a3f67389179c92303a9d3008184f141d37753043355fe9de04429e5e9f8c9b8167 SHA512 5c3a5e6f185d4b09c5f24d776393f2e2d5d787c097c44490905119513b9b39db53b7f2f7e624a4b527e8e8e827a5b99af6b0df5ca525046f60b49fe9ba2b0ceb diff --git a/net-dialup/minimodem/metadata.xml b/net-dialup/minimodem/metadata.xml new file mode 100644 index 0000000000..addcf89791 --- /dev/null +++ b/net-dialup/minimodem/metadata.xml @@ -0,0 +1,22 @@ + + + + + Seth M. Price + sprice623@aol.com + + + Minimodem is a command-line program which decodes (or generates) + audio modem tones at any specified baud rate, using various + framing protocols. It acts a general-purpose software FSK modem, + and includes support for various standard FSK protocols such as + Bell103, Bell202, RTTY, TTY/TDD, NOAA SAME, and Caller-ID. + + + Enable support for the media-sound/sndio backend + + + https://github.com/kamalmostafa/minimodem/issues + kamalmostafa/minimodem + + diff --git a/net-dialup/minimodem/minimodem-0.24.ebuild b/net-dialup/minimodem/minimodem-0.24.ebuild new file mode 100644 index 0000000000..2ca21b2552 --- /dev/null +++ b/net-dialup/minimodem/minimodem-0.24.ebuild @@ -0,0 +1,32 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="General-purpose software audio FSK modem" +HOMEPAGE="http://www.whence.com/minimodem/" +SRC_URI="http://www.whence.com/minimodem/minimodem-${PV}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="alsa pulseaudio sndfile sndio" + +DEPEND="sndfile? ( media-libs/libsndfile ) + sci-libs/fftw:3.0 + alsa? ( media-libs/alsa-lib ) + pulseaudio? ( media-libs/libpulse ) + sndio? ( media-sound/sndio )" +RDEPEND="${DEPEND}" + +src_prepare() { + eautoreconf + eapply_user +} + +src_configure() { + my_args="$(use_with alsa) $(use_with pulseaudio) $(use_with sndfile)" + econf $my_args +}