diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 14:06:43 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 14:21:46 +0200 |
commit | 970d5fbb55ab261f81eefe65f2103812be368f55 (patch) | |
tree | ce9572c47b8901322f6c8126db4d82d78e8408b6 /media-video/simplescreenrecorder | |
parent | media-video/simplescreenrecorder: Switch to media-libs/libpulse (diff) | |
download | gentoo-970d5fbb55ab261f81eefe65f2103812be368f55.tar.gz gentoo-970d5fbb55ab261f81eefe65f2103812be368f55.tar.bz2 gentoo-970d5fbb55ab261f81eefe65f2103812be368f55.zip |
media-video/simplescreenrecorder: 0.4.4: 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-0.4.4-r2.ebuild (renamed from media-video/simplescreenrecorder/simplescreenrecorder-0.4.4-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.4-r1.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.4-r2.ebuild index f580b5a24f59..c07b20b0ffff 100644 --- a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.4-r1.ebuild +++ b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.4-r2.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}" |