summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor V. Kovalenko <igor.v.kovalenko@gmail.com>2022-12-23 20:37:04 +0300
committerSam James <sam@gentoo.org>2022-12-24 06:52:54 +0000
commitc004cd1bb87eaf459ad7a4f43d4d67dc20e4a2dd (patch)
treec1bf557ef6f78761339a85b0ed19ca6a7d6594d7 /media-plugins
parentmedia-sound/pavucontrol: Switch pulseaudio dependency to media-libs/libpulse (diff)
downloadgentoo-c004cd1bb87eaf459ad7a4f43d4d67dc20e4a2dd.tar.gz
gentoo-c004cd1bb87eaf459ad7a4f43d4d67dc20e4a2dd.tar.bz2
gentoo-c004cd1bb87eaf459ad7a4f43d4d67dc20e4a2dd.zip
media-plugins/gst-plugins-pulse: Switch pulseaudio dependency to media-libs/libpulse
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28774 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.20.4-r1.ebuild16
1 files changed, 16 insertions, 0 deletions
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}"