From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cadence/
Date: Sat, 8 Jun 2024 07:01:26 +0000 (UTC) [thread overview]
Message-ID: <1717830077.d0160ddea690d92046775e581b0062f12edb0a85.fordfrog@gentoo> (raw)
commit: d0160ddea690d92046775e581b0062f12edb0a85
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 8 07:01:00 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Jun 8 07:01:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0160dde
media-sound/cadence: added python 3.12 + some adjustments
sync'd live ebuild with the versioned one
remove non-existant alternative dependency
added remote-id and reformatted metadata.xml
Closes: https://bugs.gentoo.org/929654
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/cadence/cadence-0.9.2-r1.ebuild | 9 ++++-----
media-sound/cadence/cadence-9999.ebuild | 27 ++++++++++++++++-----------
media-sound/cadence/metadata.xml | 17 ++++++++++-------
3 files changed, 30 insertions(+), 23 deletions(-)
diff --git a/media-sound/cadence/cadence-0.9.2-r1.ebuild b/media-sound/cadence/cadence-0.9.2-r1.ebuild
index 45f90c398df0..267bf2c07c73 100644
--- a/media-sound/cadence/cadence-0.9.2-r1.ebuild
+++ b/media-sound/cadence/cadence-0.9.2-r1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit python-single-r1 xdg desktop
DESCRIPTION="Collection of tools useful for audio production"
HOMEPAGE="https://kx.studio//Applications:Cadence"
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/falkTX/Cadence.git"
else
@@ -36,9 +36,8 @@ CDEPEND="
a2jmidid? ( media-sound/a2jmidid[dbus] )
pulseaudio? (
|| (
- media-sound/pulseaudio-daemon[jack]
media-video/pipewire[jack-sdk]
- <media-sound/pulseaudio-15.99.1[daemon(+),jack]
+ media-sound/pulseaudio-daemon[jack]
)
)"
RDEPEND="${CDEPEND}"
diff --git a/media-sound/cadence/cadence-9999.ebuild b/media-sound/cadence/cadence-9999.ebuild
index 84dc5764486e..def22af01490 100644
--- a/media-sound/cadence/cadence-9999.ebuild
+++ b/media-sound/cadence/cadence-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit python-single-r1 xdg desktop
DESCRIPTION="Collection of tools useful for audio production"
@@ -24,7 +24,8 @@ IUSE="a2jmidid pulseaudio opengl"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND="${PYTHON_DEPS}
+CDEPEND="
+ ${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/PyQt5[dbus,gui,opengl?,svg,widgets,${PYTHON_USEDEP}]
@@ -32,14 +33,18 @@ RDEPEND="${PYTHON_DEPS}
media-sound/jack_capture
virtual/jack
a2jmidid? ( media-sound/a2jmidid[dbus] )
- pulseaudio? ( || (
- media-video/pipewire[jack-sdk]
- media-sound/pulseaudio-daemon[jack]
- ) )
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.9.1-fix-clang.patch )
+ pulseaudio? (
+ || (
+ media-video/pipewire[jack-sdk]
+ media-sound/pulseaudio-daemon[jack]
+ )
+ )"
+RDEPEND="${CDEPEND}"
+DEPEND="${CDEPEND}"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.9.1-fix-clang.patch
+)
src_prepare() {
sed -i -e "s/python3/${EPYTHON}/" \
diff --git a/media-sound/cadence/metadata.xml b/media-sound/cadence/metadata.xml
index 2545a82c827c..56363a93c093 100644
--- a/media-sound/cadence/metadata.xml
+++ b/media-sound/cadence/metadata.xml
@@ -1,11 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <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>
+ <maintainer type="project">
+ <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>
+ <upstream>
+ <remote-id type="github">falkTX/Cadence</remote-id>
+ </upstream>
</pkgmetadata>
next reply other threads:[~2024-06-08 7:01 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-08 7:01 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-19 6:47 [gentoo-commits] repo/gentoo:master commit in: media-sound/cadence/ 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-13 9:52 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=1717830077.d0160ddea690d92046775e581b0062f12edb0a85.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