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 9D40F158091 for ; Sun, 19 Jun 2022 18:50:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B502EE0A9C; Sun, 19 Jun 2022 18:50:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9F7B0E0A9C for ; Sun, 19 Jun 2022 18:50:32 +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 59F7D341758 for ; Sun, 19 Jun 2022 18:50:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB8A3448 for ; Sun, 19 Jun 2022 18:50:29 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1655664619.a585971b2c6ad57a24e765375418f460b8c0f700.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/callaudiod/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/callaudiod/callaudiod-0.1.4-r1.ebuild media-sound/callaudiod/callaudiod-0.1.4.ebuild X-VCS-Directories: media-sound/callaudiod/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: a585971b2c6ad57a24e765375418f460b8c0f700 X-VCS-Branch: dev Date: Sun, 19 Jun 2022 18:50:29 +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: 690583b6-d1d2-47c4-b231-2dc3c5a59258 X-Archives-Hash: cffe4f6266c0f303c95bfa813b19a295 commit: a585971b2c6ad57a24e765375418f460b8c0f700 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Jun 19 16:34:57 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Jun 19 18:50:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a585971b media-sound/callaudiod: fix deps Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> .../{callaudiod-0.1.4.ebuild => callaudiod-0.1.4-r1.ebuild} | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/media-sound/callaudiod/callaudiod-0.1.4.ebuild b/media-sound/callaudiod/callaudiod-0.1.4-r1.ebuild similarity index 77% rename from media-sound/callaudiod/callaudiod-0.1.4.ebuild rename to media-sound/callaudiod/callaudiod-0.1.4-r1.ebuild index c7996c7db..837d33b8c 100644 --- a/media-sound/callaudiod/callaudiod-0.1.4.ebuild +++ b/media-sound/callaudiod/callaudiod-0.1.4-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit meson @@ -9,21 +9,19 @@ COMMIT="a7ca6ce9d4c947f19c3f99ff2cab986c64434e57" DESCRIPTION="Call audio routing daemon" HOMEPAGE="https://gitlab.com/mobian1/callaudiod" -SRC_URI="https://gitlab.com/mobian1/callaudiod/-/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://gitlab.com/mobian1/${PN}/-/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" KEYWORDS="~amd64 ~arm64" - LICENSE="GPL-3" SLOT="0" -S="${WORKDIR}/${PN}-${COMMIT}" - RDEPEND=" - dev-libs/glib + dev-libs/glib:2 dev-util/gdbus-codegen media-libs/alsa-lib || ( - media-sound/pulseaudio + media-libs/libpulse >=media-sound/apulse-0.1.12-r4[sdk] ) "