Name: obs-studio-plugin-async-audio-filter Version: 0.3.0 Release: 1%{?dist} Summary: Asynchronous audio filter plugin for OBS Studio License: GPLv2+ Source0: %{name}-%{version}.tar.bz2 BuildRequires: cmake, gcc, gcc-c++ BuildRequires: obs-studio-devel BuildRequires: libsamplerate-devel %description This plugin attempts to fix asynchronous audio by synchronizing to the master clock of OBS Studio. %prep %autosetup -p1 sed -i -e 's/obs-async-audio-filter/async-audio-filter/g' CMakeLists.txt sed -i -e 's/\s*set(CMAKE_INSTALL_RPATH [^()]*)//' cmake/ObsPluginHelpers.cmake %build %{cmake} -DLINUX_PORTABLE=OFF -DLINUX_RPATH=OFF -DQT_VERSION=6 -DUSE_ERIKD_LIBSAMPLERATE_DEPS=OFF -DUSE_ERIKD_LIBSAMPLERATE_SYSTEM=ON %{cmake_build} %install %{cmake_install} %files %{_libdir}/obs-plugins/*.so %{_datadir}/obs/obs-plugins/*/ %license LICENSE %changelog * Sun Oct 12 2025 Norihiro Kamae - 0.3.0-1 - Package using script.