diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 11:45:54 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 15:10:58 +0200 |
commit | c685e2331efff020b9da077542331d2b98e9bda4 (patch) | |
tree | a95e4785a0db1d3737132fa330ad9fe60c4c536c /media-video/ffmpeg | |
parent | media-sound/qmmp: add 1.6.4 (diff) | |
download | gentoo-c685e2331efff020b9da077542331d2b98e9bda4.tar.gz gentoo-c685e2331efff020b9da077542331d2b98e9bda4.tar.bz2 gentoo-c685e2331efff020b9da077542331d2b98e9bda4.zip |
media-video/ffmpeg: Switch IUSE=pulseaudio to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video/ffmpeg')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 4013b79d39da..26585449e6dc 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -247,7 +247,7 @@ RDEPEND=" opencl? ( virtual/opencl[${MULTILIB_USEDEP}] ) opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] ) opus? ( >=media-libs/opus-1.0.2-r2[${MULTILIB_USEDEP}] ) - pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] ) + pulseaudio? ( media-libs/libpulse[${MULTILIB_USEDEP}] ) qsv? ( media-libs/oneVPL[${MULTILIB_USEDEP}] ) rubberband? ( >=media-libs/rubberband-1.8.1-r1[${MULTILIB_USEDEP}] ) samba? ( >=net-fs/samba-3.6.23-r1[client,${MULTILIB_USEDEP}] ) |