Projects
home:jianhua:branches:Multimedia
obs-studio
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
obs-studio.spec
Changed
@@ -92,7 +92,9 @@ BuildRequires: pkgconfig(srt) >= 1.4 BuildRequires: pkgconfig(uuid) BuildRequires: pkgconfig(rnnoise) +%if 0%{?suse_version} > 1500 BuildRequires: pkgconfig(ffnvcodec) >= 12.1.14.0 +%endif BuildRequires: pkgconfig(vpl) BuildRequires: libdatachannel-devel BuildRequires: pkgconfig(nlohmann_json) >= 3 @@ -117,6 +119,7 @@ Requires: librist4 Requires: libsrt1_5 Requires: libspeexdsp1 +Recommends: qt6-wayland ExclusiveArch: x86_64 aarch64 Recommends: obs-studio-x264 @@ -176,6 +179,11 @@ %endif -DOBS_VERSION_OVERRIDE="$(echo "%{version}" | grep -oE "^^++")" \ -DENABLE_AJA=OFF \ +%if 0%{?suse_version} > 1500 + -DENABLE_NVENC=ON \ +%else + -DENABLE_NVENC=OFF \ +%endif %if 0%{?sle_version} > 150000 && 0%{?sle_version} < 150500 && 0%{?is_opensuse} -DENABLE_PIPEWIRE=OFF \ %endif @@ -213,7 +221,9 @@ %files %{_bindir}/obs %{_bindir}/obs-ffmpeg-mux +%if 0%{?suse_version} > 1500 %{_bindir}/obs-nvenc-test +%endif # Upstream forces libs dir regardless of arch and building plugins is encumbered # by moving them to the proper directory. %{_libdir}/obs-plugins/
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.