From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 94132158451 for ; Thu, 11 Jan 2024 18:20:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA1DCE2A5E; Thu, 11 Jan 2024 18:20:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95171E2A5F for ; Thu, 11 Jan 2024 18:20:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 853613431CF for ; Thu, 11 Jan 2024 18:20:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D88B595D for ; Thu, 11 Jan 2024 18:20:32 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1704997029.ed0a6135d1ce89a8d6fbe889105c78c466ddc7af.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/a2jmidid/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/a2jmidid/a2jmidid-9999.ebuild X-VCS-Directories: media-sound/a2jmidid/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: ed0a6135d1ce89a8d6fbe889105c78c466ddc7af X-VCS-Branch: master Date: Thu, 11 Jan 2024 18:20:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 293b0cc5-8d83-4363-8d78-dc05812cfa16 X-Archives-Hash: 979dc69d7b9d5e89727248ff3532e882 commit: ed0a6135d1ce89a8d6fbe889105c78c466ddc7af Author: Nedko Arnaudov nedk org> AuthorDate: Thu Jan 11 18:02:32 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Jan 11 18:17:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0a6135 media-sound/a2jmidid-9999: Update live ebuild to LADI upstream repo Bug: https://bugs.gentoo.org/798411 Bug: https://github.com/gentoo/gentoo/pull/34706 Signed-off-by: Nedko Arnaudov nedk.org> Closes: https://github.com/gentoo/gentoo/pull/34764 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/a2jmidid/a2jmidid-9999.ebuild | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/media-sound/a2jmidid/a2jmidid-9999.ebuild b/media-sound/a2jmidid/a2jmidid-9999.ebuild index c3ee5ece2ef8..6ae11bfc7506 100644 --- a/media-sound/a2jmidid/a2jmidid-9999.ebuild +++ b/media-sound/a2jmidid/a2jmidid-9999.ebuild @@ -1,22 +1,24 @@ -# 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_{10..12} ) PYTHON_REQ_USE="threads(+)" inherit meson python-single-r1 git-r3 -DESCRIPTION="Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system" -HOMEPAGE="https://github.com/jackaudio/a2jmidid" -EGIT_REPO_URI="https://github.com/jackaudio/a2jmidid.git" +DESCRIPTION="Daemon for exposing ALSA sequencer applications in JACK MIDI system" +HOMEPAGE="https://a2jmidid.ladish.org" +EGIT_REPO_URI="https://gitea.ladish.org/LADI/a2jmidid.git" +EGIT_BRANCH="main" +EGIT_SUBMODULES=( waf-autooptions waftoolchainflags siginfo ) LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="dbus python" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +IUSE="dbus" +REQUIRED_USE="dbus? ( ${PYTHON_REQUIRED_USE} )" BDEPEND=" virtual/pkgconfig @@ -24,13 +26,12 @@ BDEPEND=" CDEPEND=" media-libs/alsa-lib virtual/jack - dbus? ( sys-apps/dbus ) - python? ( ${PYTHON_DEPS} ) + dbus? ( sys-apps/dbus ${PYTHON_DEPS} ) " RDEPEND="${CDEPEND}" DEPEND="${RDEPEND}" -DOCS=( AUTHORS.rst CHANGELOG.rst README.rst internals.txt ) +DOCS=( AUTHORS.rst NEWS.rst README internals.txt ) src_configure() { local emesonargs=( @@ -43,9 +44,7 @@ src_configure() { src_install() { meson_src_install - if use python; then + if use dbus; then python_fix_shebang "${ED}" - else - rm "${ED}/usr/bin/a2j_control" || die fi }