diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 11:30:06 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-10 20:03:28 +0200 |
commit | dfd34ef6322ce5e4b87ded904f7af7c5057c7033 (patch) | |
tree | 538c80abe3236b9245b69697795c7a4bc1e15137 /x11-wm/xpra | |
parent | x11-wm/xpra: drop 4.4.5-r1 (diff) | |
download | gentoo-dfd34ef6322ce5e4b87ded904f7af7c5057c7033.tar.gz gentoo-dfd34ef6322ce5e4b87ded904f7af7c5057c7033.tar.bz2 gentoo-dfd34ef6322ce5e4b87ded904f7af7c5057c7033.zip |
x11-wm/xpra: Switch IUSE=pulseaudio to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-wm/xpra')
-rw-r--r-- | x11-wm/xpra/xpra-4.4.5-r2.ebuild | 2 | ||||
-rw-r--r-- | x11-wm/xpra/xpra-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/xpra/xpra-4.4.5-r2.ebuild b/x11-wm/xpra/xpra-4.4.5-r2.ebuild index 03d884be7df1..3e523fb230f6 100644 --- a/x11-wm/xpra/xpra-4.4.5-r2.ebuild +++ b/x11-wm/xpra/xpra-4.4.5-r2.ebuild @@ -68,7 +68,7 @@ DEPEND=" ffmpeg? ( >=media-video/ffmpeg-3.2.2:0=[x264] ) jpeg? ( media-libs/libjpeg-turbo ) pulseaudio? ( - media-sound/pulseaudio + media-libs/libpulse media-plugins/gst-plugins-pulse:1.0 ) sound? ( diff --git a/x11-wm/xpra/xpra-9999.ebuild b/x11-wm/xpra/xpra-9999.ebuild index b1d83402a147..8a065e465ed5 100644 --- a/x11-wm/xpra/xpra-9999.ebuild +++ b/x11-wm/xpra/xpra-9999.ebuild @@ -68,7 +68,7 @@ DEPEND=" ffmpeg? ( >=media-video/ffmpeg-3.2.2:0=[x264] ) jpeg? ( media-libs/libjpeg-turbo ) pulseaudio? ( - media-sound/pulseaudio + media-libs/libpulse media-plugins/gst-plugins-pulse:1.0 ) sound? ( |