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 12
View file
obs-studio.changes
Changed
@@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Fri Nov 8 11:13:05 UTC 2024 - packman@nordisch.org + +- split out the obs-studio libx264 support into a subpackage as a + preparation to only build it on packman + +------------------------------------------------------------------- +Fri Nov 8 11:12:21 UTC 2024 - packman@nordisch.org + +- switch buildrequires for fdk-aac to pkgconfig to make it work + with different naming of packages + +------------------------------------------------------------------- Sun Nov 3 02:37:15 UTC 2024 - packman@nordisch.org - bump ffnvcodec headers to at least 12.1.14.0 for
View file
obs-studio.spec
Changed
@@ -43,7 +43,7 @@ Patch1: 0001-Prefix-modinfo-with-sbin-since-not-in-normal-path.patch BuildRequires: update-desktop-files BuildRequires: cmake >= 2.8.12 -BuildRequires: fdk-aac-devel +BuildRequires: pkgconfig(fdk-aac) BuildRequires: fdupes BuildRequires: fontconfig-devel BuildRequires: freetype2-devel @@ -115,6 +115,8 @@ Recommends: libqt5-qtwayland ExclusiveArch: x86_64 aarch64 +Recommends: obs-studio-x264 + # these are plugins, built as libs and as such should not be mixed up with their originals %global __provides_exclude_from ^(%{_libdir}/obs-plugins/.*\\.so.*|%{_libdir}/obs-scripting/.*\\.so.*)$ %global __requires_exclude libcef\\.so @@ -122,6 +124,15 @@ %description Open Broadcaster Software is free and open source software for video recording and live streaming. +%package x264 +Summary: libx264 support for obs-studio +# +Requires: obs-studio = %{version}-%{release} +%description x264 +Open Broadcaster Software is free and open source software for video recording and live streaming. + +This package holds the obs-x264 plugin for obs-studio + %package devel Summary: A recording/broadcasting program - Development Files Group: Development/Multimedia @@ -200,6 +211,7 @@ # Upstream forces libs dir regardless of arch and building plugins is encumbered # by moving them to the proper directory. %{_libdir}/obs-plugins/ +%exclude %{_libdir}/obs-plugins/obs-x264.so %{_libdir}/libobs.so.* %{_libdir}/libobs-frontend-api.so.* %{_libdir}/libobs-opengl.so.* @@ -209,7 +221,12 @@ %{_datadir}/metainfo/com.obsproject.Studio.metainfo.xml %{_datadir}/applications/com.obsproject.Studio.desktop %{_datadir}/icons/hicolor -%{_datadir}/obs +%{_datadir}/obs/ +%exclude %{_datadir}/obs/obs-x264/ + +%files x264 +%{_libdir}/obs-plugins/obs-x264.so +%{_datadir}/obs/obs-x264/ %files devel %{_libdir}/libobs.so
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
.