Diff obs-studio-32.0.4 with a obs-studio-9999

/usr/portage/media-video/obs-studio/obs-studio-9999.ebuild 2025-12-22 20:18:06.550894333 +0300
160 160
	usr/lib*/obs-plugins/swiftshader/libGLESv2.so
161 161
"
162 162

  
163
PATCHES=(
164
	# https://bugs.gentoo.org/966051
165
	"${FILESDIR}/${PN}-32.0.2-fix-build-with-qt-6.10.patch"
166
)
167

  
168 163
pkg_setup() {
169 164
	use lua && lua-single_pkg_setup
170 165
	use python && python-single-r1_pkg_setup
......
185 180
}
186 181

  
187 182
src_prepare() {
188
	# Un-comment after all patches are gone.
189
	#default
183
	default
184

  
185
	sed -i 's/-Werror //' libobs/cmake/linux/libobs.pc.in || die
190 186

  
191 187
	# -Werror=lto-type-mismatch
192 188
	# https://bugs.gentoo.org/867250
Thank you!