From d305208ca7a258fb77809f63c895764345c61919 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 27 Jul 2022 09:01:23 +0100 Subject: gentoo auto-resync : 27:07:2022 - 09:01:23 --- media-sound/cadence/cadence-0.9.2-r1.ebuild | 97 +++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 media-sound/cadence/cadence-0.9.2-r1.ebuild (limited to 'media-sound/cadence/cadence-0.9.2-r1.ebuild') diff --git a/media-sound/cadence/cadence-0.9.2-r1.ebuild b/media-sound/cadence/cadence-0.9.2-r1.ebuild new file mode 100644 index 000000000000..f67d9bb389fa --- /dev/null +++ b/media-sound/cadence/cadence-0.9.2-r1.ebuild @@ -0,0 +1,97 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) +inherit python-single-r1 xdg desktop + +DESCRIPTION="Collection of tools useful for audio production" +HOMEPAGE="https://kxstudio.linuxaudio.org/Applications:Cadence" + +if [[ ${PV} == "9999" ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/falkTX/Cadence.git" +else + SRC_URI="https://github.com/falkTX/Cadence/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="amd64" + S="${WORKDIR}/Cadence-${PV}" +fi + +LICENSE="GPL-2" +SLOT="0" + +IUSE="a2jmidid pulseaudio opengl" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +CDEPEND=" + ${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/PyQt5[dbus,gui,opengl?,svg,widgets,${PYTHON_USEDEP}] + ') + media-sound/jack_capture + virtual/jack + a2jmidid? ( media-sound/a2jmidid[dbus] ) + pulseaudio? ( + || ( + media-sound/pulseaudio-daemon[jack] + media-video/pipewire[jack-sdk] +