diff --git a/01-fix-boost-include.patch b/01-fix-boost-include.patch new file mode 100644 index 0000000..2217578 --- /dev/null +++ b/01-fix-boost-include.patch @@ -0,0 +1,10 @@ +--- src/general_settings_ui.cpp.orig 2021-03-15 03:42:56.000000000 +1000 ++++ src/general_settings_ui.cpp 2022-05-01 10:43:35.189139334 +1000 +@@ -21,6 +21,7 @@ + #include + #include + #include ++#include + #include "util.hpp" + + namespace { diff --git a/pulseeffects.changes b/pulseeffects.changes index 3b95a44..a7f3e13 100644 --- a/pulseeffects.changes +++ b/pulseeffects.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun May 1 00:48:49 UTC 2022 - Konstantin Voinov + +- fix build + ------------------------------------------------------------------- Sat May 15 00:18:19 UTC 2021 - Konstantin Voinov diff --git a/pulseeffects.spec b/pulseeffects.spec index e1ae493..bf765c1 100644 --- a/pulseeffects.spec +++ b/pulseeffects.spec @@ -1,7 +1,7 @@ # # spec file for package pulseeffects # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,6 +23,7 @@ Summary: Audio effects for Pulseaudio applications License: GPL-3.0-or-later URL: https://github.com/wwmm/pulseeffects Source0: https://github.com/wwmm/pulseeffects/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Patch0: 01-fix-boost-include.patch BuildRequires: appstream-glib BuildRequires: gcc-c++ BuildRequires: itstool @@ -63,6 +64,7 @@ effects for Pulseaudio applications. %prep %setup -q +%patch0 -p0 # we don't need this sed -i '/^meson.add_install_script/d' meson.build