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 54945158020 for ; Sat, 24 Dec 2022 06:53:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 808C5E0882; Sat, 24 Dec 2022 06:53:20 +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 608B2E0882 for ; Sat, 24 Dec 2022 06:53:20 +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 61007340DE8 for ; Sat, 24 Dec 2022 06:53:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC4A07DC for ; Sat, 24 Dec 2022 06:53:17 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1671864774.c004cd1bb87eaf459ad7a4f43d4d67dc20e4a2dd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-pulse/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.20.4-r1.ebuild X-VCS-Directories: media-plugins/gst-plugins-pulse/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c004cd1bb87eaf459ad7a4f43d4d67dc20e4a2dd X-VCS-Branch: master Date: Sat, 24 Dec 2022 06:53:17 +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: 2597ecc2-d4fe-4d80-85c6-92f1e0c4d925 X-Archives-Hash: 9e07d38ac890e284c1faa095537b2eb2 commit: c004cd1bb87eaf459ad7a4f43d4d67dc20e4a2dd Author: Igor V. Kovalenko gmail com> AuthorDate: Fri Dec 23 17:37:04 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 24 06:52:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c004cd1b media-plugins/gst-plugins-pulse: Switch pulseaudio dependency to media-libs/libpulse Signed-off-by: Igor V. Kovalenko gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28774 Signed-off-by: Sam James gentoo.org> .../gst-plugins-pulse/gst-plugins-pulse-1.20.4-r1.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.20.4-r1.ebuild b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.20.4-r1.ebuild new file mode 100644 index 000000000000..11014d7ab71d --- /dev/null +++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.20.4-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="PulseAudio sound server plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}] + >=media-libs/libpulse-2.1-r1[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}"