SHA256
1
0
forked from pool/pulseeffects

Accepting request 974129 from home:kill_it:daw

- fix build

OBS-URL: https://build.opensuse.org/request/show/974129
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=27
This commit is contained in:
Konstantin Voinov 2022-05-01 00:53:12 +00:00 committed by Git OBS Bridge
parent ad385d560c
commit b553b5b788
3 changed files with 18 additions and 1 deletions

View File

@ -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 <giomm/file.h>
#include <glibmm.h>
#include <boost/filesystem.hpp>
+#include <boost/filesystem/fstream.hpp>
#include "util.hpp"
namespace {

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 1 00:48:49 UTC 2022 - Konstantin Voinov <kv@kott.no-ip.biz>
- fix build
-------------------------------------------------------------------
Sat May 15 00:18:19 UTC 2021 - Konstantin Voinov <kv@kott.no-ip.biz>

View File

@ -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