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 A784215800F for ; Sat, 7 Jan 2023 13:37:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCA32E07DB; Sat, 7 Jan 2023 13:37:19 +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 C11F0E07DB for ; Sat, 7 Jan 2023 13:37:18 +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 CE0C3340F3A for ; Sat, 7 Jan 2023 13:37:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C4E67F4 for ; Sat, 7 Jan 2023 13:37:16 +0000 (UTC) From: "Adrian Schollmeyer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adrian Schollmeyer" Message-ID: <1673098633.9d03b6c3bd4baf858ae1f04c3116f56e97daa9a8.nex+b-g-o@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/jacktrip/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/jacktrip/Manifest media-sound/jacktrip/jacktrip-1.6.8.ebuild media-sound/jacktrip/metadata.xml X-VCS-Directories: media-sound/jacktrip/ X-VCS-Committer: nex+b-g-o X-VCS-Committer-Name: Adrian Schollmeyer X-VCS-Revision: 9d03b6c3bd4baf858ae1f04c3116f56e97daa9a8 X-VCS-Branch: dev Date: Sat, 7 Jan 2023 13:37:16 +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: 3c45e2e8-ff22-44b6-9f0a-e843e4ce1ca1 X-Archives-Hash: 896145281767bfaef26877c19e899df0 commit: 9d03b6c3bd4baf858ae1f04c3116f56e97daa9a8 Author: Adrian Schollmeyer nexadn de> AuthorDate: Sat Jan 7 13:36:58 2023 +0000 Commit: Adrian Schollmeyer nexadn de> CommitDate: Sat Jan 7 13:37:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d03b6c3 media-sound/jacktrip: new package, add 1.6.8 Signed-off-by: Adrian Schollmeyer nexadn.de> media-sound/jacktrip/Manifest | 1 + media-sound/jacktrip/jacktrip-1.6.8.ebuild | 58 ++++++++++++++++++++++++++++++ media-sound/jacktrip/metadata.xml | 16 +++++++++ 3 files changed, 75 insertions(+) diff --git a/media-sound/jacktrip/Manifest b/media-sound/jacktrip/Manifest new file mode 100644 index 000000000..62c1ad5d6 --- /dev/null +++ b/media-sound/jacktrip/Manifest @@ -0,0 +1 @@ +DIST jacktrip-1.6.8.tar.gz 5789095 BLAKE2B ebe1b0c6ade7b40ff6e06bd9f628ba6423542dd496aeb447e5eed5865901b27c3f4ab5dbbc55bfdf22daa0ca03d8a2b734dcd8f80f3c9d64a0c8efda95941fbb SHA512 dc0bf64461eddfbedaa773c177a4c1387e205b5f3efeaf1e999b5ead21abe53122eebdeb75e853cdaeeb03c73eeb968ac7d5d6962b4af27b5009b724775a823c diff --git a/media-sound/jacktrip/jacktrip-1.6.8.ebuild b/media-sound/jacktrip/jacktrip-1.6.8.ebuild new file mode 100644 index 000000000..9437113c7 --- /dev/null +++ b/media-sound/jacktrip/jacktrip-1.6.8.ebuild @@ -0,0 +1,58 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Send JACK audio over a network" +HOMEPAGE="https://jacktrip.github.io/jacktrip/ https://github.com/jacktrip/jacktrip" +SRC_URI="https://github.com/jacktrip/jacktrip/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+gui jack +rtaudio virtualstudio" +REQUIRED_USE=" + virtualstudio? ( gui ) + || ( jack rtaudio ) +" + +DEPEND=" + dev-qt/qtcore:5= + dev-qt/qtnetwork:5= + + gui? ( + dev-qt/qtgui:5= + dev-qt/qtwidgets:5= + ) + + jack? ( + virtual/jack + ) + + rtaudio? ( + media-libs/rtaudio:= + ) + + virtualstudio? ( + dev-qt/qtdeclarative:5= + dev-qt/qtnetworkauth:5= + dev-qt/qtsvg:5= + dev-qt/qtwebsockets:5= + ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local emesonargs=( + -Dweakjack=false + -Dnoupdater=true + -Dnogui=$(usex gui false true) + -Dnovs=$(usex virtualstudio false true) + $(meson_feature jack) + $(meson_feature rtaudio) + ) + + meson_src_configure +} diff --git a/media-sound/jacktrip/metadata.xml b/media-sound/jacktrip/metadata.xml new file mode 100644 index 000000000..8013bf64e --- /dev/null +++ b/media-sound/jacktrip/metadata.xml @@ -0,0 +1,16 @@ + + + + + nex+b-g-o@nexadn.de + Adrian Schollmeyer + + + Enable rtaudio backend + Enable VirtualStudio extension + + + jacktrip/jacktrip + https://github.com/jacktrip/jacktrip/issues + +