# -*-Mode: rpm-spec -*- Version: 0.5.0 Name: wf-recorder Summary: Screen recorder for wlroots-based compositors Release: 1%{?dist} License: MIT URL: https://github.com/ammen99/wf-recorder Source0: https://github.com/ammen99/wf-recorder/releases/download/v%{version}/%{name}-%{version}.tar.xz %ifarch ppc64le # fix compilation on ppc64le (gcc#58241) %global configure_flags -Dcpp_std=gnu++11 %endif BuildRequires: gcc-c++ BuildRequires: pkgconfig(libavutil) >= 57 BuildRequires: pkgconfig(libavcodec) BuildRequires: pkgconfig(libavformat) BuildRequires: pkgconfig(libavfilter) BuildRequires: meson BuildRequires: pkgconfig(ocl-icd) BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(gbm) BuildRequires: pkgconfig(libpulse-simple) BuildRequires: pkgconfig(libpipewire-0.3) >= 1.0.5 BuildRequires: pkgconfig(scdoc) BuildRequires: pkgconfig(wayland-client) >= 1.20 BuildRequires: pkgconfig(wayland-protocols) >= 1.14 %description wf-recorder is a utility program for screen recording of wlroots-based compositors (more specifically, those that support wlr-screencopy-v1 and xdg-output). Its dependencies are ffmpeg, wayland-client and wayland-protocols. %prep %autosetup -p1 %build %meson %{?configure_flags} %meson_build %install %meson_install %files %{_bindir}/wf-recorder* %doc README.md %{_mandir}/man1/%{name}.1.* %license LICENSE %changelog * Mon Aug 08 2022 RPM Fusion Release Engineering - 0.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg 5.1 * Fri Jun 17 2022 Nicolas Chauvet - 0.3.0-3 - rebuilt * Thu Jun 16 2022 Bob Hepple - 0.3.0-1 - new version * Sun Feb 06 2022 Leigh Scott - 0.2.2-0.1.20220129git9b9b471 - Update to git snapshot * Tue Aug 03 2021 RPM Fusion Release Engineering - 0.2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Feb 04 2021 RPM Fusion Release Engineering - 0.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Jan 1 2021 Leigh Scott - 0.2.1-3 - Rebuilt for new ffmpeg snapshot * Wed Aug 19 2020 RPM Fusion Release Engineering - 0.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat May 09 2020 Bob Hepple - 0.2.1-1 - new release * Mon Apr 06 2020 Bob Hepple - 0.2-3 - fixed release tag * Tue Feb 25 2020 Bob Hepple - 0.2-2 - fix ppc64le compile error ref. https://bugzilla.rpmfusion.org/show_bug.cgi?id=5527 * Tue Feb 18 2020 Bob Hepple - 0.2-1 - fix release string * Wed Feb 12 2020 Bob Hepple - 0.2-1 - Initial version of the package