commit: cc5225f16304b5f66fe55e8981d30af624b3cb40 Author: Jay Faulkner <jay <AT> jvf <DOT> cc> AuthorDate: Fri Nov 11 02:14:43 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Nov 12 06:14:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5225f1
media-video/obs-studio: Fix usex SSL to use ON/OFF This fixes the issue where RTMPS streaming would cause crashes. (sam: Ionen notes in the bug that CMakeLists.txt does an unusual literal comparison rather than evaluating...) Closes: https://bugs.gentoo.org/880861 Signed-off-by: Jay Faulkner <jay <AT> jvf.cc> Closes: https://github.com/gentoo/gentoo/pull/28220 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{obs-studio-28.1.2.ebuild => obs-studio-28.1.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/obs-studio/obs-studio-28.1.2.ebuild b/media-video/obs-studio/obs-studio-28.1.2-r1.ebuild similarity index 99% rename from media-video/obs-studio/obs-studio-28.1.2.ebuild rename to media-video/obs-studio/obs-studio-28.1.2-r1.ebuild index dec59165b47e..ccebdf8e5249 100644 --- a/media-video/obs-studio/obs-studio-28.1.2.ebuild +++ b/media-video/obs-studio/obs-studio-28.1.2-r1.ebuild @@ -198,7 +198,7 @@ src_configure() { -DENABLE_NEW_MPEGTS_OUTPUT=OFF # Requires librist and libsrt. -DENABLE_PIPEWIRE=$(usex pipewire) -DENABLE_PULSEAUDIO=$(usex pulseaudio) - -DENABLE_RTMPS=$(usex ssl) + -DENABLE_RTMPS=$(usex ssl ON OFF) # Needed for bug 880861 -DENABLE_SPEEXDSP=$(usex speex) -DENABLE_V4L2=$(usex v4l) -DENABLE_VLC=$(usex vlc)