From: "Adrian Schollmeyer" <nex+b-g-o@nexadn.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/jacktrip/
Date: Fri, 10 Feb 2023 21:51:22 +0000 (UTC) [thread overview]
Message-ID: <1676065876.d9afc1faa4034c6ae81e73273bc149982e179ba4.nex+b-g-o@gentoo> (raw)
commit: d9afc1faa4034c6ae81e73273bc149982e179ba4
Author: Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
AuthorDate: Fri Feb 10 21:50:40 2023 +0000
Commit: Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
CommitDate: Fri Feb 10 21:51:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9afc1fa
media-sound/jacktrip: add 1.7.1
Signed-off-by: Adrian Schollmeyer <nex+b-g-o <AT> nexadn.de>
media-sound/jacktrip/Manifest | 1 +
media-sound/jacktrip/jacktrip-1.7.1.ebuild | 58 ++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+)
diff --git a/media-sound/jacktrip/Manifest b/media-sound/jacktrip/Manifest
index 299ebf3a4..d002cb0d8 100644
--- a/media-sound/jacktrip/Manifest
+++ b/media-sound/jacktrip/Manifest
@@ -1,2 +1,3 @@
DIST jacktrip-1.6.8.tar.gz 5789095 BLAKE2B ebe1b0c6ade7b40ff6e06bd9f628ba6423542dd496aeb447e5eed5865901b27c3f4ab5dbbc55bfdf22daa0ca03d8a2b734dcd8f80f3c9d64a0c8efda95941fbb SHA512 dc0bf64461eddfbedaa773c177a4c1387e205b5f3efeaf1e999b5ead21abe53122eebdeb75e853cdaeeb03c73eeb968ac7d5d6962b4af27b5009b724775a823c
DIST jacktrip-1.7.0.tar.gz 5795989 BLAKE2B 7ae402a98feadb450e7ac36951f4f967bd34b7dd3ce99e23bfe657e74d7a21ac248519ff66fbd1a2e5c719f302b63ec1585dcdc757b86d6608bcc845898d17af SHA512 c7020afc3a495f0fd9aa4014c8a0b4a6f3bad162ad74184a1448fc65591f0f8ae0cc8ddc5be544445d2b02c37036e254b8741d1b37ff3d1b0f97f02f3b9ae214
+DIST jacktrip-1.7.1.tar.gz 5801602 BLAKE2B 05c6e917c73abce0528ed8fb01180bbdb92c2eb3dd14fd77a51dc24b1d15551052a47eeffd509bb92daf102fa2e342bd40e9e7c614aff62479c373ef2a0c8a45 SHA512 cd26c4ef5735567baf159a3389d6eb94b9a1ad4fa44354ffa8efa462a1aa84da112b960fef756b5c7d8a37e31598df16b13935167aeccb85c261fc6782101658
diff --git a/media-sound/jacktrip/jacktrip-1.7.1.ebuild b/media-sound/jacktrip/jacktrip-1.7.1.ebuild
new file mode 100644
index 000000000..f753e329b
--- /dev/null
+++ b/media-sound/jacktrip/jacktrip-1.7.1.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-02-10 21:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-10 21:51 Adrian Schollmeyer [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-19 15:30 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/jacktrip/ Adrian Schollmeyer
2024-05-15 17:00 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-15 16:55 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2023-02-24 10:31 Adrian Schollmeyer
2023-02-23 14:13 Adrian Schollmeyer
2023-02-17 19:54 Adrian Schollmeyer
2023-02-10 21:51 Adrian Schollmeyer
2023-01-24 23:03 Adrian Schollmeyer
2023-01-07 13:37 Adrian Schollmeyer
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=1676065876.d9afc1faa4034c6ae81e73273bc149982e179ba4.nex+b-g-o@gentoo \
--to=nex+b-g-o@nexadn.de \
--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