From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/jacktrip/
Date: Wed, 25 Jan 2023 10:34:11 +0000 (UTC) [thread overview]
Message-ID: <1674601374.57a23cdb84d5e9a3d1cdd91fdf61ec95bfe5112a.flow@gentoo> (raw)
commit: 57a23cdb84d5e9a3d1cdd91fdf61ec95bfe5112a
Author: Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
AuthorDate: Tue Jan 24 23:02:54 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 23:02:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57a23cdb
media-sound/jacktrip: add 1.7.0
Signed-off-by: Adrian Schollmeyer <nex+b-g-o <AT> nexadn.de>
media-sound/jacktrip/Manifest | 1 +
media-sound/jacktrip/jacktrip-1.7.0.ebuild | 58 ++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+)
diff --git a/media-sound/jacktrip/Manifest b/media-sound/jacktrip/Manifest
index 62c1ad5d6..299ebf3a4 100644
--- a/media-sound/jacktrip/Manifest
+++ b/media-sound/jacktrip/Manifest
@@ -1 +1,2 @@
DIST jacktrip-1.6.8.tar.gz 5789095 BLAKE2B ebe1b0c6ade7b40ff6e06bd9f628ba6423542dd496aeb447e5eed5865901b27c3f4ab5dbbc55bfdf22daa0ca03d8a2b734dcd8f80f3c9d64a0c8efda95941fbb SHA512 dc0bf64461eddfbedaa773c177a4c1387e205b5f3efeaf1e999b5ead21abe53122eebdeb75e853cdaeeb03c73eeb968ac7d5d6962b4af27b5009b724775a823c
+DIST jacktrip-1.7.0.tar.gz 5795989 BLAKE2B 7ae402a98feadb450e7ac36951f4f967bd34b7dd3ce99e23bfe657e74d7a21ac248519ff66fbd1a2e5c719f302b63ec1585dcdc757b86d6608bcc845898d17af SHA512 c7020afc3a495f0fd9aa4014c8a0b4a6f3bad162ad74184a1448fc65591f0f8ae0cc8ddc5be544445d2b02c37036e254b8741d1b37ff3d1b0f97f02f3b9ae214
diff --git a/media-sound/jacktrip/jacktrip-1.7.0.ebuild b/media-sound/jacktrip/jacktrip-1.7.0.ebuild
new file mode 100644
index 000000000..f753e329b
--- /dev/null
+++ b/media-sound/jacktrip/jacktrip-1.7.0.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
+}
next reply other threads:[~2023-01-25 10:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-25 10:34 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-20 19:26 [gentoo-commits] repo/proj/guru:master commit in: media-sound/jacktrip/ David Roman
2024-05-15 17:00 Julien Roy
2023-02-24 7:41 Viorel Munteanu
2023-01-08 10:27 Florian Schmaus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1674601374.57a23cdb84d5e9a3d1cdd91fdf61ec95bfe5112a.flow@gentoo \
--to=flow@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox