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 AEFE3158020 for ; Fri, 2 Dec 2022 03:19:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 883FAE0A6E; Fri, 2 Dec 2022 03:18:59 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B027E0A6D for ; Fri, 2 Dec 2022 03:18:59 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88CA0341087 for ; Fri, 2 Dec 2022 03:18:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2347C7AF for ; Fri, 2 Dec 2022 03:18:55 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1669950842.c02e54298a283a491ec77afeb3a5656fe17c9312.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jack2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/jack2/jack2-1.9.21-r1.ebuild media-sound/jack2/jack2-1.9.21.ebuild media-sound/jack2/jack2-9999.ebuild X-VCS-Directories: media-sound/jack2/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: c02e54298a283a491ec77afeb3a5656fe17c9312 X-VCS-Branch: master Date: Fri, 2 Dec 2022 03:18:55 +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: bf3ced16-bbfa-4cf9-834d-0f4c57a0e7a3 X-Archives-Hash: 9415b5e322da92359c03c44b8fbd428d commit: c02e54298a283a491ec77afeb3a5656fe17c9312 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Dec 1 22:21:29 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Dec 2 03:14:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c02e5429 media-sound/jack2: fix systemd automagic libsystemd is only optionally used by the classic daemon, so no multilib needed Signed-off-by: Ionen Wolkens gentoo.org> media-sound/jack2/{jack2-1.9.21.ebuild => jack2-1.9.21-r1.ebuild} | 6 ++++-- media-sound/jack2/jack2-9999.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/media-sound/jack2/jack2-1.9.21.ebuild b/media-sound/jack2/jack2-1.9.21-r1.ebuild similarity index 93% rename from media-sound/jack2/jack2-1.9.21.ebuild rename to media-sound/jack2/jack2-1.9.21-r1.ebuild index 4ed7d3847d9c..638893912fc3 100644 --- a/media-sound/jack2/jack2-1.9.21.ebuild +++ b/media-sound/jack2/jack2-1.9.21-r1.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://jackaudio.org/" LICENSE="GPL-2+ LGPL-2.1+" SLOT="2" -IUSE="+alsa +classic dbus doc ieee1394 libsamplerate metadata opus pam +tools" +IUSE="+alsa +classic dbus doc ieee1394 libsamplerate metadata opus pam +tools systemd" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} || ( classic dbus )" @@ -34,7 +34,8 @@ DEPEND=" libsamplerate? ( media-libs/libsamplerate[${MULTILIB_USEDEP}] ) ieee1394? ( media-libs/libffado[${MULTILIB_USEDEP}] ) metadata? ( sys-libs/db:=[${MULTILIB_USEDEP}] ) - opus? ( media-libs/opus[custom-modes,${MULTILIB_USEDEP}] )" + opus? ( media-libs/opus[custom-modes,${MULTILIB_USEDEP}] ) + systemd? ( classic? ( sys-apps/systemd:= ) )" RDEPEND=" ${DEPEND} dbus? ( @@ -83,6 +84,7 @@ multilib_src_configure() { --opus=$(usex opus) --portaudio=no --samplerate=$(usex libsamplerate) + --systemd=$(multilib_native_usex systemd $(usex classic)) --winmme=no # obsolete options, migrated to media-sound/jack-example-tools diff --git a/media-sound/jack2/jack2-9999.ebuild b/media-sound/jack2/jack2-9999.ebuild index 49be304b89f7..921a47e80ec9 100644 --- a/media-sound/jack2/jack2-9999.ebuild +++ b/media-sound/jack2/jack2-9999.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://jackaudio.org/" LICENSE="GPL-2+ LGPL-2.1+" SLOT="2" -IUSE="+alsa +classic dbus doc ieee1394 libsamplerate metadata opus pam +tools" +IUSE="+alsa +classic dbus doc ieee1394 libsamplerate metadata opus pam +tools systemd" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} || ( classic dbus )" @@ -34,7 +34,8 @@ DEPEND=" libsamplerate? ( media-libs/libsamplerate[${MULTILIB_USEDEP}] ) ieee1394? ( media-libs/libffado[${MULTILIB_USEDEP}] ) metadata? ( sys-libs/db:=[${MULTILIB_USEDEP}] ) - opus? ( media-libs/opus[custom-modes,${MULTILIB_USEDEP}] )" + opus? ( media-libs/opus[custom-modes,${MULTILIB_USEDEP}] ) + systemd? ( classic? ( sys-apps/systemd:= ) )" RDEPEND=" ${DEPEND} dbus? ( @@ -83,6 +84,7 @@ multilib_src_configure() { --opus=$(usex opus) --portaudio=no --samplerate=$(usex libsamplerate) + --systemd=$(multilib_native_usex systemd $(usex classic)) --winmme=no )