Projects
home:darix:branches:Multimedia
obs-studio
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 6
View file
obs-studio.changes
Changed
@@ -1,17 +1,11 @@ ------------------------------------------------------------------- Wed Oct 9 00:40:12 UTC 2024 - packman@nordisch.org +- needs python 3.8 at least now. forcing 3.11 for leap +- Qt6 only now - we need at least ffmpeg 6.1, lets force 7 right away - -------------------------------------------------------------------- -Wed Oct 9 00:10:22 UTC 2024 - packman@nordisch.org - - leap 15.6 needs a compiler that supports C++ standard 17 at least force gcc 13 - -------------------------------------------------------------------- -Tue Oct 8 23:28:51 UTC 2024 - packman@nordisch.org - - pkgconfig(nlohmann_json) is also needed outside of the websocket scope - new general BR:
View file
obs-studio.spec
Changed
@@ -7,11 +7,6 @@ %bcond_with cef %endif -%if 0%{?suse_version} > 1500 -%define qt_version 6 -%else -%define qt_version 5 -%endif %bcond_with websockets # 31.0.0~beta1 wants at least 6.1 lets just use 7 straight away @@ -27,6 +22,9 @@ %if 0%{?suse_version} && 0%{?suse_version} < 1600 %global force_gcc_version 13 +%global python_version 311 +%else +%global python_version 3 %endif Name: obs-studio @@ -60,17 +58,9 @@ BuildRequires: pciutils-devel BuildRequires: pipewire-devel BuildRequires: libpulse-devel -%if "%{qt_version}" == "5" -BuildRequires: libqt5-qtbase-devel >= 5.3 -BuildRequires: libqt5-qtbase-private-headers-devel -BuildRequires: libqt5-qtsvg-devel -BuildRequires: libqt5-qtx11extras-devel >= 5.3 -%endif -%if "%{qt_version}" == "6" BuildRequires: cmake(Qt6Core) BuildRequires: cmake(Qt6Svg) BuildRequires: qt6-base-private-devel -%endif BuildRequires: libudev-devel BuildRequires: libv4l-devel BuildRequires: libx264-devel @@ -106,7 +96,7 @@ BuildRequires: pkgconfig(asio) >= 1.12.1 BuildRequires: pkgconfig(qrcodegencpp) %endif -BuildRequires: python3-devel +BuildRequires: python%{python_version}-devel >= 3.8 %if 0%{?suse_version} != 1315 || 0%{?is_opensuse} BuildRequires: speexdsp-devel %endif
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
.