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 1EA14158020 for ; Mon, 12 Dec 2022 11:44:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4574DE0893; Mon, 12 Dec 2022 11:44:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BE06E0893 for ; Mon, 12 Dec 2022 11:44:23 +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 B3CBB341107 for ; Mon, 12 Dec 2022 11:44:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E14467CD for ; Mon, 12 Dec 2022 11:44:18 +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: <1670844177.85623929025a41ca0d27b97fd1dd12bb23971cde.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/Manifest media-sound/callaudiod/callaudiod-0.1.5.ebuild X-VCS-Directories: media-sound/callaudiod/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 85623929025a41ca0d27b97fd1dd12bb23971cde X-VCS-Branch: dev Date: Mon, 12 Dec 2022 11:44:18 +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: 89bb5480-dd36-456f-b9f3-8e20cb3455aa X-Archives-Hash: 3f1b54e22f05227435d950a380ec8368 commit: 85623929025a41ca0d27b97fd1dd12bb23971cde Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Dec 9 10:34:16 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Dec 12 11:22:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85623929 media-sound/callaudiod: add 0.1.5 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> media-sound/callaudiod/Manifest | 1 + media-sound/callaudiod/callaudiod-0.1.5.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/media-sound/callaudiod/Manifest b/media-sound/callaudiod/Manifest index 083645a3a..c32802113 100644 --- a/media-sound/callaudiod/Manifest +++ b/media-sound/callaudiod/Manifest @@ -1 +1,2 @@ DIST callaudiod-0.1.4.tar.gz 31476 BLAKE2B 0573d89e5b7652c1cbffa8f10fac7b8d75d63088496f76ace25ba2001eb0a6b2d642d6a67aecd2124e7e0feba7fe1c4b856fd8de9ac7e636b6b9c07c954c8811 SHA512 5d344f5d0f04076b2d22a6fe4c728fb18081934e9651e91fe32d590983ca06b06341434489bc1d28322f09218373a3e8c983ff57fddc3d41a3d48bd4b35d1bce +DIST callaudiod-0.1.5.tar.bz2 28355 BLAKE2B da43d51cf1a2818bad227e5bf453a27c6c8431bf9332758be378c2f1072354ad0438cdae77088e8a4587e132f116f64cbb7ac293ad985ab82b436e455547624b SHA512 8eac3929bbb9b700dab3ca230f3cb0dd17b90af1e0e56b4d92070423c11b1ca806984640bbc88ea42ae2ae1d2c19000b7f0d27a863d67eb11b021e53784bd39a diff --git a/media-sound/callaudiod/callaudiod-0.1.5.ebuild b/media-sound/callaudiod/callaudiod-0.1.5.ebuild new file mode 100644 index 000000000..9d5a20dfd --- /dev/null +++ b/media-sound/callaudiod/callaudiod-0.1.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Call audio routing daemon" +HOMEPAGE="https://gitlab.com/mobian1/callaudiod" +SRC_URI="https://gitlab.com/mobian1/${PN}/-/archive/${PV}/${P}.tar.bz2" + +KEYWORDS="~amd64 ~arm64" +LICENSE="LGPL-3+" +SLOT="0" + +RDEPEND=" + dev-libs/glib:2 + media-libs/alsa-lib + media-libs/libpulse[glib] +" +DEPEND="${RDEPEND}" +BDEPEND="dev-util/gdbus-codegen"