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:
parent
ad385d560c
commit
b553b5b788
10
01-fix-boost-include.patch
Normal file
10
01-fix-boost-include.patch
Normal 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 {
|
@ -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>
|
Sat May 15 00:18:19 UTC 2021 - Konstantin Voinov <kv@kott.no-ip.biz>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pulseeffects
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
License: GPL-3.0-or-later
|
||||||
URL: https://github.com/wwmm/pulseeffects
|
URL: https://github.com/wwmm/pulseeffects
|
||||||
Source0: https://github.com/wwmm/pulseeffects/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
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: appstream-glib
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
@ -63,6 +64,7 @@ effects for Pulseaudio applications.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p0
|
||||||
# we don't need this
|
# we don't need this
|
||||||
sed -i '/^meson.add_install_script/d' meson.build
|
sed -i '/^meson.add_install_script/d' meson.build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user