From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cadence/
Date: Wed, 13 Nov 2019 09:52:45 +0000 (UTC) [thread overview]
Message-ID: <1573638759.8d379e4d1ef9498b15e1ed5d52371076dbff30fc.fordfrog@gentoo> (raw)
commit: 8d379e4d1ef9498b15e1ed5d52371076dbff30fc
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 09:52:29 2019 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 09:52:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d379e4d
media-sound/cadence: added a2jmidid use flag
1) added a2jmidid use flag
2) organized dependencies
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/cadence/cadence-0.9.0-r2.ebuild | 18 ++++++++++++------
media-sound/cadence/cadence-9999.ebuild | 18 ++++++++++++------
media-sound/cadence/metadata.xml | 3 +++
3 files changed, 27 insertions(+), 12 deletions(-)
diff --git a/media-sound/cadence/cadence-0.9.0-r2.ebuild b/media-sound/cadence/cadence-0.9.0-r2.ebuild
index c3fac92fcd8..556bcfae995 100644
--- a/media-sound/cadence/cadence-0.9.0-r2.ebuild
+++ b/media-sound/cadence/cadence-0.9.0-r2.ebuild
@@ -13,17 +13,21 @@ KEYWORDS="~amd64"
LICENSE="GPL-2"
SLOT="0"
-IUSE="-pulseaudio opengl"
+IUSE="a2jmidid -pulseaudio opengl"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# for jack project rendering also needs media-sound/jack_capture which is not in the tree yet
-RDEPEND="${PYTHON_DEPS}
- media-sound/jack2[dbus]
- dev-python/PyQt5[dbus,gui,opengl?,svg,widgets,${PYTHON_USEDEP}]
+CDEPEND="
+ ${PYTHON_DEPS}
dev-python/dbus-python[${PYTHON_USEDEP}]
- pulseaudio? ( media-sound/pulseaudio[jack] )"
-DEPEND=${RDEPEND}
+ dev-python/PyQt5[dbus,gui,opengl?,svg,widgets,${PYTHON_USEDEP}]
+ media-sound/jack2[dbus]
+ a2jmidid? ( media-sound/a2jmidid[dbus] )
+ pulseaudio? ( media-sound/pulseaudio[jack] )
+"
+RDEPEND="${CDEPEND}"
+DEPEND="${CDEPEND}"
S="${WORKDIR}/Cadence-${PV}"
@@ -41,6 +45,7 @@ src_prepare() {
data/catia \
data/claudia \
data/claudia-launcher || die "sed failed"
+
default
}
@@ -48,6 +53,7 @@ src_compile() {
myemakeargs=(PREFIX="/usr"
SKIP_STRIPPING=true
)
+
emake "${myemakeargs[@]}"
}
diff --git a/media-sound/cadence/cadence-9999.ebuild b/media-sound/cadence/cadence-9999.ebuild
index b8f9be32978..aaaa9ffa518 100644
--- a/media-sound/cadence/cadence-9999.ebuild
+++ b/media-sound/cadence/cadence-9999.ebuild
@@ -13,17 +13,21 @@ KEYWORDS=""
LICENSE="GPL-2"
SLOT="0"
-IUSE="-pulseaudio opengl"
+IUSE="a2jmidid -pulseaudio opengl"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# for jack project rendering also needs media-sound/jack_capture which is not in the tree yet
-RDEPEND="${PYTHON_DEPS}
- media-sound/jack2[dbus]
- dev-python/PyQt5[dbus,gui,opengl?,svg,widgets,${PYTHON_USEDEP}]
+CDEPEND="
+ ${PYTHON_DEPS}
dev-python/dbus-python[${PYTHON_USEDEP}]
- pulseaudio? ( media-sound/pulseaudio[jack] )"
-DEPEND=${RDEPEND}
+ dev-python/PyQt5[dbus,gui,opengl?,svg,widgets,${PYTHON_USEDEP}]
+ media-sound/jack2[dbus]
+ a2jmidid? ( media-sound/a2jmidid[dbus] )
+ pulseaudio? ( media-sound/pulseaudio[jack] )
+"
+RDEPEND="${CDEPEND}"
+DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${PN}-add-skip-stripping.patch )
@@ -39,6 +43,7 @@ src_prepare() {
data/catia \
data/claudia \
data/claudia-launcher || die "sed failed"
+
default
}
@@ -46,6 +51,7 @@ src_compile() {
myemakeargs=(PREFIX="/usr"
SKIP_STRIPPING=true
)
+
emake "${myemakeargs[@]}"
}
diff --git a/media-sound/cadence/metadata.xml b/media-sound/cadence/metadata.xml
index fd782eeb253..e72e0a80aa3 100644
--- a/media-sound/cadence/metadata.xml
+++ b/media-sound/cadence/metadata.xml
@@ -9,4 +9,7 @@
<email>proaudio@gentoo.org</email>
<name>Gentoo ProAudio Project</name>
</maintainer>
+<use>
+ <flag name="a2jmidid">Enables support for legacy ALSA sequencer applications in JACK MIDI system</flag>
+</use>
</pkgmetadata>
next reply other threads:[~2019-11-13 9:52 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-13 9:52 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-08 7:01 [gentoo-commits] repo/gentoo:master commit in: media-sound/cadence/ Miroslav Šulc
2023-06-19 6:47 Miroslav Šulc
2023-06-19 6:47 Miroslav Šulc
2023-05-29 13:11 Andreas Sturmlechner
2022-07-27 4:57 Miroslav Šulc
2022-07-27 4:48 Miroslav Šulc
2022-06-25 9:31 Miroslav Šulc
2022-06-25 8:54 Agostino Sarubbo
2022-06-18 17:58 Miroslav Šulc
2022-03-08 13:31 Sam James
2021-06-03 19:15 Sam James
2021-03-21 14:27 Miroslav Šulc
2020-10-03 14:55 Miroslav Šulc
2020-08-10 13:52 Agostino Sarubbo
2020-07-08 6:58 Miroslav Šulc
2020-07-08 6:58 Miroslav Šulc
2020-02-09 16:31 Michał Górny
2019-12-16 7:46 Agostino Sarubbo
2019-12-13 10:48 Miroslav Šulc
2019-11-18 9:20 Miroslav Šulc
2019-11-13 11:01 Miroslav Šulc
2019-11-08 12:09 Miroslav Šulc
2019-11-07 16:27 Miroslav Šulc
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=1573638759.8d379e4d1ef9498b15e1ed5d52371076dbff30fc.fordfrog@gentoo \
--to=fordfrog@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