diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-05-14 09:43:14 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-05-14 09:44:39 +0100 |
commit | 50abacce974fea038676c63eb08ea07908ce93a3 (patch) | |
tree | 21e085ffa03c342f46201e5faa5ced2cfded576f /x11-wm/xpra/xpra-9999.ebuild | |
parent | dev-ruby/psych: Stabilize 4.0.6 hppa, #906308 (diff) | |
download | gentoo-50abacce974fea038676c63eb08ea07908ce93a3.tar.gz gentoo-50abacce974fea038676c63eb08ea07908ce93a3.tar.bz2 gentoo-50abacce974fea038676c63eb08ea07908ce93a3.zip |
x11-wm/xpra: Disable x265 as it causes issues
We're not supposed to use it apparently.
Bug: https://github.com/Xpra-org/xpra/issues/3822
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'x11-wm/xpra/xpra-9999.ebuild')
-rw-r--r-- | x11-wm/xpra/xpra-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/xpra/xpra-9999.ebuild b/x11-wm/xpra/xpra-9999.ebuild index 05cbf8814ab3..08e2503c90e1 100644 --- a/x11-wm/xpra/xpra-9999.ebuild +++ b/x11-wm/xpra/xpra-9999.ebuild @@ -63,7 +63,7 @@ DEPEND=" x11-libs/libxkbfile brotli? ( app-arch/brotli ) csc? ( >=media-video/ffmpeg-1.2.2:0= ) - ffmpeg? ( >=media-video/ffmpeg-3.2.2:0=[x264,x265] ) + ffmpeg? ( >=media-video/ffmpeg-3.2.2:0=[x264] ) jpeg? ( media-libs/libjpeg-turbo ) pulseaudio? ( media-sound/pulseaudio @@ -156,7 +156,7 @@ python_configure_all() { $(use_with ffmpeg dec_avcodec2) $(use_with ffmpeg enc_ffmpeg) $(use_with ffmpeg enc_x264) - $(use_with ffmpeg enc_x265) + --without-enc_x265 --with-gtk3 $(use_with jpeg jpeg_encoder) $(use_with jpeg jpeg_decoder) |