diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 11:29:09 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 14:21:46 +0200 |
commit | 4d8ab206e7ec3d5aadb1f6a0fe3fcec526f9e9f8 (patch) | |
tree | 560f2faa0d12dff2367c2abe21aeff5e80b0e748 /media-video/simplescreenrecorder | |
parent | gui-apps/wf-shell: 0.7.0: EAPI 8 bump, switch to media-libs/libpulse (diff) | |
download | gentoo-4d8ab206e7ec3d5aadb1f6a0fe3fcec526f9e9f8.tar.gz gentoo-4d8ab206e7ec3d5aadb1f6a0fe3fcec526f9e9f8.tar.bz2 gentoo-4d8ab206e7ec3d5aadb1f6a0fe3fcec526f9e9f8.zip |
media-video/simplescreenrecorder: Switch to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video/simplescreenrecorder')
-rw-r--r-- | media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild index a365a63c3e5d..5d68f605635a 100644 --- a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild +++ b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -39,7 +39,7 @@ RDEPEND=" virtual/glu[${MULTILIB_USEDEP}] jack? ( virtual/jack ) opengl? ( media-libs/libglvnd[${MULTILIB_USEDEP},X] ) - pulseaudio? ( media-sound/pulseaudio ) + pulseaudio? ( media-libs/libpulse ) v4l? ( media-libs/libv4l ) " DEPEND="${RDEPEND}" |