commit 3c94aa905253998f3077f787c6391ebea7adcc69
Author: Martin Gansser <mgansser(a)online.de>
Date: Mon Apr 8 11:16:36 2019 +0200
- Add obs-frontend-api.h to devel subpkg, to enable build of obs-ndi
obs-studio.spec | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index 0e3faa3..b6b4edc 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -7,7 +7,7 @@
Name: obs-studio
Version: 23.0.2
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Open Broadcaster Software Studio
License: GPLv2+
@@ -117,6 +117,10 @@ mv -f %{buildroot}/%{_datadir}/obs/obs-plugins/obs-ffmpeg/ffmpeg-mux
\
mv -f %{buildroot}/%{_prefix}/lib/pkgconfig/ %{buildroot}/%{_libdir}/
%endif
+# Add missing files to enable the build of obs-ndi
+install -Dm644 UI/obs-frontend-api/obs-frontend-api.h %{buildroot}%{_includedir}/obs/
+install -Dm644 cmake/external/ObsPluginHelpers.cmake
%{buildroot}%{_libdir}/cmake/LibObs/
+
%check
/usr/bin/desktop-file-validate %{buildroot}/%{_datadir}/applications/obs.desktop
@@ -148,6 +152,10 @@ mv -f %{buildroot}/%{_prefix}/lib/pkgconfig/
%{buildroot}/%{_libdir}/
%doc docs/html
%changelog
+* Sun Apr 07 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 23.0.2-4
+- Add obs-frontend-api.h to devel subpkg, to enable build of obs-ndi
+- Add ObsPluginHelpers.cmake to devel subpkg, to enable build of obs-ndi
+
* Mon Mar 18 2019 Xavier Bachelot <xavier(a)bachelot.org> - 23.0.2-3
- Fix BR: on speex/speexdsp for EL7.
- Fix BR: on python for EL7.