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 E7DD7158003 for ; Fri, 4 Nov 2022 21:59:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC759E0817; Fri, 4 Nov 2022 21:59:36 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C038CE0817 for ; Fri, 4 Nov 2022 21:59:36 +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 6969734149E for ; Fri, 4 Nov 2022 21:59:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8C52523 for ; Fri, 4 Nov 2022 21:59:33 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1667598878.c77a2116198d2c25b5f9b5d1e2da682aaa753b2f.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jack-example-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/jack-example-tools/Manifest media-sound/jack-example-tools/jack-example-tools-3.ebuild media-sound/jack-example-tools/metadata.xml X-VCS-Directories: media-sound/jack-example-tools/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: c77a2116198d2c25b5f9b5d1e2da682aaa753b2f X-VCS-Branch: master Date: Fri, 4 Nov 2022 21:59:33 +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: 86ef3a19-ad3c-448c-912c-b445c5c8bcbb X-Archives-Hash: 0007fac308b5dd56bec7fbd7d6c1e347 commit: c77a2116198d2c25b5f9b5d1e2da682aaa753b2f Author: Ionen Wolkens gentoo org> AuthorDate: Sat Oct 29 06:20:57 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Nov 4 21:54:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77a2116 media-sound/jack-example-tools: new package, add 3 This is the various jack_* commands (e.g. jack_lsp) split from the jack2 package. Should be usable with any virtual/jack provider (including pipewire[jack-sdk], and jack1 >=0.126.0). Signed-off-by: Ionen Wolkens gentoo.org> media-sound/jack-example-tools/Manifest | 1 + .../jack-example-tools/jack-example-tools-3.ebuild | 60 ++++++++++++++++++++++ media-sound/jack-example-tools/metadata.xml | 20 ++++++++ 3 files changed, 81 insertions(+) diff --git a/media-sound/jack-example-tools/Manifest b/media-sound/jack-example-tools/Manifest new file mode 100644 index 000000000000..7ab51de59efb --- /dev/null +++ b/media-sound/jack-example-tools/Manifest @@ -0,0 +1 @@ +DIST jack-example-tools-3.tar.gz 125686 BLAKE2B b0fbb68f2a21711113516a6754e13230b009f21d73a4fa8b94f2e8e81b71f6d95c246eae88d479daf3f4f6e0ccf3eb8295ff1b1b76603676c6d8b09d0594f9db SHA512 2fe33c4fc294a4e4e2c0c271d5e2f28bac162939c25536902c772fcc919d2a0923fcefd27305f3fce283edfe043d2da7773b66988a1f14f8670d5cac90c8d7e9 diff --git a/media-sound/jack-example-tools/jack-example-tools-3.ebuild b/media-sound/jack-example-tools/jack-example-tools-3.ebuild new file mode 100644 index 000000000000..f56fdd6a8a5b --- /dev/null +++ b/media-sound/jack-example-tools/jack-example-tools-3.ebuild @@ -0,0 +1,60 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Official examples and tools from the JACK project" +HOMEPAGE="https://jackaudio.org/" +SRC_URI="https://github.com/jackaudio/jack-example-tools/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+ zalsa? ( GPL-3+ )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="alsa jack-net jack-netsource opus +readline sndfile zalsa" + +RDEPEND=" + virtual/jack + alsa? ( + media-libs/alsa-lib + media-libs/libsamplerate + ) + jack-net? ( + || ( + media-sound/jack2[libsamplerate] + media-video/pipewire[jack-sdk(-)] + ) + ) + jack-netsource? ( + media-libs/libsamplerate + opus? ( media-libs/opus[custom-modes] ) + ) + readline? ( sys-libs/readline:= ) + sndfile? ( media-libs/libsndfile ) + zalsa? ( + media-libs/alsa-lib + media-libs/zita-alsa-pcmi + media-libs/zita-resampler:= + ) + ! + + + + ionen@gentoo.org + Ionen Wolkens + + + proaudio@gentoo.org + Gentoo ProAudio Project + + + Build jack_net_* example clients + Build jack_netsource for configuring network sources + Build the zalsa internal client using media-libs/zita-resampler + + + jackaudio/jack-example-tools + +