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: Sat, 7 Jan 2023 13:37:16 +0000 (UTC) [thread overview]
Message-ID: <1673098633.9d03b6c3bd4baf858ae1f04c3116f56e97daa9a8.nex+b-g-o@gentoo> (raw)
commit: 9d03b6c3bd4baf858ae1f04c3116f56e97daa9a8
Author: Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
AuthorDate: Sat Jan 7 13:36:58 2023 +0000
Commit: Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> 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 <nex+b-g-o <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>nex+b-g-o@nexadn.de</email>
+ <name>Adrian Schollmeyer</name>
+ </maintainer>
+ <use>
+ <flag name="rtaudio">Enable rtaudio backend</flag>
+ <flag name="virtualstudio">Enable VirtualStudio extension</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">jacktrip/jacktrip</remote-id>
+ <bugs-to>https://github.com/jacktrip/jacktrip/issues</bugs-to>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2023-01-07 13:37 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-07 13:37 Adrian Schollmeyer [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-01-24 23:03 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/jacktrip/ Adrian Schollmeyer
2023-02-10 21:51 Adrian Schollmeyer
2023-02-10 21:51 Adrian Schollmeyer
2023-02-17 19:54 Adrian Schollmeyer
2023-02-23 14:13 Adrian Schollmeyer
2023-02-24 10:31 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
2024-09-19 15:30 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=1673098633.9d03b6c3bd4baf858ae1f04c3116f56e97daa9a8.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